.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;
    }
}
/* CSS for responsive image */
.s7responsiveContainer {
    width: 100%;
}
.fluidimage {
    max-width: 100%;
}

/* Responsive for all viewer except flyout with size */
.s7responsiveViewer {
    width: 100%;
    height: auto;
}
.temporarily-out-of-stock {
    margin: 1.3rem 0 0.5rem;
    font-weight: 900;
    line-height: 1em;
    color: #c80a33;
    text-transform: uppercase;
}

.in-stock-email-btn {
    display: flex;
    align-items: center;
    color: #2e2e2e;
    text-decoration: underline;
}

.in-stock-email-btn svg {
    margin-right: 0.5rem;
    font-size: 1.125rem;
}

.out-of-stock-sign-up-success__icon .icon {
    width: 4.9375rem;
    height: 5.3125rem;
    margin: auto;
    color: #5c700f;
}

.out-of-stock-sign-up-modal .horizontal-line {
    height: 1px;
    border: solid 1px #e2e2e2;
    margin: 2.5rem 0 1.625rem;
}

@media all and (min-width: 48rem) {
    .out-of-stock-sign-up-modal .horizontal-line {
        margin: 2.5rem 1.25rem 1.625rem;
    }
}

.out-of-stock-sign-up-modal .modal-close-icon {
    color: #c41230;
}

.out-of-stock-sign-up-modal .modal-box {
    padding: 4rem 0 2.5rem;
}

.out-of-stock-sign-up-modal .modal-dialog-text {
    width: 100%;
    padding: 0 1rem;
}

.modal-dialog-text__header {
    font-family: 'Avenir-Black', sans-serif;
}

.out-of-stock-sign-up-modal .modal-dialog-subtext {
    margin: 0 auto;
    padding-top: 1.2rem;
    font-size: 1rem;
}

@media all and (min-width: 48rem) {
    .out-of-stock-sign-up-modal .modal-dialog-text {
        padding: 0;
        margin-bottom: 2.9375rem;
    }

    .out-of-stock-sign-up-modal .modal-dialog-subtext {
        width: 65%;
        font-size: 0.86rem;
    }
}

.out-of-stock-sign-up-form__fields,
.out-of-stock-sign-up-form__footer {
    display: flex;
    padding: 0 0.5rem;
}

.out-of-stock-sign-up-form__fields {
    flex-direction: column;
}

.out-of-stock-sign-up-form__email-input {
    padding-bottom: 1rem;
}

.out-of-stock-sign-up-form__email-input input {
    width: 100%;
    height: 100%;
    font-size: 0.625rem;
    padding: 0.688rem 0.875rem;
}

.out-of-stock-sign-up-form__fields button {
  padding: 0;
}

@media all and (min-width: 48rem) {
    .out-of-stock-sign-up-form__fields,
    .out-of-stock-sign-up-form__footer {
        padding: 0 5.375rem;
    }

    .out-of-stock-sign-up-form__footer {
        padding-left: 4rem;
    }

    .out-of-stock-sign-up-form__fields {
        flex-direction: row;
    }

    .out-of-stock-sign-up-form__email-input {
        flex-basis: 70%;
        flex-shrink: 0;
        padding-bottom: 0;
        padding-right: 0.5rem;
    }

    .out-of-stock-sign-up-form__fields button {
        flex-basis: 30%;
        flex-shrink: 0;
    }
}

.out-of-stock-sign-up-form__footer {
    flex-direction: column;
    font-size: 0.625rem;
    line-height: 1.4em;
    text-align: left;
}

.out-of-stock-sign-up-form__footer .form-checkbox {
    display: flex;
    padding-left: 0;
}

.out-of-stock-sign-up-form__footer .form-checkbox:nth-child(n+2) {
    margin-top: 1.5rem;
}

.out-of-stock-sign-up-form__footer .form-checkbox-input {
    opacity: 0;
}

.out-of-stock-sign-up-form__footer .form-checkbox-input + .check-mark {
    display: flex;
    width: 1.44rem;
    height: 1.44rem;
    padding-top: 0.1rem;
    margin-right: 0.5rem;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    border: 1px solid #000000;
}

@media all and (min-width: 48rem) {
    .out-of-stock-sign-up-form__footer .form-checkbox-input + .check-mark {
        margin-right: 1.38rem;
    }
}

.out-of-stock-sign-up-form__footer .check-mark:after {
    content: "";
    display: none;
    width: 8px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.out-of-stock-sign-up-form__footer .form-checkbox-input:focus + .check-mark {
    border-color: #0079c1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 121, 193, 0.6);
    outline: 0 none;
}

.out-of-stock-sign-up-form__footer .form-checkbox-input:checked + .check-mark {
    background-color: #c41230;
    border-color: #c41230;
}

.out-of-stock-sign-up-form__footer .form-checkbox-input:checked + .check-mark:after {
    display: block;
}

.out-of-stock-sign-up-success .out-of-stock-sign-up-success__icon {
    margin-bottom: 3.1rem;
}

.out-of-stock-sign-up-success .modal-dialog-subtext {
    font-size: 1rem;
}

.out-of-stock-sign-up-success .horizontal-line {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

@media all and (min-width: 48rem) {
    .out-of-stock-sign-up-success .out-of-stock-sign-up-success__icon {
        margin-bottom: 2rem;
    }

    .out-of-stock-sign-up-success .horizontal-line {
        margin-top: 3rem;
    }
}

.out-of-stock-sign-up-form .suggestion-message {
    margin-top: 0.4rem;
}

.out-of-stock-sign-up-modal .modal-dialog-buttons {
    border-top: none;
}

.toast-container {
   position: fixed;
   left: 0;
   right: 0;
   top: auto;
   bottom: 5rem;
   z-index: 99;
   visibility: hidden;
}
.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-container.toastanim {
    visibility: visible;
    animation:bisfadeIn 0.2s ease-in-out forwards;
}
@-webkit-keyframes bisfadeIn{
from {
   opacity: 0;
   -webkit-transform:translateY(100vh);
}
to {
   opacity: 1;
   -webkit-transform: translateY(0);
}
}
@-moz-keyframes bisfadeIn{
from {
   opacity: 0;
   transform:translateY(100vh);
}
to {
   opacity: 1;
   transform: translateY(0);
}
}
@-ms-keyframes bisfadeIn{
from {
   opacity: 0;
   -ms-transform:translateY(100vh);
}
to {
   opacity: 1;
   -ms-transform: translateY(0);
}
}
@keyframes bisfadeIn{
from {
   opacity: 0;
   transform:translateY(100vh);
}
to {
   opacity: 1;
   transform: translateY(0);
}
}
@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;
}
}
.bundle-title-component {
  text-align: center;
  margin-top: 1.5rem;
}
.bundle-title-component__title {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
@media all and (min-width: 48rem) {
  .bundle-title-component {
    text-align: center;
    margin-top: 6.5rem;
  }
  .bundle-title-component__title {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 2.125rem;
    font-weight: bold;
    line-height: 1.59;
    text-align: center;
    color: #000000;
  }
}

.bundle-carousel-component .bundle-carousel-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border: none;
  margin-top: 1rem;
}
.bundle-carousel-component .bundle-carousel-info-section__bundle {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.bundle-carousel-component .bundle-carousel-info-section.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: calc(101.65%);
  -webkit-transform: translateX(-0.825rem);
  -ms-transform: translateX(-0.825rem);
  transform: translateX(-0.825rem);
  z-index: 1;
}
.bundle-carousel-component .bundle-carousel-info-section__title {
  position: relative;
  padding: 0 3.5rem 0;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  font-size: 1.625rem;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.bundle-carousel-component .bundle-carousel-info-section__title .bundle-carousel-title-component__slide-cnt {
  text-transform: none;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 0.25rem;
}
.bundle-carousel-component .bundle-carousel-info-section h3 {
  margin: 1.7rem 0.7rem 0.6rem;
  font-size: 1rem;
  font-family: 'Avenir-Black', sans-serif;
  line-height: 1.3em;
  text-transform: uppercase;
}
.bundle-carousel-component .bundle-carousel-info-section__info {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.bundle-carousel-component .bundle-carousel-info-section__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
}
.bundle-carousel-component .bundle-carousel-info-section__info-row.green-color {
  color: #008800;
}
.bundle-carousel-component .bundle-carousel-info-section__info-row > strong {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.bundle-carousel-component .bundle-carousel-info-section__info-row:first-child {
  padding-top: 0;
}
.bundle-carousel-component .bundle-carousel-info-section__info-row:last-child {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
}
.bundle-carousel-component .bundle-carousel-info-section button.button {
  margin: 1rem auto 1rem;
  padding: 0 2.125rem;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 0;
  grid-column-end: 3;
  width: 15rem;
  height: 2.375rem;
  background-color: #eeb111;
}
.bundle-carousel-component .bundle-carousel-info-section__name {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: none;
}
.bundle-carousel-component .bundle-carousel-info-section__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
}
.bundle-carousel-component .bundle-carousel-info-section__summary {
  display: flex;
  flex-direction: column;
  border: solid 0.0625rem #d8d8d8;
  background-color: #f2f2f2;
}
.bundle-carousel-component .bundle-carousel-info-section__bundle-size {
  padding: 1rem 0 0 1.5rem;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}
@media all and (min-width: 48rem) {
  .bundle-carousel-component .bundle-carousel-info-section {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.5rem 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bundle-carousel-component .bundle-carousel-info-section__title {
    padding: 1.469rem;
    font-size: 1.625rem;
    line-height: 1.25em;
  }
  .bundle-carousel-component .bundle-carousel-info-section__title .bundle-carousel-title-component__slide-cnt {
    display: none;
  }
  .bundle-carousel-component .bundle-carousel-info-section button.button {
    margin: auto 0 auto 0.75rem;
    width: 15rem;
  }
  .bundle-carousel-component .bundle-carousel-info-section__info {
    margin: 1rem 0;
    padding: 0 1.5rem;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.2);
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
    min-width: 25.25rem;
  }
  .bundle-carousel-component .bundle-carousel-info-section__info-row {
    font-size: 1rem;
  }
  .bundle-carousel-component .bundle-carousel-info-section__info-row:first-child {
    padding-top: 0;
  }
  .bundle-carousel-component .bundle-carousel-info-section__info-row:last-child {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
  }
  .bundle-carousel-component .bundle-carousel-info-section .bundle-carousel-slider__prev--btn,
  .bundle-carousel-component .bundle-carousel-info-section .bundle-carousel-slider__next--btn {
    display: none !important;
  }
  .bundle-carousel-component .bundle-carousel-info-section__summary {
    width: 100%;
    flex-direction: row;
    height: 9.6875rem;
    align-items: center;
    justify-content: center;
    border-right: none;
  }
  .bundle-carousel-component .bundle-carousel-info-section__header {
    background-color: #f2f2f2;
    width: 100%;
    margin-bottom: 0;
    border-top: solid 0.0625rem #d8d8d8;
  }
  .bundle-carousel-component .bundle-carousel-info-section__name {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
    text-transform: none;
  }
  .bundle-carousel-component .bundle-carousel-info-section__bundle-size {
    padding: 0;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
    max-width: 10.8125rem;
    width: fit-content;
  }
}

.bundle-carousel-slider__prev--btn,
.bundle-carousel-slider__next--btn {
  position: absolute;
  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;
}
.bundle-carousel-slider > .bundle-carousel-slider__prev--btn,
.bundle-carousel-slider > .bundle-carousel-slider__next--btn {
  top: 63%;
}
.bundle-carousel-slider > .bundle-carousel-slider__prev--btn,
.bundle-carousel-slider > .bundle-carousel-slider__next--btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bundle-carousel-slider > .bundle-carousel-slider__prev--btn,
.bundle-carousel-slider > .bundle-carousel-slider__next--btn {
  display: none !important;
}
.bundle-carousel-slider__prev--btn {
  left: 1.25rem;
}
.bundle-carousel-slider__next--btn {
  right: 1.25rem;
}
.bundle-carousel-slider__prev--btn:hover,
.bundle-carousel-slider__next--btn:hover {
  color: #9a132b;
  background: transparent;
}
.bundle-carousel-slider__prev--btn.slick-arrow,
.bundle-carousel-slider__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
  background-color: unset;
  z-index: 1;
}
.bundle-carousel-slider__prev--btn.slick-hidden,
.bundle-carousel-slider__next--btn.slick-hidden {
  visibility: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}
.bundle-carousel-slider__prev--btn.slick-disabled,
.bundle-carousel-slider__next--btn.slick-disabled {
  visibility: hidden;
}
.bundle-carousel-slider__prev--icon,
.bundle-carousel-slider__next--icon {
  margin: auto;
  color: #eeb111;
}
.bundle-carousel-slider__prev--icon .icon,
.bundle-carousel-slider__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
  max-width: unset;
}
.bundle-carousel-slider .prd-carousel__status.bundle-carousel-title-component__slide-cnt {
  display: none;
  font-size: 0.625rem;
  margin-bottom: 2.275rem;
}
.bundle-section {
  margin: 0;
  padding: 0 0.25rem 1.5rem;
  overflow: hidden;
  position: relative;
}
.bundle-section .vertical-divider {
  position: absolute;
  background: #000000;
  width: 0.0625rem;
  top: 5%;
  left: 50%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
.bundle-section .horizontal-divider {
  position: absolute;
  color: black;
  background: #000000;
  width: 90%;
  top: 50%;
  left: 5%;
  height: 0.0625rem;
  z-index: 1;
  opacity: 0.2;
}
.bundle-section.slick-active {
  overflow: visible;
}
.bundle-section .circle {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #5b5b5b;
  position: absolute;
  z-index: 2;
  left: calc(50% - 0.75rem);
  top: calc(50% - 0.75rem);
}
.bundle-section .circle .horizontal-plus {
  position: relative;
  background-color: #ffffff;
  width: 0.875rem;
  height: 0.25rem;
  left: 0.3125rem;
  top: 0.625rem;
  border-radius: 0.125rem;
}
.bundle-section .circle .vertical-plus {
  position: relative;
  background-color: #ffffff;
  width: 0.25rem;
  height: 0.875rem;
  left: 0.625rem;
  top: 0.0625rem;
  border-radius: 0.125rem;
}
.bundle-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 1.5rem;
  grid-template-rows: auto;
}
.bundle-products-list .bundle-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  padding: 1.5rem 1.25rem 1.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}
.bundle-products-list .bundle-product__tile {
  height: 100%;
  width: 100%;
}
.bundle-products-list .bundle-product__tile a {
  height: 100%;
}
.bundle-products-list .bundle-product__divider {
  display: none;
}
.bundle-products-list .bundle-product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.bundle-products-list .bundle-product_main-item-msg {
  display: none;
  margin-bottom: 1.5rem;
  font-size: 0.625rem;
  font-family: "Avenir-Black", sans-serif;
}
.bundle-products-list .bundle-product__tile-img {
  max-height: 100%;
}
.bundle-products-list .bundle-product__tile-text {
  height: 20%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: start;
  font-size: 0.625rem;
  text-align: center;
  width: 6rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
.bundle-products-list .bundle-product:nth-child(3) div.bundle-product__tile {
  margin-top: 2rem;
}
.bundle-products-list > .bundle-product:first-child .bundle-product_main-item-msg {
  display: block;
  font-size: 0.625rem;
  font-family: "HelveticaNeue", sans-serif;
  margin-bottom: auto;
  max-width: 5.25rem;
  line-height: 1.6;
  text-align: center;
  color: #000000;
}
.bundle-products-list > .circle {
  display: none;
}
@media all and (min-width: 48rem) {
  .bundle-carousel-slider {
    position: relative;
    max-width: 85rem;
    margin: 0 auto 0 auto;
  }
  .bundle-carousel-slider > .bundle-carousel-slider__prev--btn,
  .bundle-carousel-slider > .bundle-carousel-slider__next--btn {
    display: flex !important;
    top: 12.25rem;
    z-index: 1;
  }
  .bundle-carousel-slider > .bundle-carousel-slider__prev--btn {
    left: 0;
  }
  .bundle-carousel-slider > .bundle-carousel-slider__next--btn {
    right: 0;
  }
  .bundle-carousel-slider .prd-carousel__status.bundle-carousel-title-component__slide-cnt {
    display: block;
    position: absolute;
    bottom: 0;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 0.75rem;
    line-height: 1.33;
    text-align: center;
    color: #000000;
    margin-bottom: 1.5rem;
  }
  .bundle-section {
    padding-bottom: 0;
  }
  .bundle-section .vertical-divider {
    display: none;
  }
  .bundle-section .horizontal-divider {
    display: none;
  }
  .bundle-section > .circle {
    display: none;
  }
  .bundle-products-list {
    display: flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-top: 2rem;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    justify-content: center;
  }
  .bundle-products-list .bundle-product {
    height: 19.625rem;
    max-width: 16.625rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    border: solid 0.0625rem #979797;
  }
  .bundle-products-list .bundle-product:first-child {
    margin-bottom: 3.3rem;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bundle-products-list .bundle-product:first-child:after {
    top: 50%;
    left: calc(101.2%);
    font-size: 2.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bundle-products-list .bundle-product:nth-child(n+2) {
    border-left: none;
    border-right: none;
  }
  .bundle-products-list .bundle-product:nth-child(3) {
    border-left: solid 0.0625rem #979797;
  }
  .bundle-products-list .bundle-product:nth-child(3) div.bundle-product__tile {
    margin-top: 0;
  }
  .bundle-products-list .bundle-product:last-child {
    border-right: solid 0.0625rem #979797;
  }
  .bundle-products-list .bundle-product__tile-text {
    font-size: 0.75rem;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: bold;
    color: #000000;
  }
  .bundle-products-list .bundle-product__divider {
    height: 19.625rem;
    width: .0625rem;
    border-top: solid 0.0625rem #979797;
    border-bottom: solid 0.0625rem #979797;
    padding: 1.5rem 0 1.75rem 0;
    display: block;
  }
  .bundle-products-list .bundle-product__divider:after {
    content: "";
    background-color: #e2e2e2;
    width: 0.0625rem;
    height: 16.375rem;
    position: absolute;
  }
  .bundle-products-list .bundle-product_main-item-msg {
    font-size: 0.625rem;
    font-family: "HelveticaNeue", sans-serif;
    margin-bottom: 0.5rem;
    max-width: 5.25rem;
    line-height: 1.6;
    text-align: center;
    color: #000000;
  }
  .bundle-products-list > .circle {
    display: block;
    top: inherit;
    left: inherit;
    margin: 8.125rem 1.5rem auto 1.5rem;
    position: relative;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
  }
  .bundle-products-list > .circle .horizontal-plus {
    position: relative;
    background-color: #ffffff;
    width: 1.3125rem;
    height: 0.375rem;
    left: 0.6rem;
    top: 1.0625rem;
    border-radius: 0.25rem;
  }
  .bundle-products-list > .circle .vertical-plus {
    position: relative;
    background-color: #ffffff;
    width: 0.375rem;
    height: 1.3125rem;
    left: 1.0625rem;
    top: 0.195em;
    border-radius: 0.25rem;
  }
  .bundle-products-list > .bundle-product:first-child .bundle-product_main-item-msg {
    font-size: 0.75rem;
    max-width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bundle-carousel-slider__prev--icon,
  .bundle-carousel-slider__next--icon {
    margin: 0;
  }
}

.documents-component {
  padding-bottom: 2rem;
}
.documents-component__content {
  background-color: #ffffff;
  margin-top: 2rem;
}
.documents-component__content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.375rem;
}
.documents-component__content-section-title {
  padding: 1.5rem 1rem 0;
  text-align: center;
}
.documents-component__content-section-icon-img {
  max-width: 6.5rem;
  margin-top: 2.25rem;
}
.documents-component__content-section-link {
  margin-right: 0.5rem;
  position: relative;
  text-align: center;
}
.documents-component__content-section-link-icon {
  position: relative;
  color: currentColor;
}
.documents-component__content-section-link-icon::after,
.documents-component__content-section-link-icon::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  right: -0.75rem;
  top: -0.5rem;
}
.documents-component__content-section-link-icon::before {
  width: 0.75rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  border-radius: 0.125rem;
  border: 0.125rem solid currentColor;
}
.documents-component__content-section-link-icon::after {
  background-color: currentColor;
  clip-path: polygon(0 82%, 53% 29%, 23% 0, 100% 0, 100% 73%, 73% 48%, 18% 100%);
}
.documents-component__content-section-link-icon-download {
  height: 1.5rem;
  width: 1.5rem;
}
.documents-component__content-section-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.5rem;
}
.documents-component__content-section-links-wrapper {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  color: #c41230;
}
.documents-component__content-empty-section {
  width: 100%;
  text-align: center;
  min-height: 10rem;
  padding-top: 4.375rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.documents-component__footer {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.documents-component__footer__help {
  padding: 0 1.375rem 0 1.375rem;
  margin: 0 auto;
}
.documents-component__footer__help-title {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.documents-component__footer__replacement {
  margin: 0 1.5rem;
  padding: 3rem 0;
}
.documents-component__footer__replacement__title {
  font-size: 2.125rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.documents-component__footer__replacement__text {
  font-size: 1rem;
  font-weight: 400;
}
.documents-component__footer__replacement__text__link {
  font-weight: 700;
  text-decoration: underline;
}
.documents-component__divider {
  height: 0.0625rem;
  margin: 0 0.5rem 0.5rem 0.5rem;
  background-color: #000000;
  opacity: 0.2;
  border: solid 0.0625rem #000000;
}
@media all and (min-width: 48rem) {
  .documents-component__content {
    display: flex;
    flex-direction: row;
  }
  .documents-component__content-section {
    width: 25%;
    border-right: solid 0.0625rem #e2e2e2;
    margin: 2rem 0 2rem 0;
  }
  .documents-component__content-section:nth-child(n+7) {
    border-right: none;
  }
  .documents-component__content-section-links {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .documents-component__divider {
    display: none;
  }
  .documents-component__wrapper {
    background-color: #ffffff;
    margin-top: 3.875rem;
  }
  .documents-component__wrapper .documents-component__footer {
    border-top: solid 0.0625rem #e2e2e2;
    flex-direction: row;
  }
  .documents-component__wrapper .documents-component__footer__replacement {
    padding: 0 1.5rem;
    margin: 3rem 0;
    width: 50%;
    min-width: 50%;
    border-right: 0.0625rem solid #e2e2e2;
  }
  .documents-component__wrapper .documents-component__footer__replacement__text {
    padding: 0 5rem;
  }
  .documents-component__wrapper .documents-component__footer__help {
    padding-bottom: 2rem;
    margin-top: 1.5rem;
  }
  .documents-component__wrapper .pdp-divider.mobile {
    display: none;
  }
  .documents-component__wrapper .g-col-offset-1 {
    margin-left: 0;
    padding: 0;
  }
}

.bundle-carousel-component {
  position: relative;
  margin-top: 2rem;
  padding: 0;
}
.bundle-carousel-component .slick-dots li.slick-active button:before,
.bundle-carousel-component .slick-dots li button:before {
  content: unset;
}
.bundle-carousel-component .green-color {
  color: #5c700e;
}
.bundle-carousel-component .bundle-summary-btn.button {
  color: #2e2e2e;
  line-height: 1em;
  text-transform: uppercase;
  background-color: transparent;
  border: 0.125rem solid #000000;
}
.bundle-carousel-component .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bundle-carousel-component .prd-carousel__status .slick-dots li {
  width: 0.95rem;
}
.bundle-carousel-component .bundle-annotation-text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  padding: 0 1rem 1rem;
  margin-top: 1rem;
}
.bundle-carousel-component .bundle-annotation-text a {
  font-weight: bold;
  color: #353535;
}
@media all and (min-width: 48rem) {
  .bundle-carousel-component {
    padding: 0;
  }
  .bundle-carousel-component .bundle-annotation-text {
    max-width: 54.875rem;
    margin: 0 auto 0;
  }
  .bundle-summary-btn.button {
    display: none;
  }
  .prd-carousel__status.bundle-carousel-title-component__slide-cnt {
    display: block;
    width: 100%;
  }
}

.pdp-tray-frequently-sold-container:not(:has(.pdp-tray-frequently-sold-list)) {
  display: none;
}
.pdp-tray-frequently-sold__title {
  margin-bottom: .5rem;
}
.pdp-tray-frequently-sold__description {
  font-size: .75rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item {
  border: solid 0.063rem #979797;
  margin-top: 1rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item__checkbox {
  opacity: 0;
  cursor: pointer;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item__checkbox:focus + .pdp-tray-frequently-sold-item__checkmark {
  outline: 0.0625rem solid #000000;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item__checkbox:checked ~ .check-mark:after {
  display: block;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item__checkmark {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  margin-left: .75rem;
  border: 0.063rem solid #000000;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item__checkmark:after {
  content: "";
  display: none;
  width: 49%;
  height: 78%;
  border: solid #000000;
  border-width: 0 .125rem .125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: .3rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info {
  min-height: 7rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .checkbox-container {
  padding-left: unset;
  margin-top: auto;
  margin-bottom: auto;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-info-image-container {
  max-height: 6.188rem;
  max-width: 3.938rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-info-image-container.with-learn-more {
  width: 22.5%;
  padding-left: 5%;
  margin-left: 0;
  max-width: 22.5%;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-info-image-container .pdp-tray-frequently-sold-item-info-image {
  max-height: 6.188rem;
  max-width: 3.938rem;
  height: auto;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .75rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text__description {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
  outline: 0;
  color: unset;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text.with-learn-more {
  width: 50%;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section {
  margin-left: 0;
  margin-top: .5rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row {
  margin-left: unset;
  margin-right: unset;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row .sale-price-container {
  margin-top: 0.563rem;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row .right-part-container {
  margin-left: .25rem;
  padding-bottom: .5rem;
  flex-basis: 45%;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row .right-part-container .right-part {
  position: absolute;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .sale-price-container:not(.sale-price-available) .pdp-tray-frequently-sold-item-price-section__sale {
  color: #000000;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__sale {
  font-weight: bold;
  white-space: nowrap;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__msrp {
  text-decoration: line-through;
  font-size: .625rem;
  width: 100%;
  white-space: nowrap;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__savings {
  font-size: .625rem;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__base {
  font-weight: bold;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-learn-more {
  display: none;
  margin: auto;
  width: 22.5%;
  text-align: center;
}
.pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .vertical-divider {
  display: none;
  height: inherit;
  border-left: solid 0.063rem #979797;
}
@media all and (min-width: 48rem) {
  .pdp-tray-frequently-sold__title {
    font-size: 1.25rem;
  }
  .pdp-tray-frequently-sold__description {
    font-size: 1rem;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item {
    max-width: 31.438rem;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info {
    margin-right: unset;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .vertical-divider {
    display: block;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text {
    max-width: 61%;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text.with-learn-more {
    width: 50%;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row {
    display: inline;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row .sale-price-container {
    display: inline;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row .right-part-container {
    display: inline;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .price-section-row .right-part-container .right-part {
    position: relative;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section .sale-price-container:not(.sale-price-available) .pdp-tray-frequently-sold-item-price-section__sale {
    color: #000000;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__sale {
    margin-left: unset;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__msrp,
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text .pdp-tray-frequently-sold-item-price-section__savings {
    font-size: .75rem;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-learn-more {
    display: block;
  }
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-learn-more__link {
    font-size: .75rem;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
  }
}
@media (max-width: 64rem) and (min-width: 64rem) {
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text.with-learn-more {
    max-width: 35%;
  }
}
@media (min-width: 64rem) and (max-width: 75rem) {
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text:not(.with-learn-more) {
    max-width: 50%;
  }
}
@media (min-width: 75rem) {
  .pdp-tray-frequently-sold .pdp-tray-frequently-sold-item .pdp-tray-frequently-sold-item-info .pdp-tray-frequently-sold-item-text:not(.with-learn-more) {
    max-width: 60%;
  }
}

html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.575rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value {
  height: 5.575rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.75rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .variant-best-value__tooltip {
  height: 1.2rem;
}
.product-variant-v2,
.product-variant-v1 {
  margin: 0;
}
.product-variant-v2-container,
.product-variant-v1-container {
  min-height: 9.125rem;
}
.product-variant-v2 .variant-description__title,
.product-variant-v1 .variant-description__title {
  margin-bottom: 0.5rem;
}
.product-variant-v2 .variant-description.update-color-name,
.product-variant-v1 .variant-description.update-color-name {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__title,
.product-variant-v1 .variant-description.update-color-name .variant-description__title,
.product-variant-v2 .variant-description.update-color-name .variant-description__data,
.product-variant-v1 .variant-description.update-color-name .variant-description__data {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.125rem;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__title,
.product-variant-v1 .variant-description.update-color-name .variant-description__title {
  font-weight: 800;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__data,
.product-variant-v1 .variant-description.update-color-name .variant-description__data {
  font-weight: 400;
}
.product-variant-v2 .variant-best-value__border-placeholder,
.product-variant-v1 .variant-best-value__border-placeholder {
  display: none;
}
.product-variant-v2 .variant-best-value__tooltip,
.product-variant-v1 .variant-best-value__tooltip {
  color: #000000;
  font-size: 0.625rem;
  height: 1rem;
  line-height: 0.625rem;
  font-weight: 700;
  background-color: #eeb111;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0.03125rem 0.03125rem 0;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.125rem 0.125rem 0 0;
}
.product-variant-v2 .pdp-tray__color-swatch,
.product-variant-v1 .pdp-tray__color-swatch {
  margin: 1rem 0 0.6875rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
  padding: 0;
  width: 4.125rem;
  height: 4.125rem;
  position: relative;
  margin: .25rem .5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock {
  padding: 0.125rem;
  margin-top: .125rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected {
  width: 4.375rem;
  height: 4.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value {
  border-radius: 0.3125rem 0.3125rem 0 0;
  width: 4.375rem;
  height: 5.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value .cross-line,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value .cross-line {
  left: -141%;
  bottom: -0.125rem;
  top: unset;
  right: unset;
  transform: rotate(135deg);
  width: 142%;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable {
  border: 0;
  padding: 0;
  margin: .25rem .5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable .cross-line,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable .cross-line {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected {
  padding: 0.125rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 0;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  border: 2px solid #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  border-radius: 0.25rem 0.25rem 0 0;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.best-value {
  height: 5.125rem;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  overflow: hidden;
  font-size: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
  width: 3rem;
  height: 3rem;
  padding: 0.4375rem;
  margin: 0.3125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 0.0625rem solid transparent;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--selected {
  border: solid 2px #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--out-of-stock,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--out-of-stock {
  position: relative;
  border: solid 2px #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .cross-line,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .cross-line {
  width: 141%;
  position: absolute;
  height: 1px;
  background-color: #c41230;
  transform: rotate(315deg);
  transform-origin: 100% 0 0;
  top: 0;
  right: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon {
  margin: 0 auto;
  border: 1px solid #000000;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable::-webkit-scrollbar,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable::-webkit-scrollbar {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item {
  width: 4rem;
  height: 4rem;
  margin: 0 0.25rem;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
  padding: 0;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable {
  padding: 0 1rem;
  position: relative;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container {
  display: flex;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable {
  padding: 0;
  text-align: left;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable .chevron-container,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable .chevron-container {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch__item:focus-within,
.product-variant-v1 .pdp-tray__color-swatch__item:focus-within {
  outline: 0.0625rem solid #000000;
}
.product-variant-v2 .variants-action,
.product-variant-v1 .variants-action {
  text-align: right;
}
.product-variant-v2 .variants-action__btn,
.product-variant-v1 .variants-action__btn {
  cursor: pointer;
}
.product-variant-v2 .variants-action__btn::before,
.product-variant-v1 .variants-action__btn::before {
  font-weight: 900;
}
.product-variant-v2 .variants-action__btn.variants-action__btn--opened::before,
.product-variant-v1 .variants-action__btn.variants-action__btn--opened::before {
  content: '—';
}
.product-variant-v2 .variants-action__btn.variants-action__btn--closed::before,
.product-variant-v1 .variants-action__btn.variants-action__btn--closed::before {
  content: '+';
}
.product-variant-v2 .chevron-container,
.product-variant-v1 .chevron-container {
  position: absolute;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  top: 0;
  cursor: pointer;
  width: 1.5rem;
}
.product-variant-v2 .chevron-container--left,
.product-variant-v1 .chevron-container--left {
  left: 0;
  background-image: linear-gradient(to right, #ffffff 60%, transparent);
}
.product-variant-v2 .chevron-container--right,
.product-variant-v1 .chevron-container--right {
  right: 0;
  background-image: linear-gradient(to left, #ffffff 60%, transparent);
}
.product-variant-v2 .chevron-container .chevron-button,
.product-variant-v1 .chevron-container .chevron-button {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: solid #c41230;
  border-width: 0 0 3px 3px;
}
.product-variant-v2 .chevron-container .chevron-button.chevron-button--disabled,
.product-variant-v1 .chevron-container .chevron-button.chevron-button--disabled {
  border-color: #e2e2e5;
}
.product-variant-v2 .chevron-container .chevron-button--left,
.product-variant-v1 .chevron-container .chevron-button--left {
  transform: rotate(45deg);
  align-self: flex-start;
}
.product-variant-v2 .chevron-container .chevron-button--right,
.product-variant-v1 .chevron-container .chevron-button--right {
  transform: rotate(-135deg);
  align-self: flex-end;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price,
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small.single-price-line {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.3125rem 0;
  align-items: center;
  color: #c41230;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price.single-price-line {
  color: inherit;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-align: center;
  text-decoration-line: line-through;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small.single-price-line {
  text-decoration-line: none;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price-savings,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price-savings {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #5c700e;
}
.product-variant-v2 .pdp-tray__variant__tooltip,
.product-variant-v1 .pdp-tray__variant__tooltip {
  position: relative;
  display: inline-block;
}
.product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--btn,
.product-variant-v1 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--btn {
  height: auto;
  padding: 0;
  background: transparent;
}
.product-variant-v2 .pdp-tray__variant__tooltiptext,
.product-variant-v1 .pdp-tray__variant__tooltiptext {
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  visibility: hidden;
  width: 9rem;
  text-align: center;
  border-radius: 0.375rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -3.75rem;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 5%;
}
.product-variant-v2 .pdp-tray__variant__tooltiptext:after,
.product-variant-v1 .pdp-tray__variant__tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.product-variant-v2 .pdp-tray__variant__product-image,
.product-variant-v1 .pdp-tray__variant__product-image {
  max-width: 2.921875rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 3rem;
}
.product-variant-v2 .pdp-tray__variant__title a,
.product-variant-v1 .pdp-tray__variant__title a {
  left: 55.375rem;
  top: 21rem;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-align: center;
  text-decoration-line: underline;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__variant__out-of-stock,
.product-variant-v1 .pdp-tray__variant__out-of-stock {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.25rem 0 0.188rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #c41230;
}
.product-variant-v2 .pdp-tray__variant__tooltip:hover .pdp-tray__variant__tooltiptext,
.product-variant-v1 .pdp-tray__variant__tooltip:hover .pdp-tray__variant__tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 48rem) {
  .product-variant-v2 .variant-description.update-color-name .variant-description__title,
  .product-variant-v1 .variant-description.update-color-name .variant-description__title,
  .product-variant-v2 .variant-description.update-color-name .variant-description__data,
  .product-variant-v1 .variant-description.update-color-name .variant-description__data {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .product-variant-v2 .variant-description.update-color-name .variant-description__title,
  .product-variant-v1 .variant-description.update-color-name .variant-description__title {
    margin-bottom: 0;
  }
  .product-variant-v2 .variants-action,
  .product-variant-v1 .variants-action {
    margin-right: 1.625rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch,
  .product-variant-v1 .pdp-tray__color-swatch {
    margin: 0.75rem 0 0.5rem -0.4rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable {
    padding: 0;
    margin-left: -0.5rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--left,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--left {
    left: -1rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--right,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--right {
    right: -1rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
    margin: 0.4rem;
    padding: 0.5625rem;
    width: 4rem;
    height: 4rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item {
    margin: 0 0.5rem;
    padding: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}
.product-variant-v2-container.product-variant-show-all {
  width: 102%;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch__item--icon {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches {
  overflow: visible;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item {
  flex-direction: row;
  width: 2.375rem;
  height: 2.375rem;
  margin: .063rem .25rem .188rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock {
  padding: 0;
  margin-top: 0;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected {
  width: 2.375rem;
  height: 2.375rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item {
  display: block;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__btn-more-wrap {
  display: none;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: inherit;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__btn-more-colors {
  display: none;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 11),
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 25),
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 17) {
  display: flex;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  height: auto;
  overflow: visible;
  padding-left: .063rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch {
  margin-top: .5rem;
  margin-left: 0;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected {
  width: 2.375rem;
  height: 2.375rem;
  margin-left: -0.063rem;
  margin-right: .313rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon {
  border: none;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon:focus {
  outline: .063rem solid transparent;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  margin: 0;
  padding: 0;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: 0;
  padding-left: .063rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip,
.product-variant-show-all .product-variant-v2 .product-variant-v1 .pdp-tray__variant__tooltip {
  width: 2rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--link,
.product-variant-show-all .product-variant-v2 .product-variant-v1 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--link {
  width: 2rem;
  outline: .063rem solid transparent;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext {
  width: 6.25rem;
  left: 95%;
}

.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext {
  width: 11.75rem;
  padding: 1rem;
  text-align: left;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext:after,
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__product-image {
  display: none;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__title span {
  font-family: "Avenir-Roman", sans-serif;
  line-height: .9rem;
  font-size: .75rem;
  text-align: center;
  color: #2e2e2e;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price {
  font-size: .875rem;
  font-family: 'Avenir-Black', sans-serif;
  display: flex;
  flex-wrap: wrap;
  white-space: pre-wrap;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price--small {
  font-family: "Avenir-Roman", sans-serif;
  text-align: left;
  margin-right: 0.5rem;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price-savings {
  font-family: 'Avenir-Black', sans-serif;
  text-transform: capitalize;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .discount-container {
  font-family: 'Avenir-Black', sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .member-price-cta {
  padding: 0;
  color: #766b6b;
  cursor: auto;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color {
  margin: 1rem -1rem -1rem -1rem;
  padding: 0.625rem 1rem;
  border-radius: 0 0 0.375rem 0.375rem;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  border-top: 0.0625rem solid #d8d8d8;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color.borderless {
  border-top: 0;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span {
  line-height: 1.3em;
  font-size: .875rem;
  font-family: 'Avenir-Black', sans-serif;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span.white-text {
  color: white;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span.black-text {
  color: black;
}

.cpg-subscription.hidden,
.cpg-subscription.hide {
  display: none;
}
.cpg-subscription__title {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.cpg-subscription__subscription {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-top: 0.62rem;
}
.cpg-subscription__subscription > * {
  font-family: "HelveticaNeue", sans-serif;
}
.cpg-subscription__subscription a {
  font-weight: 400;
  font-size: .75rem;
}
.cpg-subscription__product-section {
  outline: 0.0625rem solid #979797;
  background: #ffffff;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.cpg-subscription__product-section:has(.cpg-subscription__checkbox-button:checked) {
  outline: 0.125rem solid #eeb111;
}
.cpg-subscription__product-head {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cpg-subscription__product-head-left {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
}
.cpg-subscription__checkbox {
  cursor: pointer;
}
.cpg-subscription__checkbox-button {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  border: 0.1rem solid #000000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.cpg-subscription__checkbox-button:checked:after {
  content: "";
  display: block;
  width: 49%;
  height: 71%;
  border: solid #000000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.35rem;
  margin-top: 0.1rem;
}
.cpg-subscription__checkbox-label {
  vertical-align: middle;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  margin-left: 0.625rem;
}
.cpg-subscription__product-head-right {
  display: grid;
}
.cpg-subscription__price {
  vertical-align: middle;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  float: right;
  color: #000000;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: auto;
  margin-bottom: auto;
  grid-row: 1;
}
.cpg-subscription__save-section {
  border-radius: 0.9375rem;
  border: 0.0625rem dotted #008800;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  margin: auto;
  display: inline-flex;
  align-items: center;
  grid-row: 2;
}
.cpg-subscription__save-label {
  color: #008800;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.cpg-subscription__save-image {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.cpg-subscription__save-image svg {
  height: 1.5rem;
  width: 1.5rem;
}
.cpg-subscription__save-tooltip {
  width: 14.375rem;
  background-color: #000000;
  color: #ffffff;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: left;
  padding: 0.5rem;
  margin-top: 0.625rem;
  position: absolute;
  display: none;
  top: 2.75rem;
  left: -3.625rem;
  transform: translate(-50%, -22%);
}
.cpg-subscription__save-tooltip > * {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: left;
}
.cpg-subscription__save-tooltip:after {
  content: '';
  position: absolute;
  left: 77%;
  top: -6%;
  width: 1rem;
  height: 1rem;
  background: black;
  transform: rotate(45deg);
}
.cpg-subscription__save-tooltip:hover,
.cpg-subscription__save-tooltip:active {
  display: block;
}
.cpg-subscription__save-image:hover .cpg-subscription__save-tooltip,
.cpg-subscription__save-image:active .cpg-subscription__save-tooltip {
  display: block;
}
.cpg-subscription__divider {
  height: 0.0625rem;
  align-self: stretch;
  background: #d9d9d9;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.cpg-subscription__product-data {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cpg-subscription__product-image-wrapper {
  height: 5rem;
  width: 5rem;
  display: block;
  text-align: center;
}
.cpg-subscription__product-image {
  max-height: 5rem;
  max-width: 5rem;
  height: auto;
  margin: auto;
}
.cpg-subscription__product-wrapper {
  margin-left: 1.5rem;
  margin-top: 0.34rem;
}
.cpg-subscription__product-name {
  color: var(--text-black, #000000);
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
}
.cpg-subscription__product-name-link {
  text-decoration: none;
  font-weight: 700;
}
.cpg-subscription__product-name-link:hover {
  text-decoration: none;
}
.cpg-subscription__frequency-wrapper {
  margin-top: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
}
.cpg-subscription__frequency-value {
  font-style: normal;
  font-weight: 700;
}
.cpg-subscription__product-disclaimer {
  margin-top: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.90625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
}
.cpg-subscription__product-disclaimer > * {
  font-family: "HelveticaNeue", sans-serif;
}
.cpg-subscription__product-disclaimer a {
  font-weight: 400;
  font-size: .625rem;
}
@media (min-width: 64rem) {
  .cpg-subscription__title {
    font-size: 1.25rem;
  }
  .cpg-subscription__subscription {
    font-size: 1rem;
  }
  .cpg-subscription__subscription a {
    font-size: 1rem;
  }
  .cpg-subscription__product-head-right {
    display: inline-flex;
    flex: 1 1 0;
  }
  .cpg-subscription__product-name {
    font-size: 1rem;
  }
  .cpg-subscription__save-tooltip {
    top: revert;
    bottom: 0;
  }
  .cpg-subscription__save-tooltip:after {
    top: revert;
  }
}

.product-cordless-variants {
  min-height: 27.6875rem;
}
.product-cordless-variants__head {
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
}
@media (min-width: 48rem) {
  .product-cordless-variants__head {
    font-size: 1.25rem;
  }
}
.product-cordless-variants__options {
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
  margin-top: 2.13rem;
}
.product-cordless-variants__option {
  display: flex;
  padding: 1rem;
  align-items: center;
  border: 0.0625rem solid #000000;
  background: #ffffff;
  margin-top: 1rem;
}
.product-cordless-variants__option--selected {
  border: 0.125rem solid #c41230;
  background: #ffffff;
}
.product-cordless-variants__option-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 0 0;
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3125rem;
}
.product-cordless-variants__included-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5rem;
  margin-top: 1.41rem;
  margin-bottom: 0.53rem;
}
.product-cordless-variants__included-item {
  margin-top: 0.44rem;
}
.product-cordless-variants__included-item-text {
  color: #2e2e2e;
  font-family: "Avenir", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.3125rem;
}
.product-cordless-variants__included-item-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.product-cordless-variants__included-item-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.product-cordless-variants__disclaimer {
  padding-top: .75rem;
  align-items: center;
  gap: .2rem;
  color: #2e2e2e;
  font-family: "Avenir", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.0625rem;
  margin-top: 0.5rem;
}
.product-cordless-variants__disclaimer a {
  font-weight: 800;
}
.cordlessVariants.baseComponent.aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
}
.author-mode .cordlessVariants.baseComponent.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
}

.bazaarvoice-qa-component .bv-cv2-cleanslate .bv-core-container-225 .bv-mbox .bv-mbox-close {
  z-index: 3 !important;
}

.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;
  }
}
.pdp-sticky-nav {
  background: #ffffff;
  margin: 1.25rem 0;
  padding: 2.5rem 0 1.875rem;
}

.pdp-product-price_color--red {
  color: #c41230;
}

#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: 0.75rem !important;
    text-transform: uppercase !important;
    text-align: center !important;
    background: #c41239 !important;
    border: none !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

#BVRRContainer .bv-cv2-cleanslate  button.bv-write-review:hover, #BVRRContainer .bv-cv2-cleanslate  button.bv-read-review:hover, #BVRRContainer .bv-cv2-cleanslate  button.bv-ask-question:hover, #BVRRContainer .bv-cv2-cleanslate  .bv-button:hover{
    background: #9a132b !important;
    color: #ffffff !important;
}

 #BVRRContainer .bv-cv2-cleanslate  button.bv-write-review:focus, #BVRRContainer .bv-cv2-cleanslate  button.bv-read-review:focus, #BVRRContainer .bv-cv2-cleanslate  button.bv-ask-question:focus, #BVRRContainer .bv-cv2-cleanslate  .bv-button:focus{
	background: #9a132b !important;
    color: #ffffff !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: 0.75rem !important;
    text-transform: uppercase !important;
    text-align: center !important;
    background: #c41239 !important;
    border: none !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

#bv-mboxzone-lightbox.bv-cv2-cleanslate  .bv-submission .bv-fieldsets .bv-form-actions .bv-submission-button-submit:hover, #bv-mboxzone-lightbox.bv-cv2-cleanslate  .bv-submission .bv-fieldsets .bv-form-actions .bv-submission-button-submit:focus{
	background: #9a132b !important;
    color: #ffffff !important;
}

#bv-mboxzone-terms-and-conditions.bv-cv2-cleanslate .bv-submission .bv-terms-conditions-text a:hover {
    cursor: pointer !important;
}

.bv_modal_outer_content
{
    justify-content:center;
	 box-sizing: content-box;
}

@media (max-width: 47.9375rem) {
  .pdp-sticky-nav {
    display: none;
  }
}

.pdp-sn-list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: Avenir-Black;
}

.pdp-sn-list-item {
  display: inline-block;
  padding-bottom: 0.625rem;
}

.pdp-sn-link {
  color: #2e2e2e;
  text-transform: uppercase;
  margin-right: 2.1875rem;
}

.pdp-sn-link:hover {
  color: #c41230;
  border-bottom: 0.125rem solid;
}

.pdp-sn-list-item-last .pdp-sn-link {
  margin-right: 0;
}

.pdp-sn-list-item-last .pdp-sn-link {
  border-right: none;
}

.pdp-sn-product-info {
  margin-bottom: 0.625rem;
}

.pdp-sn-cta,
.pdp-sn-product-info {
  display: none;
}

.pdp-fixed {
  position: fixed;
  margin: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  border-top: 0.0625rem solid #b3b3b3;
  border-bottom: 0.0625rem solid #b3b3b3;
  padding: 1.875rem 0 1.25rem;
}

.pdp-fixed .pdp-sn-product-info,
.pdp-fixed .pdp-sn-cta {
  display: block;
}

.pdp-sn-cta {
  text-align: right;
}

.pdp-sn-product-title-section {
  margin-bottom: 0.625rem;
}

.pdp-sn-product-name {
  font-weight: 400;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-sn-label {
  text-align: right;
  font-size: 1.125rem;
}

.pdp-sn-model {
  font-size: 0.75rem;
}

.pdp-accordions {
  margin: 2rem 0;
}

.pdp-accordion-bar {
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  border-bottom: 0.0625rem solid #b3b3b3;
  padding-bottom: 0.3125rem;
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .pdp-accordion-bar {
    font-size: 1.625rem;
  }
}

@media (min-width: 64rem) {
  .pdp-accordion-bar {
    font-size: 1.875rem;
  }
}

.pdp-accordion-drawer {
  margin: 1.25rem 0 0;
}

.pdp-accordion-collapse-icon{
  position: absolute;
  right: 0;
  bottom: 0.625rem;
  color: #c41230;
  cursor: pointer;
  background:none;
  padding:0px;
  height: 1.7em;
}
.pdp-accordion-collapse-icon:hover{
	background:none;
	color:#c41230;
}

.pdp-accordion-collapse-icon .icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 48rem) {
  .pdp-accordion-collapse-icon .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.pdp-accordion-container {
  margin-top: 1.25rem;
}

.pdp-accordion-container .icon-minus {
  display: none;
}

.pdp-show-accordion .icon-plus {
  display: none;
}

.pdp-show-accordion .icon-minus {
  display: block;
}

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

.pdp-show-accordion .pdp-accordion-drawer {
  display: block;
}

.pdp-lazyloading-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
}

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

.pdp-customer-reviews-stars {
  margin: 0;
}

.pdp-overview-margin{
	margin-top: 1.25rem;
}

.pdp-tray__stars svg{
  display:inline;
}

/* Review Submit Confirmation*/
.review-modal {
  width: 680px;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.review-submission-text{
  display: block;
  font-size: 24px!important;
    font-weight: 700!important;
    margin: 0!important;
    line-height: 30px!important;
}
/* Review Submit Confirmation*/
/*# sourceMappingURL=pdp.css.map */
/* Hybris review Container*/

.hybris-review-graph{
	width: 85%;
    max-width: 20rem;
    font-family: avenir;
}

.hybris-rating-list{
	list-style: none;
}

.bar-container{
    position: relative;
}

.hybris-grey-review-container{
    width: 100%;
    background: #c0c0c0;
    height: 1rem;
    display: block;
    margin-top: 0.2rem;
}

.hybris-fill-review{
    background: #f4b007;
    display: block;
    height: 1rem;
    position: absolute;
    top: 0;
}

.hybris-review-header{
	margin-left: 2.5rem;
    background: #f6f6f6;
    padding: 0.3125rem;
}

.hybris-summary-rating{
	padding: 0.3125rem;
    margin-left: 2.5rem;
}

.hybris-num-rating{
    font-size: 0.75rem;
    color: #6F8EAF;
}

.avg-rating-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: grey;
    width: 50px;
}

.avg-rating-block {
    display: inline-block;
    height: 10px;
    width: 10px;
    float: left;
    border-right: 1px solid white;
    z-index: 3;
}

.avg-rating-fill-block{
	z-index: 2;
    background: #f4b007;
    height: 10px;
}

.pdp-star-section{
	display: inline-block;
}

.btn-width{
	width:100%;
	position:relative;
}
.btn-width:focus{
	background-color:none !important;
}
.pdp-header-txt{
  position: absolute;
  left: 0px;  
  padding-bottom: 0;
  border-bottom: none;
  top: 0px;
  line-height: inherit;
  font-size: 1.875rem;
}
.pdp-toggler{
  position: absolute;
  right: 0px;
  top: 12px;
}

/* Hybris review Container*/

.pdp-tray {
  background-color: #ffffff;
  padding: 0.875rem;
}

@media all and (min-width: 48rem) {
  .pdp-tray {
    padding: 1.25rem;
  }
}

.pdp-tray__includes {
  display: none;
}

.pdp-tray__modal-container {
  background-color: black;
  padding: 3.125rem 0;
}

.pdp-tray__media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding: 0;
}

@media (min-width: 48rem) {
  .pdp-tray__media {
    padding: 0 1.875rem 0 0;
  }
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7thumb:hover {
  border: 0.125rem solid #c41230;
  padding: 0.0625rem;
  cursor: pointer;
  background: none no-repeat center;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7thumb[state="default"] .s7thumboverlay {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7thumb[state="selected"] {
  border: 0.125rem solid #c41230;
  padding: 0.0625rem;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7thumb .s7thumboverlay[type="spinset"] {
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-play-360.svg") no-repeat center, rgba(0, 0, 0, 0.4);
  background-size: 80%, 100%;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7thumb .s7thumboverlay[type="video"] {
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-play-video.svg") no-repeat center, rgba(0, 0, 0, 0.4);
  background-size: 80%, 100%;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="up"] {
  background-image: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/mediaviewer-controlarrow-left.png");
  background-size: 100%;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="over"] {
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/mediaviewer-controlarrow-left.png");
  background-size: 100%;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="up"] {
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/mediaviewer-controlarrow-right.png");
  background-size: 100%;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="over"] {
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/mediaviewer-controlarrow-right.png");
  background-size: 100%;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="disabled"] {
  display: none;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="disabled"] {
  display: none;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton:hover {
  cursor: pointer;
}

.pdp-tray__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton:hover {
  cursor: pointer;
}

.pdp-tray__media .pdp-tray__media-spot.s7mixedmediaviewer {
  margin: 0 auto;
  max-height: 260px;
  max-width: 260px;  
}

@media (max-width: 64rem) {
	.pdp-tray__media .pdp-tray__media-spot.s7mixedmediaviewer {
	  margin-bottom: 100px;  
	}
	.pdp-tray__media .pdp-tray__media-spot.s7mixedmediaviewer .s7swatches{
		bottom: -130px;
	}
	
	.pdp-tray__media .s7mixedmediaviewer .s7setindicator{
		display:none !important;
	}
}

.pdp-tray__media .s7container {
  max-height: 260px !important;
  max-width: 260px !important;
}

@media (min-width: 48rem) {
  .pdp-tray__media .pdp-tray__media-spot.s7mixedmediaviewer {
    max-height: 500px;
    max-width: 500px;
  } 
  .pdp-tray__media .s7container {
    max-height: 500px !important;
    max-width: 500px !important;
  }
}

.pdp-tray__bdg-list {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0.3125rem;
}

.pdp-tray__bdg {
  display: none;
  clear: both;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.3125rem;
}

.pdp-tray__prd-detail-list {
  margin: 1.8rem 0 0.85rem 0;
}

.pdp-tray__prd-detail,
.pdp-tray__color-swatch {
  display: block;
  clear: both;
}

.pdp-tray__color-swatch__btn-more-wrap {
  display: block;
  clear: both;
}

.pdp-tray__color-swatch__btn-more-wrap.hide {
  display: none;
}

@media (min-width: 48rem) {
  .pdp-tray__color-swatch__btn-more-wrap--list-size-17-24 {
    visibility: hidden;
  }
}

@media (min-width: 64rem) {
  .pdp-tray__color-swatch__btn-more-wrap--list-size-17-24 {
    visibility: visible;
  }
}

.temporarily-out-of-stock-wrapper {
  margin-bottom: 1.9rem;
}

.in-stock-email-btn {
  font-weight: 500;
}

.pdp-tray__prd-title {
  margin: 0.3rem 0 0.7rem;
}

.pdp-tray__prd-title--text {
  font-size: 1rem;
}

@media all and (min-width: 48rem) {
  .pdp-tray__prd-title--text {
    font-size: 1.25rem;
  }
}

.pdp-tray__prd-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
  flex-wrap: wrap;
  width: max-content;
}

.pdp-tray__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.9rem 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 48rem) {
  .pdp-tray__reviews {
    margin: 0 0 0 1rem;
    padding-left: 1rem;
    border-left: 1px solid #000000;
  }
}

.pdp-tray__reviews .star-rating,
.pdp-tray__reviews .pdp-tray__goto-rev {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 20px);
  flex: 1 0 calc(50% - 20px);
}

@media (min-width: 48rem) {
  .pdp-tray__reviews .star-rating,
  .pdp-tray__reviews .pdp-tray__goto-rev {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
    display: inline-flex;
  }
}

.pdp-tray__goto-rev {
  font-size: 0.75rem;
  margin-left: 0.625rem;
  text-align: right;
}

.pdp-tray__goto-rev--txt {
  display: inline-block;
  color: #b3b3b3;
}

@media (min-width: 48rem) {
  .pdp-tray__goto-rev--txt {
    display: none;
  }
}
.pdp-tray__goto-rev--txt.pdp-tray-no-review-text {
	 display: inline-block;
}

.pdp-tray__goto-rev--txt-link {
  color: #b3b3b3;
  text-decoration: underline;
}

.pdp-tray__goto-rev--txt-md {
  color: #b3b3b3;
  display: none;
}

@media (min-width: 48rem) {
  .pdp-tray__goto-rev--txt-md {
    display: inline-block;
  }
}

.pdp-tray__prd-header .pdp-tray__detail,
.pdp-tray__detail.pdp-tray__detail--color {
  font-size: 0.75rem;
}

.pdp-tray__prd-header .pdp-tray__detail {
  flex-basis: 100%;
  line-height: 1em;
}

@media all and (min-width: 48rem) {
  .pdp-tray__prd-header .pdp-tray__detail {
    flex-basis: unset;
  }

  .pdp-tray__prd-header .pdp-tray__detail,
  .pdp-tray__detail.pdp-tray__detail--color {
    font-size: 1rem;
  }
}

.pdp-tray__detail--key {
  font-weight: 700;
  margin-right: 0.25rem;
}

.pdp-tray__color-swatch {
  text-align: center;
  margin: 0.8rem 0 1.8rem 0;
}

@media (min-width: 48rem) {
  .pdp-tray__color-swatch {
    margin: 0 0 1.3rem 0;
  }
}

.pdp-tray__color-swatch__item--icon {
  width: 100%;
  height: 100%;
}

.pdp-tray__btn-more-colors {
  display: inline-block;
  color: #c41230;
  font-weight: 700;
  height: 1.25rem;
  cursor: pointer;
}

.pdp-tray__btn-more-colors--icon-up,
.pdp-tray__btn-more-colors--icon-down {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  width: 1rem;
  height: 1rem;
}

#pdp-colors-toggle {
  display: none;
}

.pdp-tray__btn-more-colors--close,
.pdp-tray__btn-more-colors--icon-down,
#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__btn-more-wrap .pdp-tray__btn-more-colors--icon-up,
#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__btn-more-wrap .pdp-tray__btn-more-colors--open {
  display: none;
}

#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__btn-more-colors--icon-down,
#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__btn-more-wrap .pdp-tray__btn-more-colors--close {
  display: inline-block;
}

#pdp-colors-toggle ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  height: unset;
}

#pdp-colors-toggle ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  margin: -15rem -2rem 0 -2rem;
  padding: 15rem 2rem 0 2rem;
}

#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  height: 4.525rem;
}

#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list.best-value {
  height: auto;
  max-height: 5.875rem;
  align-items: end;
}

#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: 4.525rem;
}

#pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list.best-value:hover {
  padding-bottom: 5.875rem;
}

@media (max-width: 47.9375rem) {
  #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 11) {
    display: none;
  }
}

@media (min-width: 48rem) {
  #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 25)  {
    display: none;
  }
}

@media (min-width: 64rem) {
  #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 17)  {
    display: none;
  }
}

.pdp-tray__color-swatch__list {
  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;
}

.pdp-tray__color-swatch__item--selected {
  border: 0.0625rem solid #c41230;
}

.pdp-tray__color-swatch__item {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  margin: 0 0.6rem 0.6rem 0;
  padding: 0.3125rem;
}

.pdp-tray__prod-qty {
  margin: 1rem 0 0 0 ;
}

.pricing-container.hidden {
  opacity: 0;
}

.pdp-tray__prod-qty.hidden {
  display: none;
}

@media all and (min-width: 48rem) {
  .pdp-tray__prod-qty {
    margin: 0;
  }
}

.pdp-tray__prod-qty--label {
  display: inline-block;
}

.pdp-tray__prod-qty--select {
  display: inline-block;
  width: auto;
}

.pdp-tray__prod-qty--select .form-select-icon {
  top: 50%;
}

.link-to-bundles-wrapper {
  display: none;
  margin-top: 0.8rem;
}

.link-to-bundles {
  color: #000000;
  text-decoration: underline;
}

.pdp-tray__price {
  font-size: 1.25rem;
  font-weight: 900;
  color: #c41230;
  text-transform: capitalize;
}

.pdp-tray__price.single-price-line {
  color: inherit;
}

.pdp-tray__price--small {
  color: #000000;
  text-decoration: line-through;
}

.pdp-tray__price-savings {
  font-weight: bold;
  text-transform: uppercase;
  color: #008800;
}

.discount-container {
  line-height: 1em;
}

.pricing-container--with-savings {
	display: flex;
	align-items: flex-end;
}

.affirm-config {
  margin-top: 0.6rem;
}

.affirm-modal-trigger {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  text-transform: capitalize;
}

@media all and (min-width: 48rem) {
  .affirm-modal-trigger {
    display: inline;
  }
}

.pdp-divider {
  margin-top: 1rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 48rem) {
  .pdp-divider {
    width: 100%;
  }
}

.pdp-tray__eco .clearfix {
  display: block;
}

.pdp-tray__eco .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pdp-tray__eco-text:hover {
  cursor: pointer;
}

.pdp-tray__eco .eco-m .eco-c .eco-widget {
  margin-top: 1rem;
}

.pdp-tray__eco .eco-m .eco-c .eco-widget .eco-value {
  font-size: 1rem;
  line-height: 1.31em;
}

.pdp-tray__eco .eco-m .eco-c .ecr-details span {
  font-size: 1rem;
  font-weight: 500;
}

.pdp-tray__eco-logo {
  display: inline-block;
  margin-left: auto;
  width: 2.8125rem;
  order: 4;
}

@media all and (min-width: 48rem) {
  .pdp-tray__eco-logo {
    width: 3.875rem;
    order: unset;
  }
}

.pdp-tray__prd-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: baseline;
}

.pdp-tray__check-availability {
    visibility: hidden;
    margin: 0.875rem 0 0.875rem 0;
}

.pdp-tray__cta {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media all and (min-width: 48rem) {
  .pdp-tray__prd-actions {
    flex-wrap: nowrap;
  }

  .pdp-tray__cta {
    flex-basis: 67%;
  }
}

.pdp-tray__cta .button {
  width: auto;
  padding: 0;
  margin: 0;
}

.pdp-tray__cta .button:nth-child(n+2) {
  margin-top: 1rem;
}

.pdp-tray__cta .where-to-buy-btn:nth-child(n+2) {
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
}

.pdp-tray__discontinued {
  flex: 1 0 100%;
  height: 2.5rem;
  margin: 0 0 1.875rem 0;
  color: #c41230;
  font-weight: 700;
  text-transform: uppercase;
}

.pdp-tray__additional-actions {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  align-items: flex-end;
}

.pdp-tray__compare {
  margin-left: auto;
}

@media all and (min-width: 26.5625rem) {
  .pdp-tray__compare {
    margin-left: unset;
  }
}

.pdp-tray__wishlist {
  display: flex;
  padding-right: 2.5rem;
}

@media all and (min-width: 48rem) {
  .pdp-tray__wishlist {
    padding-right: 2.2rem;
  }
}

.pdp-tray__wishlist--btn,
.pdp-tray__wishlist--btn:hover {
  height: 100%;
  background: transparent;
  text-transform: none;
  color: #000000;
}

.pdp-tray__wishlist--btn svg,
.pdp-tray__wishlist--btn:hover svg {
  color: #000000;
}

.pdp-tray__wishlist--btn {
  padding: 0;
  margin-top: 1.6rem;
}

.pdp-tray__wishlist--btn .wishlist-btn__text,
.pdp-tray__wishlist--btn:hover .wishlist-btn__text {
  font-weight: 500;
  font-size: 1rem;
}

.pdp-tray__wishlist--btn .icon.wishlist-btn__icon-empty.active,
.pdp-tray__wishlist--btn .icon.wishlist-btn__icon-filled.active {
  width: 0.875rem;
  height: 0.75rem;
}

@media all and (min-width: 48rem) {
  .pdp-tray__wishlist--btn .icon.wishlist-btn__icon-empty.active,
  .pdp-tray__wishlist--btn .icon.wishlist-btn__icon-filled.active {
    width: 1.6rem;
    height: 1.4375rem;
  }
}

.pdp-tray__wishlist--btn .wishlist-btn__text,
.pdp-tray__compare--label {
  margin-left: 0.5rem;
}

.pdp-tray__compare .form-checkbox {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pdp-tray__compare .form-checkbox input {
  opacity: 0;
}

.pdp-tray__compare .form-checkbox .check-mark {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 0.75rem;
  width: 0.75rem;
  border: 1px solid #000000;
}

@media all and (min-width: 48rem) {
  .pdp-tray__compare .form-checkbox .check-mark {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.pdp-tray__compare .form-checkbox:hover input ~ .check-mark {
  background-color: #eeeeee;
}

.pdp-tray__compare .form-checkbox .check-mark:after {
  content: "";
  display: none;
  width: 49%;
  height: 78%;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pdp-tray__compare .form-checkbox input:checked ~ .check-mark:after {
  display: block;
}

.pdp-tray__modal-video-box-trigger {
  display: none;
}

.pdp-tray__modal-wishlist-signin-trigger {
  display: none;
}

.pdp-tray__gift-wrapping {
  margin-top: 1.2rem;
  display: none;
}

.pdp-tray__gift-wrapping h3 {
  display: inline;
  margin:0 0 16px 0;
  padding:0;
  line-height:1;
  font-weight:normal;
  position:relative;
  font-size: .8125rem;
}

.pdp-tray__gift-wrapping__label {
  display: inline;
  font-size: .8125rem;
}

@media all and (min-width: 48rem) {
  .pdp-tray__gift-wrapping h3 {
    font-size: 1rem;
  }

  .pdp-tray__gift-wrapping__label {
    font-size: 1rem;
  }
}

.pdp-tray__gift-wrapping__icon {
  display: inline-flex;
  align-self: center;
  top: .4em;
  width: 2rem;
  position: relative;
}

.pdp-tray__gift-wrapping__text {
  font-size: 13px;
}

.pdp-tray__gift-wrapping__text ul{
  padding-inline-start: 1.125rem;
}

.pdp-tray__gift-wrapping__icon svg,
.pdp-tray__gift-wrapping__icon img {
  height: 21px;
  width: 22px;
  fill: currentColor;
}

.pdp-tray__wp-loading p {
  display: inline;
}

.pdp-tray__arrival-date {
  display: none;
}

@media all and (max-width: 47.9375rem) {
  .pdp-tray__arrival-date,
  .pdp-tray__arrival-date--label,
  .pdp-tray__arrival-date--info-value {
    line-height: 1.2em;
  }
  .pdp-tray__prd-header {
    max-width: 100%;
  }
}

.pdp-tray__arrival-date .pdp-tray__arrival-date--info-value {
  display: inline;
  font-weight: bold;
  color: #008800;
}

.pdp-tray__arrival-date--tooltip {
    display: inline-block;
}

.pdp-tray__arrival-date--tooltip-icon {
  display: inline-block;
  margin-left: 0.625rem;
}

.pdp-tray__arrival-date--tooltip-description {
  display: none;
  line-height: 14px;
  width: 12rem;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 11px;
  white-space: initial;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  transform: translate(-50%, 0);
}

@media (min-width: 32.8125rem) {
  .pdp-tray__arrival-date--tooltip-description{
    bottom: -50%;
    left: 20%;
  }
}

.pdp-tray__arrival-date--tooltip:hover .pdp-tray__arrival-date--tooltip-description {
    display: block;
}

.pdp-tray__wp-no-location {
  display: none;
}

.pdp-tray__wp-loading .change-location-button-pdp {
  display: block;
}

.pdp-tray__wp-loading .change-location-button-pdp,
.pdp-tray__arrival-date .change-location-button-pdp {
  color: #000000;
  text-decoration: underline;
}

.pdp-tray__wp-no-location .change-location-button-pdp {
  color: #000000;
  text-decoration: unset;
}

.pdp-tray__wp-no-location .change-location-button-pdp .change-location-link-pdp {
  text-decoration: underline;
}

.pdp-tray__arrival-date--label {
  display: inline;
}

.pdp-tray__arrival-date .change-location-button-pdp {
  display: block;
  margin-top: 0.85rem;
}

@media all and (min-width: 48rem) {
  .pdp-tray__arrival-date--label {
    display: block;
  }

  .pdp-tray__arrival-date .change-location-button-pdp {
    display: inline-block;
    margin: 0 0 0 0.2rem;
  }
}

.pdp-tray__prp-delivery {
  display: flex;
  margin-top: 2.3rem;
  flex-direction: row;
  flex-basis: 70%;
  align-items: center;
}

.pdp-tray__prd-detail--emphasis {
  color: #c41230;
  font-weight: 700;
  text-transform: uppercase;
}

@media all and (min-width: 48rem) {
  .pdp-tray__prp-delivery {
    flex-basis: 100%;
  }
}

.pdp-tray__prp-delivery .pdp-tray__prp-delivery--icon svg {
  width: 1.875rem;
  height: 1.5rem;
}

.pdp-tray__prp-delivery .pdp-tray__prp-delivery-text {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #008800;
}

.pdp-tray__reviews.hide-ask-a-question .bv_button_buttonMinimalist#AAQ {
    display: none !important;
}

.pdp-tray__text-disclaimer {
  margin-top: 1.6rem;
}

.pdp-tray__content-spot {
  margin-top: 1.5rem;
}

.pdp-tray__content-spot .content-spot > .g-container {
  padding: 0;
}

.pdp-tray__temp-image {
  margin: 0 auto;
}

.pdp-tray__prd-lsm {
  color: #C80A33;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
}

.pdp-tray__prd-lsm--above {
  margin-bottom: -0.5rem;
}

.pdp-tray__prd-lsm--below {
  margin-top: 0.5rem;
}

.member-price-pdp-container {
  padding-top: 0.875rem;
}

.member-price-pdp-container .member-price-cta {
  padding: 0;
  font-size: 1rem;
  line-height: 1.13;
  font-weight: 900;
  margin: 0 auto;
  max-width: fit-content;
}

.member-price-pdp-container .member-price-cta__info-icon {
  margin-left: 4px;
}

.ps-location {
   position: relative !important;
}

/*# sourceMappingURL=pdp-tray.css.map */

.pdp-demos-tile,
.pdp-features-tile,
.pdp-recipes-tile {
  background: #ffffff;
  height: 100%;
  border: #d8d8d8 solid 0.0625rem;
  position: relative;
}

.pdp-features-tiles-wrapper {
	margin-bottom: 1.375rem;
}

@media (min-width: 64rem) {
  .pdp-features-tiles-wrapper {
    margin-bottom: 2rem;
  }
}

.pdp-demos-media-img,
.pdp-features-media-img,
.pdp-recipes-media-img {
  margin: 0 auto;
  max-height: 12.75rem;
}

@media (min-width: 64rem) {
  .pdp-recipes-media-img {
    max-height: 20.125rem;
  }
}

.pdp-demos-tile-content,
.pdp-features-tile-content,
.pdp-recipes-tile-content {
  padding: 1rem;
}

/* @media (min-width: 48rem) {
  .pdp-demos-tile-content,
  .pdp-features-tile-content,
  .pdp-recipes-tile-content {
    min-height: 11.75rem;
  }
} */

@media (min-width: 48rem) {
  .pdp-demos-tile-content,
  .pdp-features-tile-content,
  .pdp-recipes-tile-content {
    min-height: 0rem;
  }
}

.pdp-recipes-tile-content {
  cursor: pointer;
}

.pdp-demos-tile-title,
.pdp-features-tile-title,
.pdp-recipes-tile-title {
  font-size: 1.1875rem;
  margin-bottom: 1.375rem;
}

@media (min-width: 48rem) {
  .pdp-demos-tile-title,
  .pdp-features-tile-title,
  .pdp-recipes-tile-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.pdp-demos-tile-desc,
.pdp-features-tile-desc,
.pdp-recipes-tile-desc {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

@media (min-width: 48rem) {
  .pdp-demos-tile-desc,
  .pdp-features-tile-desc,
  .pdp-recipes-tile-desc {
    font-size: 0.875rem;
  }
}

.pdp-demos-media-video .s7controlbar,
.pdp-features-media-video .s7controlbar,
.pdp-recipes-media-video .s7controlbar {
  display: none;
}

.pdp-demos-modal .modal-close,
.pdp-features-modal .modal-close,
.pdp-recipes-modal .modal-close {
  z-index: 9;
}

.pdp-demos-modal .modal-box,
.pdp-features-modal .modal-box,
.pdp-recipes-modal .modal-box {
  padding: 0;
  border: solid 0.0625rem #ffffff;
}

.pdp-demos-modal .modal-content video,
.pdp-features-modal .modal-content video,
.pdp-recipes-modal .modal-content video {
  height: 17.5rem;
}

@media (min-width: 48rem) {
  .pdp-demos-modal .modal-content video,
  .pdp-features-modal .modal-content video,
  .pdp-recipes-modal .modal-content video {
    height: 30rem;
  }
}

.pdp-demos-modal .pdp-demos-video-holder,
.pdp-demos-modal .pdp-features-video-holder,
.pdp-demos-modal .pdp-recipes-video-holder,
.pdp-features-modal .pdp-demos-video-holder,
.pdp-features-modal .pdp-features-video-holder,
.pdp-features-modal .pdp-recipes-video-holder,
.pdp-recipes-modal .pdp-demos-video-holder,
.pdp-recipes-modal .pdp-features-video-holder,
.pdp-recipes-modal .pdp-recipes-video-holder {
  height: 30rem;
}

.pdp-demos-modal .s7controlbar,
.pdp-features-modal .s7controlbar,
.pdp-recipes-modal .s7controlbar {
  display: block;
}

.pdp-additional-features {
  background: #ffffff;
  margin-bottom: 0.875rem;
  padding: 1.875rem 1.25rem 0.625rem 1.25rem;
  border: #d8d8d8 solid 0.0625rem;
}

@media (min-width: 48rem) {
  .pdp-additional-features {
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  }
}

@media (min-width: 64rem) {
  .pdp-additional-features {
    padding: 2.5rem 6.25rem 1.25rem 6.25rem;
  }
}

.pdp-add-feat-tile-title {
  font-size: 1.4375rem;
  margin-bottom: 1.375rem;
}

@media (min-width: 48rem) {
  .pdp-add-feat-tile-title {
    font-size: 1.1875rem;
  }
}

@media (min-width: 64rem) {
  .pdp-add-feat-tile-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.pdp-add-feat-title {
  text-transform: uppercase;
  font-size: 1.0625rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 48rem) {
  .pdp-add-feat-title {
    font-size: 0.875rem;
  }
}

@media (min-width: 64rem) {
  .pdp-add-feat-title {
    margin-top: 0.25rem;
  }
}

.pdp-add-feat-desc {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  margin-top: 0.5625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .pdp-add-feat-desc {
    line-height: 1.125rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 64rem) {
  .pdp-add-feat-desc {
    margin-top: 0.25rem;
  }
}

.pdp-feat-view-more,
.pdp-rec-view-more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.0625rem;
  display: inline-block;
  margin-top: 0.4375rem;
}

@media (min-width: 48rem) {
  .pdp-feat-view-more,
  .pdp-rec-view-more {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

@media (min-width: 64rem) {
  .pdp-feat-view-more {
    margin-top: 0;
  }
}

@media (min-width: 64rem) {
  .pdp-rec-view-more {
    margin-top: 1rem;
  }
}

.pdp-feat-more-icon,
.pdp-feat-less-icon {
  display: inline-block;
  margin-left: 0.3125rem;
}

.pdp-view-more-features {
  display: none;
}

.pdp-view-more-features--icon {
  display: none;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  width: 1rem;
  height: 1rem;
}

.pdp-view-more-features--icon.active {
  display: inline-block;
}

@media (min-width: 48rem) {
  .pdp-recipes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48rem) {
  .pdp-recipe-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.25rem;
    max-width:50%;
  }
  .pdp-recipe-column:last-child {
    margin-right: 0rem;
  }
}

.pdp-video-viewer {
  cursor: pointer;
}

.pdp-video-viewer img {
  width: 100%;
  margin-top: 2rem;
}

.pdp-blocks-modal .modal-box {
  padding: 2.5rem 0;
}

.pdp-blocks-modal .modal-content {
  min-height: 21.875rem;
}

#pdp-blocks-video-viewer_container {
  min-height: 22.125rem;
}

.pdp-features-tile-media{
  margin-top: 1rem;
}

.pdp-features-tile-content h3{
	font-weight: inherit;
    font-family: inherit;
}


/*# sourceMappingURL=pdp-blocks.css.map */

.pdp-manuals {
  margin: 0px;
}

.pdp-manuals-download-wrapper {
  margin: 1.25rem 0;
}

.pdp-manuals-help-box {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background-color: #f3f3f3;
}

@media (min-width: 48rem) {
  .pdp-manuals-help-box {
    padding: 2.5rem;
  }
}

.pdp-manuals-help {
  position: relative;
  padding-left: 1.25rem;
}

.pdp-manuals-help-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.pdp-manuals-help-icon .icon {
  height: 0.875rem;
  width: 0.875rem;
}

.pdp-manuals-help-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.pdp-manuals-help-dtl {
  font-size: 0.8125rem;
}

.pdp-manuals-media-download-dtl {
  margin-right: 1.25rem;
  margin-top: 1.875rem;
}

.pdp-manuals-media-download-title {
  font-size: 1.125rem;
  color: #c41230;
}

.pdp-manuals-media-download-desc {
  font-size: 0.8125rem;
  color: #626366;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdp-manuals-media-download-wrap {
  padding-top: 0.625rem;
}

.pdp-manuals-media-download-ico {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
}

.pdp-manuals-media-download-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  padding-left: 0.25rem;
  max-width: 100%;
}

.pdp-manuals-media-download-link img{
  width: 100%;
}

.pdp-icon-caret-down {
  display: inline-block;
  margin-left: 0.3125rem;
}

.pdp-icon-caret-down .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.pdp-manuals-view-all {
  margin: 1.875rem 0px 0px 0.625rem;
  font-size: 0.8125rem;
  cursor: pointer;
  text-transform: uppercase;
}

.pdp-hide-manual {
  display: none;
}
.pdp-hide-class {
    display: none;
}

/*# sourceMappingURL=pdp-manuals.css.map */

.pdp-specs-header {
  border-bottom: 0.0625rem solid #b3b3b3;
  padding-bottom: 0.3125rem;
}

@media (max-width: 47.9375rem) {
  .pdp-specs-header {
    font-size: 1.5rem;
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .pdp-specs-header {
    font-size: 1.875rem;
  }
}

@media (min-width: 64rem) {
  .pdp-specs-header {
    font-size: 2.0625rem;
  }
}

.pdp-specs-features {
  margin-bottom: 1.5rem;
}

.pdp-specs-ref-features {
  border-bottom: 0.0625rem solid #b3b3b3;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
}

.pdp-specs-features-title {
  font-size: 1.25rem;
}

.pdp-specs-ref-types {
  text-align: left;
  padding: 0.625rem;
  height: 100%;
}

@media (min-width: 48rem) {
  .pdp-specs-container .g-row .g-col:nth-child(4n) .pdp-specs-ref-types,
  .pdp-specs-container .g-row .g-col:nth-child(4n - 1) .pdp-specs-ref-types {
    background: #ffffff;
  }
}

@media (max-width: 47.9375rem) {
  .pdp-specs-container .g-row .g-col:nth-child(2n) .pdp-specs-ref-types {
    background: #ffffff;
  }
}

.pdp-spec-title {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
}

.pdp-spec-text {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  overflow-wrap: break-word;
}

.pdp-spec-text .spec-img-warning {
  width: 45px;
  height: 53px;
  display: inline-block;
  float: left;
}

.pdp-specs-icon {
  color: #5c700f;
}

.pdp-specs-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}
h4.pdp-specs-features-title {
 font-weight:normal
}
/*# sourceMappingURL=pdp-specs.css.map */

h4.pdp-specs-features-title {
 font-weight:normal
}


.war-rating-field {
  height: 0;
  border: 0;
  overflow: hidden;
}

.war-title {
  margin-bottom: 1.875rem;
}

.modal-write-a-review .form-textarea {
  height: auto;
}
.customer-reviews-hidden {
  display: none;
}

.pdp-customer-reviews {
  background-color: #ffffff;
  padding: 2.5rem 5rem;
}

@media (max-width: 63.9375rem) {
  .pdp-customer-reviews {
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  }
}

@media (max-width: 47.9375rem) {
  .pdp-customer-reviews {
    padding: 1.25rem;
  }
}

.customer-reviews-section {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
}

@media (max-width: 47.9375rem) {
  .customer-reviews-section {
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.customer-reviews-title {
  font-size: 1.125rem;
  margin: 0.4375rem 0 0.625rem 0;
  line-height: 1.7;
}

@media (max-width: 47.9375rem) {
  .customer-reviews-title {
    margin: 0.3125rem 0 0.3125rem 0;
    font-size: 1rem;
  }
}

.customer-reviews-desc {
  font-size: 1rem;
  line-height: 1.4;
}

.pdp-reviewed-by-customers {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

@media (max-width: 47.9375rem) {
  .pdp-reviewed-by-customers {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.pdp-customer-date {
  font-size: 1rem;
  text-align: right;
}

@media (max-width: 47.9375rem) {
  .pdp-customer-date {
    text-align: left;
    margin: 0.625rem 0;
  }
}

.customer-reviews-name {
  font-size: 1rem;
}

@media (max-width: 47.9375rem) {
  .customer-reviews-name {
    margin: 0.625rem 0;
  }
}

.reviews-star-icon {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.0625rem;
}

.pdp-reviews-view-all {
  text-transform: uppercase;
  font-size: 0.8125rem;
}

.pdp-reviews-icon-caret-down {
  display: inline-block;
  margin-left: 0.3125rem;
}

.pdp-reviews-icon-caret-down .icon {
  width: 0.625rem;
  height: 0.625rem;
}


.page .page-content .pdp-bottom-content {
  margin-left: unset;
}
.page .page-content .pdp-bottom-content .section-v2 .pdp-specs .pdp-specs-features {
  max-height: none;
}
.page .page-content .pdp-bottom-content .pdp-specs .divider-wrapper {
  padding-bottom: 1.438rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .divider-wrapper .pdp-divider {
  width: 100%;
}
.page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container {
  margin-bottom: unset;
  margin-top: 2.438rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container:not(.hide-class) {
  border-bottom: 0.0625rem solid #b3b3b3;
  margin-bottom: 1.438rem;
  padding-bottom: 1rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container .download-buttons {
  position: inherit;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
}
.page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container .download-buttons > * {
  font-size: 0.875rem;
  padding: 0;
}
.page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container .download-buttons .button {
  width: auto;
}
.page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container .download-buttons .download-icon {
  margin-left: .5rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions {
  font-family: 'HelveticaNeue', sans-serif;
  text-align: center;
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.188rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #b3b3b3;
  margin-bottom: 1.5rem;
  color: #000000;
  display: flex;
  justify-content: start;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block {
  padding: 0.5rem;
  border-left: 0.0625rem solid #b3b3b3;
  text-align: center;
  width: 100%;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block .dimension-show-desktop {
  display: none;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block div:first-child {
  display: block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block div:last-child {
  font-size: 0.75rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block div {
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block:first-child {
  border-top: 0;
  border-left: none;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block__size-measure {
  display: none;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block .dimensions-mobile-view .dimension-item {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block .dimensions-mobile-view .dimension-item .dimension-value {
  font-size: 1.125rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-large-image.mobile img {
  max-height: 10.438rem;
  max-width: 8.188rem;
  margin-left: auto;
  margin-right: auto;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-ref-features {
  padding-bottom: 1rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features {
  max-height: 56rem;
  overflow: hidden;
  position: relative;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features.with-view-hide-buttons {
  max-height: unset;
  height: 56rem;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features:before {
  content: '';
  width: 100%;
  height: 100%;
  max-height: 8.125rem;
  position: absolute;
  margin-top: 47.875rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.91) 75%);
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features.hide-gradient:before {
  display: none;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container {
  flex-basis: 100%;
  max-width: 100%;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container .spec-row {
  flex-basis: 95.33333333%;
  max-width: 95.33333333%;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container .spec-row.pdp-specs-ref-types {
  padding: 1rem 0.375rem;
  margin-left: 0;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container .spec-row.pdp-specs-ref-types.g-row .pdp-spec-title {
  overflow-wrap: normal;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container .spec-row.pdp-specs-ref-types.g-row .pdp-spec-text {
  text-align: end;
  overflow-wrap: normal;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container .spec-row.pdp-specs-ref-types.g-row .prop-65 .spec-img-warning {
  width: 2.813rem;
  height: 3.313rem;
  display: inline-block;
  float: left;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-dimensions-large-image {
  display: none;
}
.page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-view-more-specs {
  text-align: center;
  max-width: 100%;
}
.page .page-content .pdp-bottom-content .pdp-specs .mobile {
  display: block;
}
.page .page-content .pdp-bottom-content a,
.page .page-content .pdp-bottom-content button {
  outline: 0;
}
.page .page-content .pdp-bottom-content a:focus,
.page .page-content .pdp-bottom-content button:focus {
  outline: 0.0625rem solid #000000;
}
@media all and (min-width: 64rem) {
  .page .page-content .pdp-bottom-content .pdp-specs {
    padding-top: 3rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions {
    font-size: 1.625rem;
    line-height: 2rem;
    border: 0;
    margin-top: unset;
    margin-bottom: 2.438rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block {
    padding: 3.5rem 5rem;
    border-top: unset;
    width: auto;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block .dimension-show-mobile {
    display: none;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block .dimension-show-desktop {
    display: block;
    text-transform: capitalize;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block:last-child {
    border-bottom: unset;
    border-right: 0.0625rem solid #b3b3b3;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block:first-child {
    padding-top: 3.5rem;
    border-left: 0.0625rem solid #b3b3b3;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block div {
    font-weight: 700;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block div:first-child {
    font-size: inherit;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block div:last-child {
    font-size: 1.25rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-dimensions-block__size-measure {
    display: inline;
  }
}
@media all and (min-width: 48rem) {
  .page .page-content .pdp-bottom-content .pdp-specs .divider-wrapper {
    padding-bottom: 6.5rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container {
    margin-bottom: .5rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container:not(.hide-class) {
    border-bottom: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container .download-buttons {
    display: grid;
    grid-auto-columns: 25%;
    grid-template-columns: 25%;
    grid-auto-flow: column;
    justify-content: end;
    column-gap: 1rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container .spec-row {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-dimensions-large-image {
    display: block;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-view-more-specs {
    max-width: 50%;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .mobile {
    display: none;
  }
}
@media (max-width: 64rem) and (min-width: 48rem) {
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-view-more-specs {
    max-width: 50%;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .download-buttons-container {
    margin-bottom: 4.5rem;
  }
  .page .page-content .pdp-bottom-content .pdp-specs .pdp-specs-features .pdp-specs-container {
    flex-basis: 40rem;
    max-width: 40rem;
  }
}

.pdp-v2-section {
  margin-bottom: 1.5rem;
}
.pdp-v2-section__title {
  margin-bottom: 1rem;
  padding: 0;
  border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
}
.pdp-v2-section__title.section-v1 {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 5% 1.25rem;
}
.pdp-v2-section__subtitle {
  padding: 1rem 1rem 0.75rem;
  line-height: 1.31;
}
.pdp-v2-section__divider {
  border-top: solid 0.063rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}
.pdp-v2-section__divider.hidden {
  opacity: 0;
}
.section-v2 .expand-button {
  min-height: 4rem;
  border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
}
.section-v2 .expand-button:hover .pdp-v2-section__title {
  text-decoration: underline;
}
.section-v2.no-accordion .expand-button:hover {
  background-color: inherit;
}
.section-v2 .pdp-v2-section {
  margin-bottom: 5rem;
}
.section-v2 .pdp-v2-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 5%;
}
.section-v2 .pdp-v2-section__header--right-column {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.section-v2 .pdp-v2-section__specs {
  display: none;
  font-size: .75rem;
  line-height: .875rem;
  font-weight: 700;
  color: black;
  margin: 1rem 2.5rem 1rem 0;
}
.section-v2 .pdp-v2-section__specs:empty {
  margin: 0;
}
.section-v2 .pdp-v2-section__spec-body .spec-img-warning {
  width: 15px;
  max-height: .625rem;
  display: inline;
}
.section-v2 .pdp-v2-section__spec-body b {
  display: inline;
  font-weight: 700;
}
.section-v2 .pdp-v2-section__spec-body a {
  display: inline;
  text-decoration: underline;
  font-weight: normal;
  color: black;
}
.section-v2 .pdp-v2-section__title {
  margin-bottom: 0;
  border-bottom: none;
}
.section-v2 .pdp-v2-section__divider {
  margin-bottom: 1.25rem;
}
.section-v2 .pdp-v2-section__icon {
  margin-top: .25rem;
  margin-right: .5rem;
  max-height: 1.25rem;
}
.section-v2 .pdp-v2-section__icon svg {
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.section-v2 .pdp-v2-section__icon--plus {
  display: none;
}
.section-v2 .pdp-v2-section__icon--minus {
  display: block;
}
.section-v2.collapsed .expand-button {
  border-bottom: none;
}
.section-v2.collapsed .pdp-v2-section {
  margin-bottom: 0;
}
.section-v2.collapsed .pdp-v2-section__body {
  display: none;
}
.section-v2.collapsed .pdp-v2-section__header {
  margin-bottom: 0;
}
.section-v2.collapsed .pdp-v2-section__specs {
  display: flex;
}
.section-v2.collapsed .pdp-v2-section__specs.desktop {
  display: none;
}
.section-v2.collapsed .pdp-v2-section__icon--plus {
  display: block;
}
.section-v2.collapsed .pdp-v2-section__icon--minus {
  display: none;
}
@media all and (min-width: 48rem) {
  .section-v2 .pdp-v2-section {
    padding-top: 1rem;
  }
  .section-v2.collapsed .pdp-v2-section {
    padding-top: 0;
  }
}
@media all and (min-width: 64rem) {
  .pdp-v2-section__title {
    padding: 0;
    margin: 0;
    border: none;
  }
  .pdp-v2-section__title.section-v1 {
    padding: 1.25rem 0.625rem;
    min-height: 5.5rem;
  }
  .pdp-v2-section__title.section-v1.updated-section-v1-layout {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .pdp-v2-section.updated-section-v1-layout {
    padding-top: 0;
    margin-bottom: 5rem;
  }
  .pdp-v2-section.updated-section-v1-layout .prd-carousel--wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .pdp-v2-section {
    margin-bottom: 6.5rem;
  }
  .pdp-v2-section__subtitle {
    padding: 1.5rem 0 0;
  }
  .pdp-v2-section__divider {
    margin-bottom: 6.5rem;
  }
  .section-v2 .expand-button {
    border-bottom: none;
    min-height: 12rem;
  }
  .section-v2 .expand-button .pdp-v2-section__header {
    align-items: center;
    padding: 0 .625rem;
  }
  .section-v2 .expand-button .pdp-v2-section__header--right-column {
    padding: 0;
    flex-direction: row;
  }
  .section-v2 .expand-button .pdp-v2-section__divider {
    margin-bottom: 4rem;
  }
  .section-v2 .expand-button .pdp-v2-section__spec-img {
    padding-right: .5rem;
    align-self: center;
  }
  .section-v2 .expand-button .pdp-v2-section__spec-img img {
    max-height: 1.825rem;
    height: auto;
  }
  .section-v2 .expand-button .pdp-v2-section__spec-body b {
    display: block;
  }
  .section-v2 .expand-button .pdp-v2-section__specs {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin: 0;
  }
  .section-v2 .expand-button .pdp-v2-section__icon {
    margin: 0;
    align-self: center;
    max-height: 3rem;
  }
  .section-v2 .expand-button .pdp-v2-section__icon svg {
    height: 3rem;
    width: 3rem;
  }
  .section-v2.collapsed .expand-button {
    min-height: 7rem;
  }
  .section-v2.collapsed .pdp-v2-section__divider {
    margin-bottom: 2rem;
  }
  .section-v2.collapsed .pdp-v2-section__specs.desktop {
    display: flex;
  }
  .section-v2.collapsed .pdp-v2-section__specs.mobile {
    display: none;
  }
  .section-v2.collapsed .pdp-v2-section__header {
    margin-bottom: 2rem;
  }
  .section-v2.collapsed .pdp-v2-section__header--right-column {
    margin-bottom: 0;
  }
}

.product-overview-component-v2__right-side {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-overview-component-v2__right-side.hide-on-mobile {
  display: none;
}
.product-overview-component-v2__sub-title {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000000;
  padding: 1.5rem 5%;
}
.product-overview-component-v2__product-name {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #2e2e2e;
  padding: 1rem 5%;
}
.product-overview-component-v2__inner-text {
  font-family: 'Avenir-Roman', sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #2e2e2e;
  padding: 1rem 5%;
}
.product-overview-component-v2__mobile-image {
  max-height: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.product-overview-component-v2__additional-features-container {
  margin-left: -5%;
  padding-left: 10%;
  margin-right: -5%;
  padding-right: 10%;
  margin-top: 1.5rem;
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
}
.product-overview-component-v2__additional-feature-card {
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  text-align: center;
  margin-left: -10%;
  padding-left: 10%;
  margin-right: -10%;
  padding-right: 10%;
}
.product-overview-component-v2__additional-feature-card-title {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.product-overview-component-v2__additional-feature-card-text {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.product-overview-component-v2__view-additional-features-btn.button {
  display: none;
}
.product-overview-component-v2__hide-additional-features-btn.button {
  display: none;
}
.product-overview-component-v2__marketplace-block-title {
  color: #000000;
  font-family: Avenir, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 1.5rem 5% 1rem;
}
.product-overview-component-v2__marketplace-block-field {
  display: flex;
  gap: .25rem;
  color: #000000;
  font-family: Avenir, sans-serif;
  font-size: .875rem;
  line-height: 1.225rem;
  margin: 0 5% 0.5rem;
}
.product-overview-component-v2__marketplace-block-field__title {
  white-space: nowrap;
  font-weight: 800;
}
.product-overview-component-v2__marketplace-block-field__value {
  word-break: break-word;
  font-weight: 400;
}
@media all and (min-width: 47.938rem) {
  .product-overview-component-v2__main-container {
    padding: 3rem 0 0;
  }
  .product-overview-component-v2__sub-title {
    font-family: 'Avenir-Black', sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 0 0 2rem;
  }
  .product-overview-component-v2__product-name {
    padding: 0 0 1.3125rem;
  }
  .product-overview-component-v2__inner-text {
    padding: 0;
  }
  .product-overview-component-v2__text-wrapper {
    max-width: 92%;
  }
  .product-overview-component-v2__additional-features-container {
    margin: 3.5rem 8% 0 0;
    padding: 0;
    max-height: 18.75rem;
    /* warning: js logic is based on this value */
    overflow-y: hidden;
    position: relative;
    border-bottom: 0;
  }
  .product-overview-component-v2__additional-features-container.expanded {
    max-height: unset;
  }
  .product-overview-component-v2__additional-features-container.expanded:before {
    background: transparent;
  }
  .product-overview-component-v2__additional-features-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(transparent 15.625rem, #ffffff);
  }
  .product-overview-component-v2__additional-feature-card {
    border-top: 0;
    text-align: unset;
    padding: 0;
    margin: 0;
  }
  .product-overview-component-v2__additional-feature-card-title {
    font-size: 1.25rem;
  }
  .product-overview-component-v2__additional-feature-card-text {
    font-size: 1rem;
    font-family: 'HelveticaNeue', sans-serif;
  }
  .product-overview-component-v2__view-additional-features {
    margin-top: 2.5rem;
  }
  .product-overview-component-v2__view-additional-features-btn.show {
    display: block;
  }
  .product-overview-component-v2__hide-additional-features-btn.show {
    display: block;
  }
  .product-overview-component-v2__overview-image {
    max-height: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .product-overview-component-v2__marketplace-block-title {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 2rem 0;
  }
  .product-overview-component-v2__marketplace-block-field {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin: 0 0 .75rem;
  }
  .product-overview-component-v2__marketplace-block-field__title {
    font-weight: 900;
  }
}
@media all and (min-width: 64rem) {
  .product-overview-component-v2__main-container {
    padding: 0;
  }
  .product-overview-component-v2__mobile-image-wrapper {
    display: none;
  }
  .product-overview-component-v2__right-side.hide-on-mobile {
    display: block;
  }
}

.paypal-express-container {
  display: none;
  flex-direction: column;
  flex-basis: 95%;
}
@media (min-width: 48rem) {
  .paypal-express-container {
    flex-basis: 27.5rem;
  }
}
.paypal-express-container.visible {
  display: flex;
}
.paypal-express-container .paypal-express-btn {
  background-color: #ffc439;
  height: 3rem;
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paypal-express-container .paypal-express-btn:hover {
  background-color: #ffc439;
  cursor: pointer;
}
.paypal-express-container .paypal-express-btn svg {
  height: 3rem;
}
.paypal-express-container .paypal-express-btn.button--loader svg {
  display: none;
}
.paypal-express-container .paypal-express-disclaimer {
  font-size: 0.625rem;
  color: #000000;
  margin-top: 1rem;
  line-height: 0.875rem;
}
.paypal-express-container .paypal-express-error {
  display: none;
  margin-top: 1rem;
  color: #c41230;
  font-weight: 700;
}

.pdp-tray-key-features__title {
  font-weight: bold;
}
.pdp-tray-key-features .pdp-tray-key-features-row {
  margin-top: .8rem;
}
.pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container {
  padding-left: unset;
}
.pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list .list-item-container {
  font-size: .5rem;
}
.pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list .list-item-container:not(:last-child) {
  margin-bottom: 0.688rem;
}
.pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list__bullet {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .55rem;
}
.pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list__bullet-span {
  position: absolute;
}
.pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list__item {
  font-size: .75rem;
}
.pdp-tray-key-features .pdp-tray-key-features-icon {
  margin-top: auto;
}
.pdp-tray-key-features .pdp-tray-key-features-icon .pdp-tray-key-features-energy-guide {
  max-width: 3.875rem;
  max-height: 2.75rem;
  margin-left: auto;
}
.pdp-tray-key-features .pdp-tray-key-features-icon .pdp-tray-key-features-energy-guide .pdp-tray-key-features-energy-guide__img {
  height: auto;
}
.pdp-tray-key-features .pdp-tray-key-features-icon .pdp-tray-key-features-badges {
  max-width: 3.25rem;
  max-height: 2.688rem;
}
.pdp-tray-key-features .divider-wrapper {
  margin-bottom: 1.5rem;
}
.pdp-tray-key-features .divider-wrapper .pdp-divider {
  position: absolute;
  display: block !important;
  left: 0;
  width: 100%;
}
@media all and (min-width: 48rem) {
  .pdp-tray-key-features__title {
    font-size: 1.25rem !important;
    line-height: 1.5rem;
  }
  .pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list .list-item-container {
    font-size: .6rem;
  }
  .pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list .list-item-container:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list__bullet {
    margin-bottom: .75rem;
  }
  .pdp-tray-key-features .pdp-tray-key-features-row .pdp-tray-key-features-container .pdp-tray-key-features-list__item {
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
  .pdp-tray-key-features .pdp-tray-key-features-icon .pdp-tray-key-features-energy-guide {
    margin-left: unset;
  }
  .pdp-tray-key-features .divider-wrapper {
    margin-bottom: .5rem;
  }
  .pdp-tray-key-features .divider-wrapper .pdp-divider {
    position: relative;
  }
}

.gift-wrapping {
  margin-top: 0;
  display: none;
}
.gift-wrapping__header {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.31;
  display: flex;
}
.gift-wrapping__header .gift-wrapping__message {
  font-weight: 900;
  font-family: "Avenir", sans-serif;
}
.gift-wrapping__header .gift-wrapping__label {
  font-family: "Avenir-Roman", sans-serif;
  display: inline;
}
.gift-wrapping__header .gift-wrapping__icon {
  width: 2rem;
  margin-right: .125rem;
}
.gift-wrapping__text {
  font-size: .8125rem;
}
.gift-wrapping__text ul {
  font-family: 'Avenir-Black', sans-serif;
  padding-inline-start: 1.125rem;
}
@media all and (max-width: 47.938rem) {
  .gift-wrapping__header {
    font-size: .8125rem;
  }
}

.urgency-messaging__container {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.urgency-messaging__container.full {
  display: flex;
  margin: 1.5rem 0 2rem 0;
  min-height: 2rem;
  background: #f2f2f2;
}
.urgency-messaging__icon {
  padding-right: 0.25rem;
}
.urgency-messaging__icon svg {
  height: 1.75rem;
  width: 1.5rem;
}
.urgency-messaging__text {
  font-family: 'Avenir-Black', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 120%;
  color: black;
  padding: 0.4375rem 0;
}
@media all and (max-width: 47.938rem) {
  .urgency-messaging__container.full {
    padding: 0 20% 0 10%;
    text-align: center;
  }
  .urgency-messaging__icon {
    align-self: baseline;
    padding-right: 0;
  }
  .urgency-messaging__icon svg {
    min-width: 1.5rem;
  }
  .urgency-messaging__text {
    padding: 0.5rem 0;
  }
}

.upsell_messaging__container {
  display: none;
}
.upsell_messaging__container.full {
  display: block;
  margin: 0.5rem 0 1.5rem 0;
  min-height: 1.5rem;
}
.upsell_messaging__target {
  display: flex;
  align-items: center;
}
.upsell_messaging__icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.upsell_messaging__text {
  font-family: 'Avenir-Black', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 0.8125rem;
  color: #c41230;
  padding-right: 0.5rem;
}
@media all and (max-width: 47.938rem) {
  .upsell_messaging__text {
    font-size: 0.75rem;
  }
}

.product-features-v2 .additional-features__title {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.25rem;
  line-height: 1.188rem;
  text-align: center;
  color: #000000;
}
.product-features-v2 .product-features-v2-container {
  display: flex;
  flex-direction: column;
}
.product-features-v2 .product-features-v2-container .product-additional-features {
  display: flex;
  height: 6.25rem;
}
.product-features-v2 .product-features-v2-container .hideContent {
  overflow: hidden;
  line-height: 1rem;
  -webkit-mask-image: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0.0001) 100%);
}
.product-features-v2 .product-features-v2-container .show-hide-more__btn {
  font-family: "HelveticaNeue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.188rem;
  text-align: center;
  border: 0.125rem solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: none;
  color: #000000;
  padding: 0.55rem 4.688rem 0.763rem;
  cursor: pointer;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media__image {
  width: 100%;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media .pdp-video-viewer {
  position: relative;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media .pdp-video-viewer svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  height: 20%;
  width: auto;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media .pdp-video-viewer:hover {
  opacity: 0.5;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media .pdp-video-viewer .product-feature-media__image {
  max-height: unset;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media .pdp-video-viewer img {
  margin-top: 0;
}
.product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout {
  margin-bottom: 1.5rem;
}
.product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout .product-feature-text {
  padding: 1rem 0 0;
}
.product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout .product-feature-media .product-feature-media-image-wrapper .product-feature-media__image {
  object-fit: cover;
  min-height: 15.625rem;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-text {
  padding: 1.5rem 0;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-text__title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
.product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-text__description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.31;
  text-align: left;
}
@media (min-width: 48rem) {
  .product-features-v2 .additional-features__title {
    font-family: "HelveticaNeue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 4rem;
    display: flex;
    color: #000000;
  }
  .product-features-v2 .product-features-v2-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-features-v2 .product-features-v2-container .product-additional-features {
    max-height: 18.75rem;
    min-width: 100%;
  }
  .product-features-v2 .product-features-v2-container .product-additional-features.with-view-more-button {
    max-height: unset;
  }
  .product-features-v2 .product-features-v2-container .product-additional-features .product-feature-tile {
    margin-bottom: 0;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-3 {
    display: table-cell;
    vertical-align: middle;
    max-width: 23.4375rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-3 .product-feature-media-image-wrapper {
    display: flex;
    align-items: center;
    height: 15.625rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-3 .product-feature-media-image-wrapper .product-feature-media__image {
    max-height: 15.625rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-3 .product-feature-media-image-wrapper .pdp-video-viewer .trigger-modal {
    display: flex;
    align-items: center;
    height: 15.625rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-2 {
    display: flex;
    align-items: center;
    max-width: 34.6875rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-2 .product-feature-media-image-wrapper {
    display: flex;
    align-items: center;
    height: auto;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile-2 .product-feature-media-image-wrapper .product-feature-media__image {
    max-height: 23.125rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile {
    width: 50%;
    display: inline-block;
    padding-right: 0;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-text__title {
    text-align: left;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-text__description {
    text-align: left;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media {
    width: 100%;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile .product-feature-media__image.product-feature-media__image--equalized {
    height: auto;
    margin: 0 auto;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout.g-col-lg-6.left-feature {
    padding-right: 2rem;
    padding-left: .625rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout.g-col-lg-6.right-feature {
    padding-right: .625rem;
    padding-left: 2rem;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout .product-feature-media {
    justify-content: center;
  }
  .product-features-v2 .product-features-v2-container .product-feature-tile.updated-features-layout .product-feature-media .product-feature-media-image-wrapper .product-feature-media__image {
    height: 100%;
    object-fit: cover;
  }
}

.product-aware-content-spot__container .product-aware-content-spot__title,
.product-aware-content-spot__container .product-aware-content-spot__description,
.product-aware-content-spot__container .product-aware-content-spot__link {
  line-height: 1.313rem;
  margin-bottom: .5rem;
}
.product-aware-content-spot__container .product-aware-content-spot__title {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #2e2e2e;
  line-height: 1.5rem;
}
@media (max-width: 47.938rem) {
  .product-aware-content-spot__container .product-aware-content-spot__title {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.product-aware-content-spot__container .product-aware-content-spot__description {
  font-family: "Avenir-Roman", sans-serif;
  font-size: .875rem;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 1.313rem;
}
@media (max-width: 47.938rem) {
  .product-aware-content-spot__container .product-aware-content-spot__description {
    font-size: .75rem;
    line-height: .975rem;
  }
}
.product-aware-content-spot__container .product-aware-content-spot__link {
  font-family: "Avenir", sans-serif;
  font-size: .875rem;
  font-weight: 900;
  color: #c41230;
  text-transform: uppercase;
  line-height: 1.5rem;
}
@media (max-width: 47.938rem) {
  .product-aware-content-spot__container .product-aware-content-spot__link {
    font-size: .75rem;
  }
}
@media (min-width: 47.938rem) {
  .product-aware-content-spot__container .product-aware-content-spot .product-aware-content-spot-container {
    display: flex;
    justify-content: end;
    align-items: baseline;
  }
}
.product-aware-content-spot__container .product-aware-content-spot .product-aware-content-spot-container__img {
  width: 9.5rem;
  max-width: 100%;
  height: auto;
}
@media (max-width: 47.938rem) {
  .product-aware-content-spot__container .product-aware-content-spot .product-aware-content-spot-container__img {
    width: 6.875rem;
  }
}
.pdp-tray .g-row.g-row-clear {
  background-color: white;
}
.pdp-tray .g-row.g-row-clear .g-col {
  box-shadow: none;
}

.dynamic-media-component__temp-image-wrapper {
  width: 100%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
}
.dynamic-media-component__temp-image {
  object-fit: contain;
  z-index: 1;
  background-color: white;
  width: 100%;
  height: auto;
}
.dynamic-media-component__temp-image.dynamic-media-component__temp-image--hide {
  display: none;
}
.dynamic-media-component__media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding: 0;
}
.dynamic-media-component__media .dynamic-media-viewer_imageViewContainer--hide #dynamic-media-viewer_imageViewContainer {
  display: none;
}
.dynamic-media-component__media-spot {
  margin: 0 auto;
}
.dynamic-media-component__bdg-list {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0.3125rem;
}
.dynamic-media-component__bdg {
  display: none;
  clear: both;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.3125rem;
}
.dynamic-media-component.sliderOn .s7swatches .s7thumbcell.swatches-remaining-counter {
  font-size: 1.25rem;
  line-height: 1.625rem;
  height: 4rem;
  width: 4rem;
  position: absolute;
  left: 21rem;
  border: 0.125rem solid #dddddd;
  display: none;
  align-items: center;
  justify-content: center;
}
.dynamic-media-component.sliderOn .slide-counter {
  display: block;
  font-size: .875rem;
  line-height: 1.625rem;
  color: #353535;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dynamic-media-component.sliderOn .slide-counter[hidden] {
  display: none;
}
.dynamic-media-component.sliderOn .arrow-mobile {
  display: block;
  position: absolute;
  background-image: url('../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right-slider.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.dynamic-media-component.sliderOn .arrow-mobile-left,
.dynamic-media-component.sliderOn .arrow-mobile-right {
  width: .5rem;
  height: .8125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.dynamic-media-component.sliderOn .arrow-mobile-left {
  left: -1rem;
  top: calc(50% - 0.05rem);
  transform: translateY(-50%) rotate(180deg);
}
.dynamic-media-component.sliderOn .arrow-mobile-right {
  right: -1rem;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .s7swatches .s7thumbcell.swatches-remaining-counter {
  display: none;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .slide-counter {
  top: -2.5rem;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .arrow-mobile {
  z-index: 9;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .arrow-mobile-left {
  left: .5rem;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .arrow-mobile-right {
  right: .5rem;
}
@media all and (max-width: 48rem) {
  body::before {
    content: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-play-video.svg");
    position: absolute;
    top: -9999rem;
    left: -9999rem;
    opacity: 0;
  }
  .dynamic-media-component {
    position: relative;
  }
  .dynamic-media-component__temp-image-wrapper {
    height: 16.25rem;
  }
  .dynamic-media-component__media {
    top: -18.25rem;
  }
  .dynamic-media-component__media .s7container {
    max-height: 260px !important;
    max-width: 330px !important;
  }
  .dynamic-media-component__media-spot {
    margin-bottom: 100px;
  }
  .dynamic-media-component.no-extra-space .dynamic-media-component__media-spot {
    margin-bottom: 0;
  }
  .dynamic-media-component__media-spot.s7mixedmediaviewer .s7swatches {
    bottom: -7.188rem;
  }
  .dynamic-media-component__media-spot.s7mixedmediaviewer .s7innercontainer[mode='fullscreen'] .s7swatches {
    bottom: 0;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7setindicator {
    display: none !important;
  }
  .dynamic-media-component__media-spot.s7mixedmediaviewer .s7swatches {
    bottom: -9.8rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .dynamic-media-component__media-spot.dynamic-media-component__3d-control--support .s7swatches {
    left: auto;
    right: 0;
    transform: none;
  }
  .pdp-tray.wider-image-gallery-mobile .g-row .g-col {
    margin-top: 0;
  }
  .pdp-tray.wider-image-gallery-mobile .pdp-tray-media-set {
    height: 29.375rem;
  }
  .pdp-tray.wider-image-gallery-mobile .pdp-tray-media-set .dynamic-media-component__media-spot.s7mixedmediaviewer .s7swatches {
    bottom: -9.8rem;
  }
  .pdp-tray.wider-image-gallery-mobile .pdp-tray-media-set .dynamic-media-component__3d-control {
    bottom: 3rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons-container {
    margin-top: -2.188rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile {
    padding-top: .313rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .ar-trigger__title {
    padding-top: .188rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .ar-trigger-mobile {
    top: -0.375rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .social-share-container {
    top: -0.438rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .button.pdp-tray__compare {
    margin-left: 0;
    margin-top: 0;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .button.pdp-tray__wishlist {
    top: -0.5rem;
  }
}
@media all and (min-width: 48rem) {
  .dynamic-media-component__media {
    top: -31.9375rem;
    padding: 0 1.875rem 0 0;
  }
  .dynamic-media-component__media .s7container {
    max-height: 404px !important;
    min-height: 400px;
    max-width: 500px !important;
  }
  .dynamic-media-component__temp-image-wrapper {
    height: 29.9375rem;
  }
  .dynamic-media-component.image-carousel-left {
    max-width: 85%;
    margin-left: auto;
    height: 100%;
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches > .s7scrollrightbutton {
    transform: scale(0.75) translateX(-1.25rem);
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches > .s7scrollleftbutton {
    transform: scale(0.75) translateX(1.25rem);
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches {
    transform: rotate(90deg);
    top: 155px;
    left: -253px;
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches .s7thumbcell,
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches .s7thumbcell2 {
    transform: rotate(270deg);
    top: 0 !important;
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches .s7thumbcell.swatches-remaining-counter {
    top: .875rem !important;
  }
  .dynamic-media-component.image-carousel-left .dynamic-media-component__media {
    padding-right: 0;
    margin-top: 0;
    min-height: 330px;
  }
  .dynamic-media-component.image-carousel-left .dynamic-media-component__media-spot.dynamic-media-component__3d-control--support .s7container[mode='normal'] #dynamic-media-viewer_swatches.s7swatches {
    top: 237px;
  }
  .dynamic-media-component.sliderOn .s7swatches .s7thumbcell.swatches-remaining-counter {
    display: flex;
  }
  .dynamic-media-component.sliderOn .s7container[mode="normal"] .s7swatches .s7scrollrightbutton {
    left: 25.75rem !important;
  }
  .dynamic-media-component.sliderOn .arrow-mobile {
    display: none;
  }
  .dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .slide-counter {
    display: none;
  }
  .dynamic-media-component .pdp3d-model-container-mobile {
    display: none !important;
  }
  .dynamic-media-component div[aria-label="3dswatch-marker"] {
    display: none;
  }
  .pdp-tray.wider-image-gallery .g-row {
    background-color: white;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-media-container {
    padding: 0;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-media-set {
    margin-left: 2rem;
  }
  .pdp-tray.wider-image-gallery .ar-container .ar-trigger__arrow {
    margin-left: 3rem;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container {
    width: 100%;
    padding-right: 1.5rem;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container.sticky,
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container.stick-to-the-bottom {
    width: 58.33333333%;
    right: 41.66666666%;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container.sticky {
    left: 0;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-right .tray-content {
    padding-left: 1.875rem;
    padding-right: 8%;
  }
  .pdp-tray.wider-image-gallery .dynamic-media-component__3d-control {
    left: -89px;
  }
  .pdp-tray.wider-image-gallery .dynamic-media-component.image-carousel-left #dynamic-media-viewer_swatches.s7swatches {
    margin: 0;
    left: -260px;
  }
  .pdp-tray.wider-image-gallery .dynamic-media-component.image-carousel-left .s7container[mode='fullscreen'] #dynamic-media-viewer_swatches.s7swatches {
    top: auto;
    left: 4%;
    max-width: 90%;
  }
}
@media all and (min-width: 48rem) and all and (max-width: 64rem) {
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="up"] {
    background-size: 50%;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="down"] {
    background-size: 80%;
    left: 1rem !important;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="up"] {
    background-size: 50%;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="down"] {
    background-size: 80%;
    left: 19.0625rem !important;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches.swatches__3d-control--support .s7scrollleftbutton[state="up"] {
    left: 1rem !important;
  }
}
@media all and (min-width: 48rem) and all and (min-width: 64.01rem) {
  .dynamic-media-component__media {
    top: -27.25rem;
  }
  .dynamic-media-component__temp-image-wrapper {
    height: 25.25rem;
  }
}
.dynamic-media-component .pdp3d-model-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.dynamic-media-component .pdp3d-model-container iframe {
  width: inherit;
}
.dynamic-media-component .pdp3d-model-container-mobile {
  display: none;
  background-color: #4D4D4D;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 103%;
  height: 88%;
  justify-content: center;
  margin-bottom: 9rem;
}
.dynamic-media-component .pdp3d-model-container-mobile__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}
.dynamic-media-component .pdp3d-model-container-mobile__button {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 800;
  font-family: "Avenir", sans-serif;
}
.dynamic-media-component .pdp3d-model-container-mobile__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.dynamic-media-component .pdp3d-model-container-mobile__header {
  font-size: 0.75rem;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  line-height: 1rem;
  display: flex;
  justify-content: center;
  color: #FFF;
  flex-basis: 100%;
  align-items: center;
}
.dynamic-media-component .pdp3d-model-container-mobile__header-icon {
  margin-right: 0.75rem;
}
.dynamic-media-component .pdp3d-model-container-mobile__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  margin-top: 2.375rem;
  display: flex;
  justify-content: center;
  color: #FFF;
  flex-basis: 100%;
}
.dynamic-media-component .pdp3d-model-container-mobile__text {
  font-size: 0.75rem;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  line-height: 1rem;
  margin-top: 1.0625rem;
  display: flex;
  justify-content: center;
  color: #FFF;
  flex-basis: 100%;
}
.dynamic-media-component .pdp3d-model-container-mobile__cta-wrapper {
  margin-top: 2.75rem;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
}
.dynamic-media-component div[aria-label="3dswatch-marker"] .s7thumb {
  background-image: none !important;
}
.dynamic-media-component div[aria-label="3dswatch-marker"] .s7thumboverlay {
  background-image: url(../../../content/dam/global/kitchenaid/icons/ar-trigger-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.dynamic-media-component__3d-swatch {
  display: none;
}
.dynamic-media-component__3d-control {
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 1.25rem;
  z-index: 5;
  max-width: 2.5rem;
}
.dynamic-media-component__3d-button {
  padding: 1.25rem;
  background-image: url(../../kitchenaid/clientlibs/global/resources/images/ka-3d-button-mobile.svg);
  border: 0.125rem solid #000000;
  cursor: pointer;
}
@media (min-width: 48rem) {
  .dynamic-media-component__3d-control {
    top: 1.25rem;
    bottom: auto;
    max-width: unset;
    height: 4.0625rem;
    left: -5.125rem;
  }
  .dynamic-media-component__3d-button {
    padding: 1.9375rem;
    background-image: url(../../kitchenaid/clientlibs/global/resources/images/ka-3d-button.svg);
  }
}
@media (max-width: 48rem) {
  .dynamic-media-component__3d-control {
    bottom: 4.5rem;
    top: auto;
    right: auto;
    left: calc(50% - 137px);
    transform: translateX(-50%);
  }
  .dynamic-media-component__3d-button {
    padding: 1.125rem;
    background-size: 2.3125rem 2.3125rem;
  }
}
.dynamic-media-component__ar-preview-button {
  display: none;
  background-image: url(../../kitchenaid/clientlibs/global/resources/images/ar-preview-button.svg);
  background-size: 100%;
  background-color: #ffffff;
  border: 0.175rem solid #000000;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .dynamic-media-component__3d-control.visible ~ .dynamic-media-component__media-spot .s7container:not([mode="fullscreen"]) #dynamic-media-viewer_swatches {
    margin-left: 1.875rem;
  }
}
#dynamic-media-viewer .s7container .dynamic-media-component__3d-control {
  display: none;
}
#dynamic-media-viewer .s7container[mode="normal"] .pdp3d-model-container-mobile__fullscreen {
  display: none !important;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container-mobile {
  display: block;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container-mobile__fullscreen {
  margin-top: 5rem;
  height: 75%;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal {
  height: 100%;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box {
  margin: 8.5rem auto;
  min-width: 63.75rem;
  opacity: 1;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal__items {
  flex-basis: 38rem;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal__supported {
  max-width: 35rem;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal__close-icon {
  display: none;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container iframe {
  width: 100%;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
  display: block;
  top: 8rem;
  right: 5rem;
  left: unset;
  bottom: unset;
  z-index: 2;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-button {
  background-size: 100%;
  background-color: white;
  border-width: 0.175rem;
  padding: 1.8rem;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  padding: 1.8rem;
  z-index: 2;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-image: url(../../kitchenaid/clientlibs/global/resources/images/icon-close.svg);
  background-size: 100%;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 2;
}
@media (max-width: 48rem) {
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
    top: 1.5rem;
    left: 5.5rem;
    right: unset;
    transform: none;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-button {
    border-width: 0.1075rem;
    padding: 1.393rem;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button {
    left: 2rem;
    right: unset;
    border-width: 0.1075rem;
    padding: 1.393rem;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__close-button {
    height: 0.875rem;
    width: 0.875rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box {
    min-width: unset;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container iframe {
    width: 50%;
  }
}
@media (max-width: 48rem) {
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal {
    margin: unset;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal {
    height: 100%;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box {
    min-width: unset;
    margin: unset;
    height: 100%;
    padding: 1rem 2rem 2.5rem 2rem;
    z-index: 3;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box .ar-modal__title {
    padding-bottom: 0.75rem;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box .ar-modal__close-icon {
    display: flex;
  }
}
.dynamic-media-component__3d-control ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button,
.dynamic-media-component__3d-control ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
  display: none;
}
.dynamic-media-component__3d-control.visible ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button,
.dynamic-media-component__3d-control.visible ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
  display: block;
}
@media (max-width: 47.938rem) {
  .dynamic-media-component__3d-control ~ #dynamic-media-viewer .s7container #dynamic-media-viewer_swatches_listbox .s7thumbcell[aria-label='3dswatch-marker'] {
    display: none;
  }
  .dynamic-media-component__3d-control.visible ~ #dynamic-media-viewer .s7container #dynamic-media-viewer_swatches_listbox .s7thumbcell[aria-label='3dswatch-marker'] {
    display: block;
  }
}

.delivery-messaging {
  margin: 0;
  text-align: center;
}
.delivery-messaging.hide,
.delivery-messaging .hide {
  display: none;
}
.delivery-messaging .pdp-tray__prp-delivery {
  margin: 0 1rem;
  justify-content: center;
  font-size: 1rem;
  min-width: fit-content;
}
.delivery-messaging .pdp-tray__prp-delivery .pdp-tray__prp-delivery--icon svg {
  height: 1.125rem;
  width: 1.375rem;
}
.delivery-messaging .pdp-tray__prp-delivery .pdp-tray__prp-delivery-text {
  font-size: 1rem;
}
.delivery-messaging__links {
  line-height: 1.33;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
}
.delivery-messaging__links div {
  margin: 0 0.375rem;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-date--label,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-date--label {
  font-size: 1rem;
  line-height: 21.86px;
  font-family: "Avenir", sans-serif;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-date--info-value,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-date--info-value {
  display: inline-block;
  margin-top: 0.25rem;
}
.delivery-messaging .pdp-tray__arrival-date .change-location-button-pdp,
.delivery-messaging .pdp-tray__wp-loading .change-location-button-pdp {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 19.12px;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-date__timer,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-date__timer {
  font-size: 1rem;
  line-height: 21.86px;
  font-family: "Avenir", sans-serif;
  padding-top: 0.125rem;
  min-height: 2.2rem;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-date__timer-label,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-date__timer-label {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16.39px;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-date__timer-value,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-date__timer-value {
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 30.05px;
  display: inline-block;
  width: 2rem;
  min-width: 2rem;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-location .location-pdp,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-location .location-pdp,
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-location .change-location-button-pdp,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-location .change-location-button-pdp {
  display: inline-block;
}
.delivery-messaging .pdp-tray__arrival-date .pdp-tray__arrival-location .change-location-link-pdp,
.delivery-messaging .pdp-tray__wp-loading .pdp-tray__arrival-location .change-location-link-pdp {
  color: #000000;
  text-decoration: underline;
}
.delivery-messaging .pdp-tray__wp-loading {
  font-size: 0.75rem;
  line-height: 1.33;
}
.delivery-messaging .pdp-tray__arrival-date {
  margin: 0.125rem 0 0;
}
.delivery-messaging-top-content-divider-parent {
  display: flex;
  flex-flow: inherit;
}
.pdp-tray__price-section .pdp-tray__prp-delivery {
  margin-top: 1.9375rem;
  margin-bottom: 1.9375rem;
  align-self: center;
}
.pdp-tray__price-section .pdp-tray__prp-delivery.hide {
  display: none;
}
@media (min-width: 48rem) {
  .delivery-messaging {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .delivery-messaging-top-content {
    display: block;
    text-align: center;
  }
  .delivery-messaging__links {
    display: flex;
    flex-direction: row;
  }
}
.invisible-svgs {
  height: 0;
}
.invisible-svgs svg {
  height: 0;
}

#delivery-heading.delivery-headingText {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  align-items: flex-start;
  width: 280px;
  margin: 0 auto;
}

#delivery-heading .delivery-optionText {
  font-size: 20px;
  font-weight: 700;
  line-height: 19.9px;
  text-align: left;
}

#delivery-heading .delivery-zipcode {
  float: right;
  margin-right: -5rem;
  font-size: 14px;
}

#delivery-heading .change-location-button-pdp {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
}

.delivery-messaging-top-content-v1 {
  margin: 0 0 3rem 0;
}

.delivery-messaging-top-content-v1 .divider-line {
  margin: 1.5rem 0 3rem 0;
}

#ax-ad-block.ax-ad-delivery-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  justify-content: flex-start;
  margin-top: 30px;
}

#ax-ad-block .delivery-outline {
  width: 280px;
  height: 87px;
  background-color: #FFFFFF;
  border: 1px solid #979797;
}

#ax-ad-block .delivery-subblock {
  width: auto;
  cursor: pointer;
}

#ax-ad-block .std-delivery-btn {
  position: relative;
  top: 30px;
  opacity: 0;
}

#ax-ad-block .exp-delivery-btn {
  position: relative;
  top: 30px;
  opacity: 0;
}

#ax-ad-block .delivery-type-price {
  display: flex;
  padding: 0 0 0 10px;
}

#ax-ad-block .delivery-subblock .std-delivery-label,
#ax-ad-block .delivery-subblock .std-delivery-price,
#ax-ad-block .delivery-subblock .exp-delivery-label,
#ax-ad-block .delivery-subblock .exp-delivery-price {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.54px;
  text-align: left;
  margin: 0;
}

#ax-ad-block .delivery-subblock .exp-delivery-label {
  padding: 0 0 0 7px;
  white-space: nowrap;
}

#ax-ad-block .delivery-subblock .std-delivery-price {
  padding: 0 0 0 3.4rem;
}

#ax-ad-block .delivery-subblock .exp-delivery-price {
  padding: 0 0 0 1.8rem;
}

#ax-ad-block .delivery-subblock-divider {
  width: 90%;
  margin: 10px 10px;
}

#ax-ad-block .pdp-tray__arrival-date {
  display: flex;
  padding: 0 0 0 12px;
}

#ax-ad-block .pdp-tray__arrival-date--label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 0;
}

#ax-ad-block .label-divider {
  color: #CACACA;
  padding: 0 0 0 5px;
}

#ax-ad-block .pdp-tray__arrival-date--info-value {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: right;
  margin: 0;
  color: #222222;
  padding: 0 0 0 5px;
}

#ax-ad-block .pdp-tray__ax-arrival-date--info-value {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: right;
  margin: 0;
  color: #222222;
  padding: 0 0 0 5px;
}

#ax-ad-block .std-checked-img {
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  bottom: 30px;
  left: 65px;
}

#ax-ad-block .exp-checked-img {
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  bottom: 30px;
  left: 40px;
}

#ax-ad-block .exp-truck-img {
  width: 27px;
  height: 15.83px;
  float: left;
  padding: 0 10px 0 0;
}

#ax-ad-block .std-delivery-checkbox {
  width: 16px;
  height: 16px;
  background-color: #005abb;
  border: 2px solid #005abb;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: right;
  bottom: 24px;
  left: 0.6rem;
}

#ax-ad-block .std-delivery-checkmark {
  width: 8.5px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 4px;
  border-radius: 1px;
  border-bottom-left-radius: 1px;
}

#ax-ad-block .exp-delivery-checkbox {
  width: 16px;
  height: 16px;
  background-color: #005abb;
  border: 2px solid #005abb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: right;
  bottom: 24px;
  left: 9px;
}

#ax-ad-block .exp-delivery-checkmark {
  width: 8.5px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 4px;
  border-radius: 1px;
  border-bottom-left-radius: 1px;
}

#ax-ad-block .hide {
  display: none;
}

@media (max-width: 767px) {
  #delivery-heading.delivery-headingText {
      display: flex;
      flex-direction: column;
      align-items: baseline;
      gap: 10px;
      width: 280px;
      margin: 0 auto;
  }

  #ax-ad-block .delivery-outline {
      margin: 0 auto;
  }
}

@media(min-width: 1440px) {
  #delivery-heading.delivery-headingText {
    text-align: left;
    display: inline;
  }

  #ax-ad-block.ax-ad-delivery-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    margin-top: 30px;
  }
  
  #delivery-heading .delivery-zipcode {
    margin-right: -1.3rem;
  }
}

.comparison-product-wrapper {
  flex-grow: 1;
  width: 100% !important;
}
.comparison-product-wrapper .comparison-product {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.comparison-product-wrapper .comparison-product:hover,
.comparison-product-wrapper .comparison-product:focus {
  box-shadow: 0 0 0.562rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.comparison-product-wrapper .comparison-product:after {
  content: '';
  display: table;
  clear: both;
}
.comparison-product-wrapper .comparison-product__data-cell {
  height: 54px !important;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.312rem;
  align-self: center;
}
.comparison-product-wrapper .comparison-product__data-cell.cat-row {
  background: #5e5e5e !important;
  color: #ffffff;
}
.comparison-product-wrapper .comparison-product__data-cell:nth-child(odd) {
  background: #f1f2f2;
}
.comparison-product-wrapper .comparison-product__data-cell:first-of-type {
  height: 8rem !important;
  width: 7.812rem;
  background: transparent;
}
.comparison-product-wrapper .comparison-product__data-cell:last-of-type {
  height: 5rem;
}
.comparison-product-wrapper .comparison-product__data-cell-copy {
  text-align: center;
  width: 100%;
  height: 100%;
}
.comparison-product-wrapper .comparison-product__data-cell-copy img {
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.comparison-product-wrapper .comparison-product__data-cell .button {
  color: #000000;
  margin: 0.625rem 0;
  padding: 1rem;
  min-width: 0;
  width: auto;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price {
  color: #c41230;
  font-weight: bold;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .crossed {
  color: #000000;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .member-price-text {
  margin-right: 0.5rem;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .black {
  color: #000000;
}
.comparison-product-wrapper .comparison-product__data-cell a {
  color: #000000;
}
.comparison-product-wrapper .comparison-product.hover-product {
  box-shadow: 0 0 0.562rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.comparison-chart__tooltip {
  cursor: pointer;
}
.comparison-chart__tooltip svg {
  height: 1.188rem !important;
  margin-left: 0.5rem;
}
.comparison-chart__tooltip-info:focus {
  border: dotted;
}
.comparison-chart__heading {
  text-align: left;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  width: 100%;
}
.comparison-chart__heading-value {
  font-size: 1.875rem;
  line-height: 2.0625rem;
}
.comparison-chart__wrapper {
  width: 100%;
  margin: auto;
  background: #ffffff;
  padding-bottom: 2.5rem;
}
.comparison-chart__columns-wrapper {
  min-width: 75%;
  margin: auto;
  position: relative;
  min-height: 32rem;
  padding-top: 1rem;
}
.comparison-chart__columns-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.comparison-chart__info-column {
  float: left;
  background: #ffffff;
  width: 49%;
  padding-bottom: 5rem;
  position: relative;
  padding-top: 8.375rem;
  box-shadow: 0.625rem 0 0.313 -0.313 #797979;
}
.comparison-chart__info-cell {
  height: 54px !important;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 0.312rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.comparison-chart__info-cell.cat-row {
  background: #5e5e5e !important;
  color: #ffffff;
}
.comparison-chart__info-cell:nth-child(even) {
  background: #f1f2f2;
}
.comparison-chart__info-modal .close-modal-btn:focus {
  border: dotted;
}
.comparison-chart__data-column {
  float: left;
  overflow-x: auto;
  width: 51%;
}
.comparison-chart__data-column-scroll-container {
  position: relative;
}
.comparison-chart__data-column-scroll-container.loading {
  opacity: 0.1;
}
.comparison-chart__data-column-scroll-container.loading .digital-platform-loading-button--loader {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  opacity: 1;
  left: 45%;
  top: 10%;
  z-index: 10;
}
.comparison-chart__data-column-scroll-container .aem-Grid {
  display: flex;
  padding: 0.375rem;
}
@media screen and (min-width: 1000px) {
  .comparison-chart__info-column {
    width: 15%;
  }
  .comparison-chart__data-column {
    width: 85%;
  }
  .comparison-chart__columns-wrapper {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.comparison-chart .cq-Editable-dom.comparison-chart__data-column-scroll-container .newpar {
  min-width: 5rem;
  flex-grow: 1;
}

.comparison-chart__modals .modal-box {
  position: absolute;
  padding: 2rem 3.125rem 2rem 3.125rem;
  top: 50%;
  left: 50%;
  max-width: 60.75rem;
  transform: translate(-50%, -50%);
}
.comparison-chart__modals .modal-box .close-modal-btn {
  height: 1.5em;
  overflow: hidden;
  width: 1.5em;
  right: 0.7rem;
  top: 0.7rem;
  position: absolute;
  cursor: pointer;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-title {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.813rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d3d3d;
  padding-bottom: 2rem;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-text {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #3d3d3d;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-image {
  width: 100%;
}
@media all and (max-width: 48rem) {
  .comparison-chart__modals .modal-box {
    padding: 2rem 1rem 2rem 1rem;
  }
  .comparison-chart__modals .modal-box .comparison-chart__info-modal-title {
    padding-left: 15%;
    padding-right: 15%;
  }
  .comparison-chart__modals .modal-box .comparison-chart__image {
    margin: 0 auto;
  }
  .comparison-chart__modals .modal-box .comparison-chart__info-modal-text {
    text-align: center;
  }
}
.comparison-chart__modals #comparison-chart__video-modal .modal-box {
  width: 70%;
  padding: 1.562rem 5.375rem;
}
.comparison-chart__modals #comparison-chart__video-modal .modal-box #comparison-chart__video-modal-holder_container {
  height: 28.125rem;
}
@media screen and (max-width: 63.938rem) {
  .comparison-chart__modals #comparison-chart__video-modal .modal-box {
    width: 80%;
    height: 18.75rem;
    padding: 4rem 0 0;
  }
}

.value-prop-component {
  background-color: #ffffff;
  border-bottom: 0.125rem solid #e2e2e2;
  border-top: 0.125rem solid #e2e2e2;
}
.value-prop-component__header {
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #000000;
  text-align: center;
  padding: 1.4375rem 1rem;
  border-bottom: 0.125rem solid #e2e2e2;
  font-weight: bold;
}
.value-prop-component-container {
  padding: 1.875rem 1.5rem 1.9375rem;
}
.value-prop-component-container .value-prop-component-tile {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 0.125rem solid #e2e2e2;
}
.value-prop-component-container .value-prop-component-tile:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.value-prop-component-container .value-prop-component-tile:first-of-type {
  padding-top: 0;
}
.value-prop-component-container .value-prop-component-tile__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #000000;
}
.value-prop-component-container .value-prop-component-tile__description {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
  margin-bottom: 1rem;
}
.value-prop-component-container .value-prop-component-tile__link {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external {
  padding-right: 0.5rem;
  position: relative;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::after,
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: -1rem;
  top: 0;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::before {
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  border-radius: 3px;
  border: 2px solid currentColor;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::after {
  background-color: currentColor;
  clip-path: polygon(0 82%, 66% 17%, 50% 0, 100% 0, 100% 50%, 84% 34%, 18% 100%);
}
@media (min-width: 64rem) {
  .value-prop-component {
    padding: 2rem 8.819% 1.9375rem 9.375%;
    display: flex;
    flex-direction: row;
  }
  .value-prop-component__header {
    border: none;
    text-align: left;
    padding: .4375rem 3% 0 0;
    flex: 1;
  }
  .value-prop-component-container {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex: 5.16;
  }
  .value-prop-component-container .value-prop-component-tile {
    min-height: 14.125rem;
    width: 40.33%;
    border-bottom: none;
    padding: 1rem 4.5% 1rem 3.2%;
    border-left: 0.125rem solid #e2e2e2;
  }
  .value-prop-component-container .value-prop-component-tile:last-of-type,
  .value-prop-component-container .value-prop-component-tile:first-of-type {
    padding: 1rem 4.5% 1rem 3.2%;
  }
  .value-prop-component-container .value-prop-component-tile__title {
    word-break: break-word;
  }
  .value-prop-component-container .value-prop-component-tile__link {
    cursor: pointer;
  }
}

.section-title-component {
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
}
.section-title-component__section-title {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #000000;
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 1.5rem 9.5% 1.5rem 5%;
}
.section-title-component__section-sub-title {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  letter-spacing: 0;
  color: #2e2e2e;
  padding: 2rem 5% 1.5rem;
}
@media all and (min-width: 48rem) {
  .section-title-component__section-title {
    font-family: 'Avenir-Black', sans-serif;
    border-bottom: 0;
    font-size: 1.875rem;
    padding-top: 6.5rem;
    padding-left: 9.5%;
  }
  .section-title-component__section-title-text {
    max-width: 57.5%;
  }
  .section-title-component__section-sub-title {
    padding-left: 9.5%;
    padding-top: 1.5rem;
    max-width: 80%;
    padding-bottom: 8.75rem;
  }
  .section-title-component__section-title-wrapper.right-align {
    padding-left: 40%;
  }
  .section-title-component__section-title-wrapper.right-align .section-title-component__section-title {
    padding-right: 0;
  }
}

.hero-image-component__image-wrapper.left-align {
  padding-right: 5%;
}
.hero-image-component__image-wrapper.right-align {
  padding-left: 5%;
}
.hero-image-component__image-wrapper.full-bleed {
  width: 100%;
}
.hero-image-component__image-wrapper.full-bleed .hero-image-component__image {
  width: 100%;
}
.hero-image-component__text-section {
  padding-left: 5%;
  padding-right: 5%;
}
.hero-image-component__text-section-header {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #000000;
  padding: 2rem 0 1rem;
}
.hero-image-component__text-section-paragraph {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  letter-spacing: 0;
  color: #2e2e2e;
}
.hero-image-component__text-section-button-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.hero-image-component__text-section-button {
  max-height: 2.5rem;
}
.hero-image-component__text-section-button-link {
  color: #ffffff;
}
.hero-image-component__sections-wrapper.desktop-only {
  display: none;
}
@media all and (min-width: 48rem) {
  .hero-image-component {
    padding-top: 8rem;
  }
  .hero-image-component__sections-wrapper.mobile-only {
    display: none;
  }
  .hero-image-component__sections-wrapper.desktop-only {
    display: flex;
    margin-bottom: 5.312rem;
    min-height: 25rem;
    position: relative;
    overflow: hidden;
  }
  .hero-image-component__section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30%;
  }
  .hero-image-component__section.right-align {
    left: 75%;
    padding-right: 0;
  }
  .hero-image-component__section.right-align .hero-image-component__text-section {
    padding-right: 10%;
  }
  .hero-image-component__section.left-align {
    left: 0;
  }
  .hero-image-component__section.left-align .hero-image-component__text-section {
    padding-left: 15%;
  }
  .hero-image-component__section.center {
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    text-align: center;
  }
  .hero-image-component__image-wrapper {
    max-width: 70%;
  }
  .hero-image-component__image-wrapper.left-align {
    padding-right: 0;
  }
  .hero-image-component__image-wrapper.right-align {
    margin-left: auto;
    padding-left: 0;
  }
  .hero-image-component__image-wrapper.full-bleed {
    max-width: 100%;
  }
  .hero-image-component__image-wrapper .hero-image-component__image {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero-image-component__text-section {
    max-width: 25rem;
  }
  .hero-image-component__text-section-header.black-color,
  .hero-image-component__text-section-paragraph.black-color {
    color: #000000;
  }
  .hero-image-component__text-section-header.white-color,
  .hero-image-component__text-section-paragraph.white-color {
    color: #ffffff;
  }
}

.pdp-tray {
  /* tablets styles */
}
.pdp-tray .pdp-divider {
  margin-left: -25%;
}
.pdp-tray .pdp-divider.mobile {
  display: none;
}
.pdp-tray .g-row > .divider-component {
  display: none;
}
.pdp-tray__prd-title {
  margin: 0;
}
.pdp-tray__prd-title--text {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  max-width: 80%;
}
.pdp-tray__prd-title--text-item {
  padding-right: .8rem;
}
.pdp-tray__rating-summary {
  display: inline-block;
}
.pdp-tray .tray-content > .divider-component {
  display: block;
}
.pdp-tray .tray-content #pdp-esp-container .pdp-divider {
  display: block;
}
.pdp-tray .pdp-tray-header {
  width: 100%;
}
.pdp-tray .pdp-tray-header.mobile {
  display: none;
}
.pdp-tray .pdp-tray-header .reviews-model {
  position: relative;
  padding-top: 0.5rem;
}
.pdp-tray .pdp-tray-header .pdp-tray__detail.pdp-tray__detail--model.mobile {
  display: none;
}
.pdp-tray .pdp-tray-header .pdp-tray__reviews [data-bv-show="rating_summary"] {
  display: inline;
}
.pdp-tray .pdp-tray-header .pdp-tray__reviews [data-bv-show="rating_summary"] .bv_main_container {
  display: none;
}
.pdp-tray .pdp-tray-header .pdp-tray__reviews .pdp-tray__goto-rev {
  text-decoration: none;
  margin-right: .3rem;
}
.pdp-tray .pdp-tray-header .pdp-tray__reviews .pdp-tray__goto-rev .pdp-tray__goto-rev--txt-md .pdp-tray__goto-rev--txt-link {
  font-size: 0.75rem;
  font-weight: normal;
}
.pdp-tray .pdp-tray-header .pdp-tray__reviews .pdp-tray__stars.star-rating {
  margin-right: .2rem;
}
.pdp-tray .pdp-tray-header .pdp-tray__detail--model {
  white-space: nowrap;
  font-size: .75rem;
  display: inline-block;
}
.pdp-tray .pdp-tray-header .pdp-tray__detail--model .model-title {
  text-transform: none;
  font-weight: normal;
}
.pdp-tray .pdp-tray-header .pdp-tray__detail--model .pdp-tray-model-code {
  font-weight: normal;
}
@media (min-width: 48rem) {
  .pdp-tray .pdp-tray-header .pdp-tray__reviews {
    border-left: 0;
    padding-left: 0;
    margin: 0;
    display: inline;
  }
}
.pdp-tray__potential-promotions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0.5rem 0;
}
.pdp-tray .pdp-tray-section-nav {
  width: 100%;
}
.pdp-tray .pdp-tray-media-container {
  margin-bottom: 2.5rem;
}
.pdp-tray .pdp-tray-right {
  margin-bottom: 2.5rem;
}
.pdp-tray .pdp-tray-right .tray-content {
  padding: 1.5rem 17% 2.5rem 3.125rem;
}
.pdp-tray .interactive-buttons {
  margin: 1rem auto;
}
.pdp-tray .interactive-buttons:not(.mobile) .button {
  max-width: fit-content;
}
.pdp-tray .interactive-buttons:not(.mobile) .button.pdp-tray__compare {
  width: 7.875rem;
}
.pdp-tray .interactive-buttons:not(.mobile) .button.pdp-tray__wishlist {
  width: 10.5rem;
  max-width: 10.5rem;
}
.pdp-tray .interactive-buttons:not(.mobile) .button.social-share {
  max-width: 6.562rem;
}
.pdp-tray .interactive-buttons:not(.mobile).left-aligned {
  margin-left: auto;
  margin-top: -2rem;
  position: relative;
}
.pdp-tray .interactive-buttons:not(.mobile):not(.left-aligned) {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  row-gap: .625rem;
}
.pdp-tray .interactive-buttons.mobile {
  display: none;
}
.pdp-tray .interactive-buttons .pdp-tray__wishlist {
  padding-right: 0;
  margin-right: 1.4rem;
}
.pdp-tray .interactive-buttons .pdp-tray__wishlist .digital-platform-loading-button {
  border: none;
}
.pdp-tray .interactive-buttons .pdp-tray__compare.button:focus-within,
.pdp-tray .interactive-buttons .pdp-tray__wishlist.button:focus-within,
.pdp-tray .interactive-buttons .social-share.button:focus-within {
  outline: 0.0625rem solid #000000;
}
.pdp-tray .interactive-buttons button,
.pdp-tray .interactive-buttons .button {
  background: transparent;
  outline: none;
}
.pdp-tray .interactive-buttons button .wishlist-btn__text,
.pdp-tray .interactive-buttons .button .wishlist-btn__text {
  font-weight: bold;
  font-size: .75rem;
}
.pdp-tray .interactive-buttons .pdp-tray__compare {
  vertical-align: .125rem;
  margin-right: 1.4rem;
}
.pdp-tray .interactive-buttons .pdp-tray__compare .form-checkbox .check-mark {
  display: inline-block;
}
.pdp-tray .interactive-buttons .pdp-tray__compare .form-checkbox .check-mark:after {
  margin-left: .2rem;
}
.pdp-tray .interactive-buttons-container .interactive-buttons:not(.mobile).left-aligned {
  justify-content: space-evenly;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.pdp-tray .interactive-buttons-container .interactive-buttons:not(.mobile).left-aligned .pdp-tray__wishlist,
.pdp-tray .interactive-buttons-container .interactive-buttons:not(.mobile).left-aligned .pdp-tray__compare {
  margin-right: 0;
}
.pdp-tray .social-share-container .social-share-icons-container.invisible-class {
  display: none;
}
@media all and (max-width: 63.938rem) {
  .pdp-tray .pdp-tray-sticky-container {
    position: unset !important;
    top: 0 !important;
    width: unset !important;
    left: unset !important;
  }
  .pdp-tray .g-row > .divider-component {
    margin: 0;
    display: block;
  }
  .pdp-tray .pdp-tray-media-container {
    margin-bottom: 0;
  }
}
@media all and (max-width: 47.938rem) {
  .pdp-tray .pdp-tray-header.mobile {
    display: block;
  }
}
@media all and (max-width: 48rem) {
  .pdp-tray .g-row .pdp-tray-right .tray-content {
    padding: 0 1rem 1rem;
  }
  .pdp-tray .pdp-tray-media-set {
    order: 1;
  }
  .pdp-tray .interactive-buttons.mobile {
    display: block;
    margin: 0;
    position: relative;
  }
  .pdp-tray .interactive-buttons.mobile .button {
    border: 0;
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .pdp-tray .interactive-buttons.mobile .button.pdp-tray__compare {
    display: inline-block;
    margin-right: 0;
    margin-left: 1.063rem;
    margin-top: 0.688rem;
  }
  .pdp-tray .interactive-buttons.mobile .button.pdp-tray__compare .form-checkbox .check-mark {
    height: .813rem;
    width: .813rem;
  }
  .pdp-tray .interactive-buttons.mobile .button.pdp-tray__compare .form-checkbox .pdp-tray__compare--label {
    font-weight: bold;
    font-size: .75rem;
  }
  .pdp-tray .interactive-buttons.mobile .button.pdp-tray__wishlist {
    display: inline-block;
    margin-right: 0;
    position: absolute;
    right: 1rem;
  }
  .pdp-tray .interactive-buttons.mobile .button.pdp-tray__wishlist .wishlist-btn__text {
    display: none;
  }
  .pdp-tray .interactive-buttons.mobile .button.pdp-tray__wishlist svg {
    width: 1.125rem;
    height: 1.063rem;
  }
  .pdp-tray .interactive-buttons.mobile .social-share-container {
    display: inline;
    position: absolute;
    right: 3rem;
  }
  .pdp-tray .interactive-buttons.mobile .social-share-container .social-share-icons-container {
    z-index: 3;
    padding-top: 1.8rem;
    position: absolute;
    left: -1rem;
    width: 3rem;
  }
  .pdp-tray .interactive-buttons.mobile .social-share-container .social-share-icons-container .tooltip-arrow {
    margin: .5rem 39% auto;
  }
  .pdp-tray .interactive-buttons.mobile .social-share-container .share-label {
    display: none;
  }
  .pdp-tray .interactive-buttons:not(.mobile) {
    display: none;
  }
  .pdp-tray .pdp-divider.mobile {
    display: block;
    width: 100%;
  }
  .pdp-tray .pdp-tray-header {
    order: 2;
    padding: 0 1rem;
  }
  .pdp-tray .pdp-tray-header .reviews-model .pdp-tray__reviews [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex {
    padding-right: .2em !important;
  }
  .pdp-tray .pdp-tray-header .reviews-model .pdp-tray__detail.pdp-tray__detail--model {
    display: none;
  }
  .pdp-tray .pdp-tray-header .reviews-model .pdp-tray__detail.pdp-tray__detail--model.mobile {
    display: inline;
    position: relative;
    margin-right: .2rem;
  }
  .pdp-tray__rating-summary {
    padding-left: 0;
  }
  .pdp-tray__rating-summary .pdp-tray__reviews {
    padding-bottom: .5rem;
  }
  .pdp-tray .pdp-tray-right {
    order: 3;
    margin-bottom: 0;
  }
}
@media all and (min-width: 65rem) {
  .pdp-tray .tray-content {
    padding: 1.25rem 7.8125rem 2.5rem 5.125rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .pdp-tray .g-row .g-col.g-col-lg-6:not(.pdp-tray-right) .interactive-buttons:not(.mobile).left-aligned {
    margin-top: -7rem;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .pdp-tray .pdp-divider {
    margin-left: 0;
  }
  .pdp-tray .tray-content > .divider-component {
    display: none;
  }
  .pdp-tray .pdp-tray-media-container {
    display: inline;
    justify-content: center;
    height: max-content;
  }
  .pdp-tray .pdp-tray__wishlist {
    padding-right: 0;
  }
  .pdp-tray .pdp-tray__wishlist .pdp-tray__wishlist--btn .icon.active {
    width: 1.125rem;
    height: 1.063rem;
  }
  .pdp-tray .pdp-tray__compare .form-checkbox .check-mark {
    height: .813rem;
    width: .813rem;
  }
  .pdp-tray .pdp-tray-sticky-container {
    position: unset;
  }
  .pdp-tray .pdp-tray-sticky-container.sticky {
    position: fixed;
  }
  .pdp-tray .pdp-tray-sticky-container.stick-to-the-bottom {
    position: absolute;
  }
}
@media (min-width: 48rem) and (min-width: 75rem) {
  .pdp-tray .pdp-tray-sticky-container {
    width: 33.687rem;
  }
}
@media (min-width: 48rem) and (min-width: 63.938rem) and (max-width: 75rem) {
  .pdp-tray .pdp-tray-sticky-container {
    width: 29.75rem;
  }
}
@media (min-width: 75rem) {
  .pdp-tray .pdp-tray-media-container .pdp-tray-media-set {
    padding-top: 1.5rem;
  }
  .pdp-tray .interactive-buttons-container {
    margin-left: auto;
    max-width: 88%;
  }
}
@media (max-width: 767px) {
  .pdp-tray .pdp-tray-media-set {
    height: 400px;
  }
}
@media (width: 768px) {
  .pdp-tray .pdp-tray-media-set {
    height: 600px;
  }
}
@media (min-width: 769px) {
  .pdp-tray .pdp-tray-media-set {
    height: 550px;
    margin-left: 2rem;
  }
}

.show-class {
  display: block;
}
.hide-class {
  display: none !important;
}
.visible-class {
  visibility: visible;
}
.invisible-class {
  visibility: hidden;
}
.pdp-tray {
  margin: 0;
}
.pdp-tray .g-row {
  margin-left: 0;
  margin-right: 0;
}
.pdp-tray.hero-clarity {
  padding-bottom: 1rem;
}
.pdp-tray.hero-clarity .pdp-tray-right .pdp-tray-header {
  display: flex;
  flex-direction: column;
}
.pdp-tray.hero-clarity .pdp-tray-right .pdp-tray-header.g-container {
  padding: 0;
}
.pdp-tray.hero-clarity .pdp-tray-right .pdp-tray-header .pdp-tray__prd-title {
  font-size: 1.5rem;
  line-height: 2rem;
  max-width: 500px;
  text-transform: none;
}
.pdp-tray.hero-clarity .pdp-tray-right .pdp-tray-header .reviews-model {
  display: inline-block;
  padding-bottom: 0.4rem;
}
.pdp-tray.hero-clarity .pdp-tray-right .pdp-tray-header .reviews-model .pdp-tray__detail--model {
  margin-right: 0.5rem;
}
@media (max-width: 64rem) {
  .pdp-tray.hero-clarity .pdp-tray-right .pdp-tray-header {
    display: none;
  }
}
a,
button {
  outline: 0;
}
.page .page-content .pdp-bottom-content .divider-wrapper {
  padding-bottom: 6.5rem;
}
.page .page-content .pdp-bottom-content .divider-wrapper .pdp-divider {
  position: absolute;
  left: 0;
}
.page .page-content .pdp-bottom-content .cmp.cmp-text {
  float: none;
}
@media all and (max-width: 47.938rem) {
  .page .page-content .pdp-bottom-content {
    margin-left: unset;
  }
  .page .page-content .g-col-offset-1 {
    margin-left: unset;
  }
}

@keyframes titleShow {
  0% {
    top: 10rem;
  }
  100% {
    top: 0;
  }
}
@keyframes titleHide {
  0% {
    top: 0;
  }
  100% {
    top: 10rem;
  }
}
@keyframes headerShow {
  0% {
    top: -5rem;
  }
  100% {
    top: 0rem;
  }
}
@keyframes headerCompose {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}
@keyframes headerComposeReverse {
  0% {
    top: 5rem;
  }
  100% {
    top: 0;
  }
}
@keyframes headerComposeReverseHeroClarity {
  0% {
    top: 0;
  }
  100% {
    top: -6rem;
  }
}
body.scroll-lock {
  overflow: hidden;
}
.pdp-tray-section-nav.hero-clarity {
  order: initial;
}
@media (min-width: 64.01rem) {
  .pdp-tray-section-nav.hero-clarity {
    order: 2;
  }
}
.pdp-tray-section-nav--v2 {
  background-color: #353535;
  color: #ffffff;
  width: 100%;
}
.pdp-tray-section-nav--v2--fixed {
  position: fixed;
  top: 0;
  z-index: 200;
}
.pdp-tray-section-nav--v2 .price-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 47.938rem) {
  .pdp-tray-section-nav--v2 .price-cta-wrapper {
    flex-direction: unset;
  }
}
.pdp-tray-section-nav--v2 .price-cta-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 47.938rem) {
  .pdp-tray-section-nav--v2 .price-cta-container {
    padding-bottom: 0.25rem;
    width: 5.625rem;
  }
}
.pdp-tray-section-nav--v2 .price-cta-container .button {
  margin: 0;
}
@media (max-width: 47.938rem) {
  .pdp-tray-section-nav--v2 .price-cta-container .cta-container {
    display: flex;
    justify-content: flex-end;
  }
}
.pdp-tray-section-nav--v2 .button {
  font-size: 0.625rem;
  width: 5.625rem;
  height: 2.5rem;
  padding: 0;
}
.pdp-tray-section-nav--v2 .nav-items {
  background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  z-index: 4;
  bottom: 0;
}
.pdp-tray-section-nav--v2 .nav-items--fixed {
  top: 6.875rem;
}
.pdp-tray-section-nav--v2 .nav-items--collapsed {
  display: none;
}
.pdp-tray-section-nav--v2 .nav-items .button {
  font-size: 0.75rem;
  margin: 1.9675rem auto 1.5rem;
  width: 90%;
  display: block;
  min-height: 2.5rem;
}
@media all and (max-width: 47.938rem) {
  .pdp-tray-section-nav--v2 .nav-items {
    position: fixed;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .container {
    height: 4.25rem;
    padding: .5rem;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .nav-items--fixed {
    top: 4.25rem;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .pdp-sn-list {
    margin: 0 1.5rem;
    padding: 1.5rem 0 0;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .pdp-sn-list-item {
    padding: 1rem 0;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-name-section.mobile {
    justify-content: center;
    padding-top: 0;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .sticky-nav__mobile-v2 {
    display: flex;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .sticky-nav__mobile-v2 .chevron-container {
    margin: 0;
    padding: 0 0.375rem;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .sticky-nav__mobile-v2 .chevron-container .chevron {
    width: 0.625rem;
    height: 0.625rem;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(-135deg) translateX(-0.125rem);
  }
  .pdp-tray-section-nav--v2.mobile-v2 .sticky-nav__mobile-v2 .chevron-container--collapsed .chevron {
    transform: rotate(45deg) translateY(-0.25rem);
  }
  .pdp-tray-section-nav--v2.mobile-v2 .sticky-nav__title {
    max-width: fit-content;
    font-weight: 700;
    line-height: 1.188rem;
    font-size: .875rem;
    display: flex;
    align-items: center;
    border-bottom: 0.125rem solid #edb110;
    padding-bottom: .125rem;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container {
    width: 6.75rem;
    padding: 0;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .no-label-price {
    align-self: center;
    font-size: .875rem;
    line-height: 1rem;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn {
    height: 2.25rem;
    min-width: 6.75rem;
    width: 6.75rem;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .nav-items .button {
    font-weight: 700;
    font-size: .813rem;
    line-height: 1.25rem;
  }
}
.pdp-tray-section-nav--v2 .pdp-sn-list {
  margin: 0 2rem;
  padding: 2rem 0 0;
  font-family: "HelveticaNeue", sans-serif;
}
.pdp-tray-section-nav--v2 .pdp-sn-list-item {
  width: 100%;
  font-size: 1.25rem;
  padding: 1.21875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pdp-tray-section-nav--v2 .pdp-sn-link {
  margin-right: 2rem;
}
.pdp-tray-section-nav--v2 .desktop {
  display: none;
}
.pdp-tray-section-nav--v2 .price-name-section {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  padding-top: 0.4375rem;
}
.pdp-tray-section-nav--v2 .msrp-price {
  padding-left: 0.25rem;
  text-decoration: line-through;
}
.pdp-tray-section-nav--v2 .save-price.mobile,
.pdp-tray-section-nav--v2 .not-sale-price.mobile {
  font-size: 0.5rem;
  line-height: 1.75;
  text-transform: uppercase;
  text-align: center;
}
.pdp-tray-section-nav--v2 .price-section {
  display: flex;
  flex-direction: row;
  font-size: 0.5rem;
}
.pdp-tray-section-nav--v2 .product-name {
  font-size: 0.625rem;
  line-height: 1.4;
}
.pdp-tray-section-nav--v2 .chevron-container {
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pdp-tray-section-nav--v2 .chevron-container--collapsed .chevron {
  transform: rotate(45deg);
}
.pdp-tray-section-nav--v2 .chevron {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: white solid;
  border-width: 0 3px 3px 0;
  transform: rotate(-135deg);
}
.pdp-tray-section-nav--v2 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 6rem;
  box-sizing: border-box;
}
@media (width: 768px) {
  .pdp-tray-section-nav--v2 .image-name-wrapper .product-name .product-title {
    font-size: 1rem;
  }
}
@media (min-width: 64.01rem) {
  .pdp-tray-section-nav--v2.hero-clarity .g-container {
    display: none;
  }
  .pdp-tray-section-nav--v2.hero-clarity--fixed {
    position: fixed;
    top: 0;
    z-index: 200;
    bottom: unset;
  }
  .pdp-tray-section-nav--v2.hero-clarity--composed {
    top: -5rem;
    animation: headerCompose 0.5s ease-out forwards;
  }
  .pdp-tray-section-nav--v2.hero-clarity--composed .g-container {
    display: flex;
  }
  .pdp-tray-section-nav--v2.hero-clarity--composed-reverse {
    top: 0;
    animation: headerComposeReverseHeroClarity 0.5s ease-out forwards;
  }
  .pdp-tray-section-nav--v2.hero-clarity--composed-reverse .g-container {
    display: flex;
  }
}
@media (min-width: 48rem) {
  .pdp-tray-section-nav--v2 {
    overflow: hidden;
    background-color: #ffffff;
    color: #2e2e2e;
  }
  .pdp-tray-section-nav--v2 .container {
    z-index: 1;
    display: flex;
    position: relative;
    top: 0;
    animation: titleHide 0.45s ease-out forwards;
  }
  .pdp-tray-section-nav--v2 .container.g-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: auto;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(0);
  }
  .pdp-tray-section-nav--v2--composed .container,
  .pdp-tray-section-nav--v2--initial .container {
    top: 10rem;
    animation: titleShow 0.45s ease-out forwards;
  }
  .pdp-tray-section-nav--v2 .nav-items {
    height: auto;
    background-color: #ffffff;
    overflow: hidden;
  }
  .pdp-tray-section-nav--v2 .nav-items--collapsed {
    display: block;
  }
  .pdp-tray-section-nav--v2 .nav-items .button {
    display: none;
  }
  .pdp-tray-section-nav--v2 .pdp-sn-link {
    color: #ffffff;
  }
  .pdp-tray-section-nav--v2 .pdp-sn-link.activated {
    border-bottom: 2px solid #c41230;
  }
  .pdp-tray-section-nav--v2--composed {
    top: -5rem;
    animation: headerCompose 0.5s ease-out forwards;
  }
  .pdp-tray-section-nav--v2--show {
    top: -8rem;
    animation: headerShow 0.5s ease-out forwards;
  }
  .pdp-tray-section-nav--v2--compose-reverse {
    top: 0;
    animation: headerComposeReverse 0.5s ease-out forwards;
  }
  .pdp-tray-section-nav--v2--fixed .nav-items {
    background-color: #353535;
  }
  .pdp-tray-section-nav--v2--fixed .container {
    height: 5rem;
    display: flex;
  }
  .pdp-tray-section-nav--v2 .pdp-sn-list {
    padding: 0.8125rem 0.625rem 0.875rem;
    max-width: 74.375rem;
    margin: 0 auto;
  }
  .pdp-tray-section-nav--v2 .pdp-sn-list-item {
    width: auto;
    padding: 0;
    border: none;
    font-size: 1rem;
  }
  .pdp-tray-section-nav--v2 .mobile {
    display: none;
  }
  .pdp-tray-section-nav--v2 .desktop {
    display: block;
  }
  .pdp-tray-section-nav--v2 .sticky-nav-image {
    max-height: 4.25rem;
    max-width: 4.25rem;
  }
  .pdp-tray-section-nav--v2 .image-name-wrapper {
    display: flex;
    flex: 3 1 0%;
    flex-direction: column;
  }
  .pdp-tray-section-nav--v2 .image-name-wrapper .product-title {
    display: inline;
    text-transform: none;
  }
  .pdp-tray-section-nav--v2 .sticky-nav-image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pdp-tray-section-nav--v2 .price-cta-container {
    flex: 2 1 0;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 0.5rem;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 {
    flex-grow: 3;
    flex-direction: row;
    align-items: center;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container .price-details-container {
    text-align: right;
    margin-right: 0.5rem;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container .sale-price,
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container .not-sale-price {
    font-size: 1.875rem;
    line-height: 1.5rem;
    text-align: right;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container .sale-price span,
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container .not-sale-price span {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .price-container .save-price {
    padding-left: 0;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .cta-container {
    margin-left: 1rem;
  }
  .pdp-tray-section-nav--v2 .price-cta-container.price-v2 .cta-container.md\:w-40 {
    margin-left: 0;
  }
  .pdp-tray-section-nav--v2 .price-container {
    display: flex;
    flex-direction: row;
    min-width: 15.625rem;
    justify-content: center;
    width: max-content;
  }
  .pdp-tray-section-nav--v2 .cta-container {
    margin-top: 0.1875rem;
    height: 2.5rem;
  }
  .pdp-tray-section-nav--v2 .cta-container.md\:w-40 {
    display: flex;
    width: 100%;
  }
  .pdp-tray-section-nav--v2 .button {
    font-size: 0.75rem;
    width: 15.625rem;
  }
  .pdp-tray-section-nav--v2 .sale-price {
    font-size: 1.25rem;
    align-self: flex-end;
  }
  .pdp-tray-section-nav--v2 .sale-price.long-label {
    font-size: 0.75rem;
    line-height: 0.95;
  }
  .pdp-tray-section-nav--v2 .msrp-price,
  .pdp-tray-section-nav--v2 .save-price {
    font-size: 0.625rem;
    padding-left: 0.25rem;
  }
  .pdp-tray-section-nav--v2 .urgent-price-message {
    display: none;
  }
  .pdp-tray-section-nav--v2 .price-container.urgent-price {
    flex-direction: column;
  }
  .pdp-tray-section-nav--v2 .price-container.urgent-price .sale-price {
    align-self: center;
  }
  .pdp-tray-section-nav--v2 .price-container.urgent-price .urgent-price-message {
    align-self: center;
    display: flex;
    align-items: center;
    gap: .125rem;
    color: #c41230;
    font-size: .75rem;
    font-weight: 700;
  }
  .pdp-tray-section-nav--v2 .price-container.urgent-price .urgent-price-message .price_urgency-icon {
    width: .875rem;
    height: auto;
  }
  .pdp-tray-section-nav--v2 .product-name {
    padding-left: 0rem;
    font-size: 1.25rem;
    line-height: 1.2;
    align-self: left;
    max-height: 4.25rem;
    overflow: hidden;
    min-height: 1.5rem;
  }
  .pdp-tray-section-nav--v2.pdp-tray-section-nav--v2--fixed.pdp-tray-section-nav--v2--initial.pdp-tray-section-nav--v2--show .container.g-container,
  .pdp-tray-section-nav--v2.pdp-tray-section-nav--v2--fixed.pdp-tray-section-nav--v2--compose-reverse .container.g-container {
    position: absolute;
    z-index: 0;
    opacity: 0;
    transform: translateY(-1rem);
    pointer-events: none;
  }
}
@media (min-width: 48rem) and (min-width: 981px) {
  .pdp-tray-section-nav--v2 .cta-container.md\:w-40 {
    height: auto;
    margin-top: 0;
    width: 40%;
  }
  .pdp-tray-section-nav--v2 .cta-container.md\:w-40 .button {
    height: 100%;
  }
}
@media (max-width: 64rem) {
  .pdp-tray-section-nav--v2 .pdp-sn-link:hover {
    border-bottom: 0 !important;
  }
}
.price-cta-container .add-to-package-cta {
  display: none!important;
}
@media (min-width: 981px) {
  .price-cta-container .add-to-package-cta {
    display: flex!important;
  }
}

.pdp-tray-content-spot {
  max-height: 7.5rem;
  height: fit-content;
  overflow: hidden;
}
.pdp-tray-content-spot-container {
  display: contents;
}
@media (min-width: 48rem) {
  .pdp-tray-content-spot-container-has-content.pdp-tray-content-spot-container__upper {
    position: relative;
    margin: 2rem 0 1rem;
  }
  .pdp-tray-content-spot-container-has-content.pdp-tray-content-spot-container__middle {
    position: relative;
    margin-top: -3rem;
    margin-bottom: 2rem;
  }
  .pdp-tray-content-spot-container-has-content.pdp-tray-content-spot-container__bottom {
    margin-top: 2rem;
  }
}

.express-paypal-error-modal {
  font-family: "Avenir", sans-serif;
}
.express-paypal-error-modal .modal-box {
  padding: 1.5rem;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.express-paypal-error-modal .modal-close {
  right: 1.375rem;
  top: 1.375rem;
  color: #808080;
}
.express-paypal-error-modal .modal-dialog-title {
  display: flex;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5rem;
  color: black;
}
.express-paypal-error-modal .modal-dialog-text {
  margin: 1.5rem 0 1.5rem 0;
  width: 100%;
  max-width: 100%;
  font-size: .875rem;
  color: black;
  line-height: 1.25rem;
  text-align: left;
}
.express-paypal-error-modal .modal-dialog-buttons .trigger-modal-close {
  margin: 0;
  width: 100%;
  line-height: 1.25rem;
  font-size: 0.813rem;
  height: 2.5rem;
  background: #c41230;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
}
@media (min-width: 48rem) {
  .express-paypal-error-modal .modal-box {
    width: 28.125rem;
  }
}

@media (min-width: 48rem) {
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon,
  .add-to-cart-btn.show-add-to-cart-icon {
    font-weight: 800;
    font-family: "Avenir", sans-serif;
    background: #c41230;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon[disabled],
  .add-to-cart-btn.show-add-to-cart-icon[disabled] {
    background-color: #c37e8d;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon .button__text,
  .add-to-cart-btn.show-add-to-cart-icon .button__text {
    line-height: normal;
    font-weight: 800;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon .button__icon,
  .add-to-cart-btn.show-add-to-cart-icon .button__icon {
    background-image: url(../../kitchenaid/clientlibs/global/resources/images/add-to-cart/add-to-cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 0.5rem;
  }
  .pdp-tray__cta .add-to-cart-btn.show-add-to-cart-icon .button__text {
    line-height: 1.25rem;
    font-family: "Avenir", sans-serif;
  }
  .pdp-tray__cta .add-to-cart-btn.show-add-to-cart-icon .button__icon {
    width: 1.5rem;
    height: 1.6875rem;
  }
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon {
    min-width: 7.8125rem;
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
    font-size: 0.625rem;
  }
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn .button__icon,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon .button__icon {
    min-width: 0.875rem;
    min-height: 0.875rem;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .pdp-tray__cta .add-to-cart-btn.show-add-to-cart-icon .button__icon {
    margin-right: 0.75rem;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon {
    font-size: 0.8125rem;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn .button__icon,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon .button__icon {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 47.938rem) {
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon-mobile,
  .add-to-cart-btn.show-add-to-cart-icon-mobile {
    font-weight: 800;
    font-family: "Avenir", sans-serif;
    background: #c41230;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon-mobile[disabled],
  .add-to-cart-btn.show-add-to-cart-icon-mobile[disabled] {
    background-color: #c37e8d;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon-mobile .button__text,
  .add-to-cart-btn.show-add-to-cart-icon-mobile .button__text {
    line-height: normal;
    font-weight: 800;
  }
  .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn.show-add-to-cart-icon-mobile .button__icon,
  .add-to-cart-btn.show-add-to-cart-icon-mobile .button__icon {
    background-image: url(../../kitchenaid/clientlibs/global/resources/images/add-to-cart/add-to-cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 0.5rem;
  }
  .pdp-tray__cta .add-to-cart-btn.show-add-to-cart-icon-mobile .button__text {
    line-height: 1.25rem;
    font-family: "Avenir", sans-serif;
  }
  .pdp-tray__cta .add-to-cart-btn.show-add-to-cart-icon-mobile .button__icon {
    width: 1.5rem;
    height: 1.6875rem;
  }
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon-mobile {
    min-width: 7.8125rem;
    padding-left: 0.59375rem;
    padding-right: 0.59375rem;
    font-size: 0.625rem;
  }
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn .button__icon,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon-mobile .button__icon {
    min-width: 0.875rem;
    min-height: 0.875rem;
  }
}
@media (max-width: 47.938rem) and (min-width: 48rem) {
  .pdp-tray__cta .add-to-cart-btn.show-add-to-cart-icon-mobile .button__icon {
    margin-right: 0.75rem;
  }
}
@media (max-width: 47.938rem) and (min-width: 48rem) {
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon-mobile {
    font-size: 0.8125rem;
  }
}
@media (max-width: 47.938rem) and (min-width: 48rem) {
  .pdp-tray-section-nav .pdp-tray-section-nav--v2.mobile-v2 .price-cta-container .add-to-cart-btn .button__icon,
  .pdp-tray-section-nav .add-to-cart-btn.show-add-to-cart-icon-mobile .button__icon {
    width: 1rem;
    height: 1rem;
  }
}
.button__icon {
  display: none;
}

.product-subscriptions__select {
  margin-top: .6875rem;
  position: relative;
  user-select: none;
  border: 0.0625rem solid #a9a9a9;
  background-color: #ffffff;
  z-index: 0;
}
@media (min-width: 47.938rem) {
  .product-subscriptions__select {
    width: 19.5rem;
  }
}
.product-subscriptions__select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-subscriptions__select.open .product-subscriptions__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-subscriptions__select-trigger {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-size: .75rem;
  font-weight: bold;
  padding-left: .5625rem;
  color: #000000;
}
.product-subscriptions__select-trigger:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.product-subscriptions__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;
}
.product-subscriptions__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;
}
.product-subscriptions__option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.product-subscriptions__option.selected {
  background-color: #ededed;
}
.product-subscriptions__option:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.product-subscriptions__option-frequency-copy {
  font-weight: normal;
  color: #000000;
}
.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;
}
.product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  height: .725rem;
  width: .775rem;
  margin-top: .725rem;
  border-bottom: 0.1875rem solid #eeb111;
  border-right: 0.1875rem solid #eeb111;
}
@media (min-width: 47.938rem) {
  .product-subscriptions__options {
    width: 19.5rem;
  }
}
.product-subscriptions {
  margin: 1.5rem 0 1.1875rem 0;
}
.product-subscriptions .bold {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
}
.product-subscriptions__one-time,
.product-subscriptions__variants {
  padding: 1.0625rem .625rem 1rem .625rem;
}
.product-subscriptions__one-time:focus-within,
.product-subscriptions__variants:focus-within {
  outline: 0.0625rem solid #000000;
}
.product-subscriptions__variants {
  border: solid 1px #d8d8d8;
  background-color: #f2f2f2;
}
.product-subscriptions__variants label,
.product-subscriptions__variants div {
  margin-top: .5rem;
}
.product-subscriptions__variants .product-subscriptions__select {
  margin-top: .6875rem;
}
.product-subscriptions__variants .product-subscriptions__select .product-subscriptions__select-trigger,
.product-subscriptions__variants .product-subscriptions__select .product-subscriptions__options {
  margin-top: 0;
}
.product-subscriptions__variant-label {
  display: flex;
  align-items: center;
}
.product-subscriptions__variant-label .percent-off {
  color: #008800;
}
.product-subscriptions__terms {
  font-size: .75rem;
  color: #353535;
  line-height: 1.4;
}
.product-subscriptions__terms a {
  font-weight: normal;
}
.product-subscriptions input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.product-subscriptions input[type="radio"] + .product-subscriptions__variant-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem;
  position: relative;
  cursor: pointer;
  transition: all 250ms ease;
  margin-right: .625rem;
}
.product-subscriptions input[type="radio"]:checked + .product-subscriptions__variant-label:before {
  background-color: #e0942f;
  box-shadow: inset 0 0 0 2px #fff;
  border: 1px solid #e0942f;
}
.product-subscriptions .product-subscriptions__guestpass {
  background: #ffffff;
  border: 0.125rem solid #d8d8d8;
  padding: 1.25rem 1rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  color: #000000;
}
.product-subscriptions .product-subscriptions__guestpass-header {
  font-weight: bold;
  margin-bottom: .75rem;
  display: flex;
}
.product-subscriptions .product-subscriptions__guestpass-header__icon {
  height: 1.5rem;
  width: 1.5rem;
}
.product-subscriptions .product-subscriptions__guestpass-header__icon svg:not(:root) {
  height: inherit;
}
.product-subscriptions .product-subscriptions__guestpass-header__text {
  margin: auto .5rem;
}
.product-subscriptions .product-subscriptions__guestpass a {
  font-weight: bold;
}
.product-subscriptions .pdp-tray .product-subscriptions__delivery {
  display: block;
  font-size: .75rem;
  margin-top: .5rem;
}
.product-subscriptions .pdp-tray .product-subscriptions__select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-subscriptions .pdp-tray .product-subscriptions__terms ul {
  padding: 5px 20px;
  font-weight: bold;
}
.product-subscriptions .pdp-tray .product-subscriptions__select-trigger {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-size: .75rem;
  font-weight: bold;
  padding-left: .5625rem;
  color: #000;
}
.product-subscriptions .pdp-tray .product-subscriptions__variants .product-subscriptions__select {
  margin-top: .6875rem;
}
.product-subscriptions .pdp-tray .product-subscriptions__select.open .product-subscriptions__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-subscriptions .pdp-tray .product-subscriptions__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: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.product-subscriptions .pdp-tray .product-subscriptions__option {
  position: relative;
  display: block;
  padding: .5625rem .5rem;
  font-size: .75rem;
  color: #000;
  cursor: pointer;
  transition: all .5s;
  line-height: 1.33;
  font-weight: bold;
}
.product-subscriptions .pdp-tray .product-subscriptions__select-icon {
  position: absolute;
  width: 3rem;
  height: 100%;
  top: 0;
  right: 0;
  border-left: solid .0625rem #a9a9a9;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.product-subscriptions .pdp-tray .product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  height: .725rem;
  width: .775rem;
  margin-top: .725rem;
  border-bottom: .1875rem solid #eeb111;
  border-right: .1875rem solid #eeb111;
}
@media (min-width: 48rem) {
  .product-subscriptions__body {
    width: 100%;
  }
  .product-subscriptions__one-time,
  .product-subscriptions__variants {
    padding-right: 1.75rem;
  }
  .product-subscriptions .product-subscriptions__guestpass {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 47.9375rem) {
  .product-subscriptions__body {
    margin: 1.5rem calc(-50vw + 50%) 1.1875rem;
  }
  .product-subscriptions__one-time,
  .product-subscriptions__variants {
    padding-left: 1.625rem;
    padding-right: 1.9375rem;
  }
}
.pdp-tray .subscriptions-v2-view .product-subscriptions__body .product-subscriptions__one-time {
  padding-bottom: 1rem;
}
.pdp-tray .product-discount-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #080;
  background: #080;
  color: #FFF;
  text-align: center;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.pdp-tray .subscriptions-v2-view .product-subscriptions__variant-label {
  border: 1px solid #222;
  width: 100%;
  display: block;
  cursor: pointer;
}
.pdp-tray .subscriptions-v2-view .product-subscriptions__variant-label-text {
  font-weight: 400;
  color: #5B5B5B;
  width: 100%;
  height: 50px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border: none;
  text-align: left;
  position: relative;
  padding: 0;
}
.pdp-tray .subscriptions-v2-view .product-subscriptions__variant-label-text:before {
  content: "";
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #5B5B5B;
  margin: 0 5px 0 10px;
}
.product-subscriptions__select {
  user-select: none;
  border: .0625rem solid #a9a9a9;
  background-color: #fff;
  z-index: 0;
}
.subscriptions-v2-view.hidden {
  display: none;
}
.subscriptions-v2-view .product-subscriptions {
  margin-top: 0;
}
.subscriptions-v2-view .product-subscriptions__body {
  margin: 0.25rem calc(-50vw + 50%) 1.1875rem;
}
.subscriptions-v2-view .product-subscriptions__body label:focus,
.subscriptions-v2-view .product-subscriptions__body div:focus,
.subscriptions-v2-view .product-subscriptions__body .product-subscriptions__one-time:focus {
  outline: none !important;
}
.subscriptions-v2-view .product-subscriptions__variants {
  border: 0;
  background-color: transparent;
}
.subscriptions-v2-view .product-subscriptions__one-time {
  padding-right: 1rem;
}
.subscriptions-v2-view .product-subscriptions__one-time,
.subscriptions-v2-view .product-subscriptions__subscription {
  outline: 0 !important;
  display: block;
  padding-left: 1.5rem;
}
.subscriptions-v2-view .product-subscriptions__subscription .product-subscriptions__variant-label-text .percent-off {
  color: #008800;
}
.subscriptions-v2-view .product-subscriptions .product-subscriptions__variants {
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 9;
}
.subscriptions-v2-view .product-subscriptions .subscriptions-v2-view .product-subscriptions input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.subscriptions-v2-view .product-subscriptions .product-subscriptions__radio:checked + .product-subscriptions__variant-label {
  border: 2px solid #005ABB;
}
.subscriptions-v2-view .product-subscriptions input[type="radio"] + .product-subscriptions__variant-label:before {
  display: none;
}
.subscriptions-v2-view .product-subscriptions input[type="radio"]:checked + .product-subscriptions__variant-label:before {
  display: none;
}
.subscriptions-v2-view .product-subscriptions__terms a {
  text-decoration: underline;
  color: unset;
}
@media (max-width: 47.9375rem) {
  .subscriptions-v2-view .product-subscriptions__one-time,
  .subscriptions-v2-view .product-subscriptions__variants {
    padding-left: 1.5rem;
  }
}
@media (min-width: 47.938rem) {
  .subscriptions-v2-view .product-subscriptions__one-time,
  .subscriptions-v2-view .product-subscriptions__subscription {
    display: inline-block;
  }
  .subscriptions-v2-view .product-subscriptions__select {
    width: 19.5rem;
  }
  .subscriptions-v2-view .product-subscriptions__subscription {
    padding-left: 0;
  }
  .subscriptions-v2-view .product-subscriptions__variant-label-text {
    height: 4rem;
    font-size: 1rem;
    line-height: 4rem;
  }
  .subscriptions-v2-view .product-subscriptions__body {
    margin: 0;
  }
  .subscriptions-v2-view .product-subscriptions__one-time {
    padding-left: 0;
  }
  .subscriptions-v2-view .product-subscriptions__variant-label {
    background-color: #ffffff;
  }
}
@media (min-width: 63.938rem) {
  .subscriptions-v2-view.subscription-section > .divider-component {
    display: block;
  }
}

#pdp-esp-container {
  min-height: 8.125rem;
}
#pdp-esp-container.empty {
  display: none;
}
#pdp-esp-container .pdp-esp-header {
  font-size: 1.25rem;
  align-items: center;
  display: inline-flex;
  font-family: inherit;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-icon {
  margin-right: .7rem;
  flex-shrink: 0;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-icon-info {
  margin-left: .5rem;
  position: relative;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-icon-info:hover .pdp-esp-info-tooltip {
  display: block;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-icon-info svg {
  color: #2e2e2e;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip {
  display: none;
  position: absolute;
  padding: 1rem 1.5rem;
  background: #000000;
  color: #ffffff;
  width: max-content;
  bottom: 0;
  transform: translate(-50%, -22%);
  font-size: 0.625rem;
  line-height: 0.875rem;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip:hover,
#pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip:active {
  display: block;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip .info-tooltip-list {
  padding-inline-start: 1rem;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip .info-tooltip-view-more-link {
  color: #ffffff;
  text-decoration: underline;
}
#pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 93%;
  width: 1rem;
  height: 1rem;
  background: black;
  transform: rotate(45deg);
}
#pdp-esp-container .pdp-esp-description {
  margin-top: .5rem;
}
#pdp-esp-container .pdp-esp-description a {
  color: inherit;
}
#pdp-esp-container .pdp-esp-items {
  padding-top: 1.062rem;
  display: flex;
}
#pdp-esp-container .pdp-esp-items .form-radio {
  padding: 1.125rem 1rem 1.063rem;
  cursor: pointer;
  display: block;
}
#pdp-esp-container .pdp-esp-items .form-radio .form-radio-input.pdp-esp-item {
  opacity: 0;
}
#pdp-esp-container .pdp-esp-items .form-radio .form-radio-input.pdp-esp-item:checked ~ .radio-button:after {
  display: block;
}
#pdp-esp-container .pdp-esp-items .form-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item {
  opacity: 0;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item:checked + .pdp-esp-item-row {
  border: 0.125rem solid #c41230;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-container {
  position: relative;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-text {
  font-weight: bold;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row {
  line-height: 1.313rem;
  border: 0.063rem solid #979797;
  background-color: #eeeeee;
  margin-left: 1rem;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default {
  display: none;
  margin-left: 0;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default.show {
  display: flex;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default .pdp-esp-text {
  font-weight: 900;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row .pdp-esp-text {
  font-weight: normal;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row .pdp-esp-text .pdp-esp-formatted-price {
  font-weight: 900;
}
#pdp-esp-container .pdp-esp-items .pdp-esp-item-row .pdp-esp-text .pdp-esp-formatted-price--light {
  font-weight: 700;
}
#pdp-esp-container.pdp-esp--enhanced .pdp-esp-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media all and (max-width: 47.938rem) {
  #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items {
    grid-template-columns: 1fr;
  }
  #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default.show {
    display: flex;
  }
  #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default.show .pdp-esp-text {
    flex-grow: 0;
  }
}
#pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item {
  left: 1rem;
}
#pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default .pdp-esp-text {
  text-transform: uppercase;
}
@media all and (max-width: 47.938rem) {
  #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 0.1875rem;
  }
  #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row .pdp-esp-text {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row .pdp-esp-text .dash {
    display: none;
  }
}
@media all and (max-width: 47.938rem) {
  #pdp-esp-container {
    margin-bottom: 0;
    font-size: 0.75rem;
  }
  #pdp-esp-container .pdp-esp-items {
    display: inline;
  }
  #pdp-esp-container .pdp-esp-items .pdp-esp-item-container {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
  #pdp-esp-container .pdp-esp-items .pdp-esp-item-row {
    margin-left: 0;
    font-size: .75rem;
  }
  #pdp-esp-container .pdp-esp-items .pdp-esp-item-row.pdp-esp-item-default.show {
    display: block;
  }
  #pdp-esp-container .pdp-esp-items .form-radio {
    padding: .625rem 1rem .563rem;
  }
  #pdp-esp-container .pdp-esp-header {
    font-size: 1rem;
  }
  #pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip {
    bottom: 0;
    transform: translate(-55%, -15%);
  }
  #pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip .info-tooltip-list {
    padding: 0 1rem;
  }
  #pdp-esp-container .pdp-esp-header .pdp-esp-info-tooltip:after {
    display: none;
  }
  #pdp-esp-container .pdp-esp-header .pdp-esp-icon {
    display: none;
  }
  .pdp-tray #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row.form-radio {
    padding: 1rem 1.2rem;
  }
  .pdp-tray #pdp-esp-container.pdp-esp--enhanced .pdp-esp-header .pdp-esp-icon {
    display: block;
  }
  [lang=fr-CA] #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row {
    flex-direction: column;
  }
  [lang=fr-CA] #pdp-esp-container.pdp-esp--enhanced .pdp-esp-items .pdp-esp-item-row .pdp-esp-text {
    gap: 0.625rem;
  }
}

.social-share-container {
  position: relative;
}
.social-share-container .social-share {
  padding: 0;
}
.social-share-container .social-share .share-label {
  margin-left: .5rem;
}
.social-share-container .social-share svg {
  overflow: visible;
  max-width: unset;
  width: 0.938rem;
  height: 1rem;
  pointer-events: none;
}
.social-share-container .social-share-icons-container {
  margin-left: -18%;
  position: absolute;
  width: 8.75rem;
  left: 0.188rem;
  z-index: 4;
}
.social-share-container .social-share-icons-container.invisible-class {
  display: none;
}
.social-share-container .social-share-icons-container .tooltip-arrow {
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  height: 0.375rem;
  width: 0.75rem;
  margin: .5rem 45% auto;
}
.social-share-container .social-share-icons-container .social-share-icons {
  width: inherit;
  text-align: center;
  border-radius: .188rem;
  padding: .5rem 0;
  z-index: 1;
}
.social-share-container .social-share-icons-container .social-share-icons .share-icon {
  display: inline-block;
  margin-top: .375rem;
  margin-bottom: .175rem;
}
.social-share-container .social-share-icons-container .social-share-icons .share-icon svg {
  width: 1.875rem;
  height: 1.875rem;
  pointer-events: none;
}
@media all and (max-width: 47.938rem) {
  .social-share-container .social-share-icons-container {
    display: inline-block;
  }
}

.mobile-header-mixin {
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
}
.out-of-stock-v2__header {
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
}
.out-of-stock-v2__header .pdp-tray__out-of-stock-txt {
  margin: 1.3rem 0 .5rem;
  color: #c80a33;
  text-transform: uppercase;
  display: block;
}
@media all and (min-width: 48rem) {
  .out-of-stock-v2__header {
    font-size: 1.25rem;
  }
}
.temporarily-out-of-stock-v2 {
  margin: 0.375rem 0 0.5rem 0;
  letter-spacing: normal;
}
.temporarily-out-of-stock-v2:not(:has(.out-of-stock-sign-up-form)) {
  min-height: auto;
}
.temporarily-out-of-stock-v2__header {
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__header-subtext {
  text-align: center;
  margin: 0.5rem 0.5rem 0 0.5rem;
  font-size: 0.75rem;
  font-family: "Avenir-Roman", sans-serif;
  line-height: 1.08;
  color: #2e2e2e;
  text-transform: none;
  font-weight: normal;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__fields {
  padding: 1rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__fields__email {
  display: flex;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form .out-of-stock-sign-up-form__email-input {
  padding-bottom: 0;
  margin-top: 1rem;
  max-width: 14rem;
  margin-right: 0.25rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form .out-of-stock-sign-up-form__email-input input {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  width: 14rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer {
  padding-top: 1rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer .form-checkbox {
  align-items: center;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer .form-checkbox-text {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 0.625rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2e2e2e;
  text-transform: none;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer .form-checkbox:nth-child(n+2) {
  margin-top: 0.5rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer .form-checkbox-input:checked + .check-mark {
  width: 1.25rem;
  height: 1.25rem;
  border: solid 0.0625rem #2e2e2e;
  background-color: #ffffff;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer .form-checkbox-input + .check-mark {
  width: 1.25rem;
  height: 1.25rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer .check-mark:after {
  border: solid #2e2e2e;
  border-width: 0 0.1875rem 0.1875rem 0;
  width: 0.5rem;
  height: 0.8125rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__fields .button {
  margin-top: 1rem;
}
.temporarily-out-of-stock-v2 .suggestion-message {
  text-transform: none;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-success {
  text-transform: none;
  color: #2e2e2e;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-success__icon {
  margin-bottom: 3.1rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-success .modal-dialog-text {
  width: 100%;
  padding: 0 1rem;
  font-family: "Avenir", sans-serif;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-success .modal-dialog-subtext {
  font-size: 1rem;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.temporarily-out-of-stock-v2 .out-of-stock-sign-up-success .horizontal-line {
  margin-top: 4rem;
  margin-bottom: 2rem;
  height: 0.0625rem;
  border: solid 0.0625rem #e2e2e2;
}
.temporarily-out-of-stock-v2 .where-to-buy-btn:nth-child(n+2) {
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
}
.temporarily-out-of-stock-v2.ka-hide {
  display: none;
}
@media all and (min-width: 48rem) {
  .temporarily-out-of-stock-v2 {
    margin: 0.5rem 0 0.5rem 0;
    min-height: 17.25rem;
    max-width: 22.25rem;
  }
  .temporarily-out-of-stock-v2__header {
    font-size: 1.25rem;
  }
  .temporarily-out-of-stock-v2 .out-of-stock-sign-up-form {
    display: flex;
    flex-direction: column;
  }
  .temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__header-subtext {
    font-size: 1rem;
  }
  .temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__fields {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__fields .button {
    height: 2.5rem;
    flex-basis: initial;
  }
  .temporarily-out-of-stock-v2 .out-of-stock-sign-up-form__footer {
    padding: 0;
    margin-top: 1rem;
  }
}
.show-marketing-checkbox .temporarily-out-of-stock-v2 {
  min-height: 22rem;
}

.priceSectionV2 + .divider {
  display: 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 {
  font-size: .75rem;
  color: #000000;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.pdp-tray__price-section {
  display: flex;
  flex-direction: column;
  min-height: 20.4375rem;
}
.pdp-tray__price-section .pricing-container.pricing-container--with-urgent-price {
  flex-direction: column;
  row-gap: 1.5rem;
}
.pdp-tray__price-section .pricing-container.pricing-container--with-urgent-price .urgent-price-container {
  display: block;
}
.pdp-tray__price-section .pricing-container.pricing-container--with-urgent-price .pdp-tray__price-wrapper .pdp-tray__price,
.pdp-tray__price-section .pricing-container.pricing-container--with-urgent-price .pdp-tray__price-wrapper .discount-container {
  display: none;
}
.pdp-tray__price-section .pricing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  min-height: 3.375rem;
  margin-top: .5rem;
  height: 5rem;
}
.pdp-tray__price-section .pricing-container .pdp-tray__prod-qty {
  margin: 0 0 0 1rem;
}
.pdp-tray__price-section .pricing-container .pdp-tray__prod-qty .pdp-tray__prod-qty--label {
  font-size: 1rem;
  line-height: 1.3125rem;
}
.pdp-tray__price-section .pricing-container .pdp-tray__prod-qty .pdp-tray__prod-qty--select {
  height: 2.25rem;
  width: 3.5rem;
}
.pdp-tray__price-section .pricing-container.pdp-tray_long-label {
  flex-wrap: wrap;
  text-align: center;
}
.pdp-tray__price-section .pricing-container.pdp-tray_long-label .pdp-tray__price {
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: .25rem;
}
.pdp-tray__price-section .pricing-container .urgent-price-container {
  display: none;
  text-align: center;
  color: #c41230;
  font-weight: 700;
}
.pdp-tray__price-section .pricing-container .urgent-price-container .pdp-tray__price-urgent-message {
  padding-top: .5rem;
  display: flex;
  gap: .25rem;
  align-items: center;
  font-size: .75rem;
}
.pdp-tray__price-section .pricing-container .urgent-price-container .pdp-tray__price-urgent-message svg {
  width: .875rem;
  height: auto;
}
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text .pdp-tray__eco-text--decorated .eco-m .eco-c .eco-widget {
  margin: 0;
  line-height: 1rem;
}
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text .pdp-tray__eco-text--decorated .eco-m .eco-c .eco-widget .eco-value {
  font-size: .75rem;
  line-height: 1rem;
}
.pdp-tray__price-section .pdp-tray__prd-actions {
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.pdp-tray__price-section .pdp-tray__prd-actions .add-to-package-disabled {
  display: none;
}
.pdp-tray__price-section .pdp-tray__prd-actions .add-to-package-enabled {
  display: flex;
}
.pdp-tray__price-section .pdp-tray__prd-actions.paypal-express-enabled .add-to-package-enabled {
  flex-basis: 95%;
}
.pdp-tray__price-section .pdp-tray__prd-actions .add-to-package-cta {
  margin-top: 10px;
  margin-left: 0;
}
@media all and (min-width: 48rem) {
  .pdp-tray__price-section .pdp-tray__prd-actions .add-to-package-cta {
    margin-left: 20px;
    margin-top: initial;
    width: 50%;
  }
}
.pdp-tray__price-section .pdp-tray__cta {
  flex-basis: 95%;
}
.pdp-tray__price-section .pdp-tray__cta .button__text {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 110%;
}
.pdp-tray__price-section .pdp-tray__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pdp-tray__price-section .pdp-tray__price-wrapper .discount-container {
  margin-top: .0625rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  line-height: .875rem;
  min-height: .875rem;
}
.pdp-tray__price-section .pdp-tray__price-wrapper .discount-container .pdp-tray__price--small {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: normal;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.pdp-tray__price-section .pdp-tray__price-wrapper .discount-container .pdp-tray__price-savings {
  font-size: 0.75rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.875rem;
  margin-left: .25rem;
  letter-spacing: normal;
  white-space: nowrap;
}
.pdp-tray__price-section .pdp-tray__price:not(.single-price-line) {
  font-size: 1.5rem;
  padding-right: .25rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5rem;
  letter-spacing: normal;
}
.pdp-tray__price-section .financing-message-section {
  margin: 1rem 0 .5rem 0;
  height: 1.375rem;
  display: flex;
  justify-content: center;
  line-height: 1.312rem;
  visibility: hidden;
}
.pdp-tray__price-section .financing-message-section .affirm-config {
  margin-top: 0;
  font-size: 0.75rem;
}
.pdp-tray__price-section .financing-message-section .affirm-config .affirm-monthly-payment {
  line-height: 0.875rem;
}
.pdp-tray__price-section .financing-message-section .affirm-config .affirm-monthly-payment .affirm-modal-trigger {
  display: inline-block;
  font-size: 0.875rem;
}
.pdp-tray__price-section .financing-message-section .affirm-config .__affirm-logo.__ligature__affirm_full_logo__ {
  font-size: 1.1875rem;
}
.pdp-tray__price-section .financing-message-section .paybright-widget-container {
  font-size: 1rem;
}
.pdp-tray__price-section .financing-message-section .paybright-widget-container img {
  display: inline;
}
.pdp-tray__price-section .financing-message-section .paybright-widget-container a {
  font-size: 0.75rem;
  font-weight: 400;
}
.pdp-tray__price-section .or-divider {
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  margin-top: 0.875rem;
}
.pdp-tray__price-section .or-divider.hidden {
  display: none;
}
.pdp-tray__price-section .or-divider:after,
.pdp-tray__price-section .or-divider:before {
  content: '';
  border-top: 0.0625rem solid;
  margin: 0 0 0 3.25rem;
  flex: 1 0 20px;
  max-width: 6.25rem;
}
.pdp-tray__price-section .or-divider:after {
  margin: 0 3.25rem 0 0;
}
.pdp-tray__price-section .pdp-tray__prod-qty--label {
  display: inline-block;
  font-size: 12px;
}
.pdp-tray__price-section .pdp-tray__prod-qty--select {
  width: 3.1875rem;
  height: 2.125rem;
}
.pdp-tray__price-section .pdp-tray__prod-qty--select .form-select-input {
  height: 2rem;
  padding-left: .25rem;
  padding-right: 1.25rem;
}
.pdp-tray__price-section .price-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  min-height: 7rem;
}
.pdp-tray__price-section .price-actions.remove-qty-eco {
  margin-top: 0;
}
.pdp-tray__price-section .price-actions .pdp-tray__cta .button.where-to-buy-btn,
.pdp-tray__price-section .price-actions .pdp-tray__cta .button .button__text {
  font-size: 1rem;
}
.pdp-tray__price-section .price-actions .pdp-tray__cta .marketplace-product-label {
  text-align: center;
  padding-top: .75rem;
}
.pdp-tray__price-section .product-subscriptions {
  margin: 1.4375rem 0 0 0;
}
.pdp-tray__price-section .product-subscriptions .product-subscriptions__title {
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.pdp-tray__price-section .product-subscriptions .product-subscriptions__title:before {
  content: "";
  color: rgba(0, 0, 0, 0.2);
  display: none;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  width: 100%;
  transform: translateY(-1rem);
}
.pdp-tray__price-section .product-subscriptions .pdp-divider {
  display: none;
}
.pdp-tray__price-section .product-subscriptions .product-subscriptions__body {
  margin-bottom: 1.1875rem;
}
.pdp-tray__price-section .product-subscriptions .product-subscriptions__body .product-subscriptions__variants {
  max-width: 24.8125rem;
}
.pdp-tray__price-section .product-subscriptions .product-subscriptions__terms {
  color: #000000;
}
.pdp-tray__price-section .product-subscriptions .product-subscriptions__terms a {
  color: #000000;
}
.pdp-tray__price-section .pdp-tray__eco {
  font-size: .75rem;
  line-height: 1rem;
  min-height: 1rem;
  margin-top: .75rem;
}
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope {
  display: flex;
  justify-content: center;
}
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .ecr-details .ng-binding {
  font-size: 0.75rem;
  font-family: "HelveticaNeue", sans-serif;
}
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .eco-m .eco-c .eco-widget {
  margin-top: 0;
  line-height: 1rem;
}
.pdp-tray__price-section .member-price-always-visible-container {
  margin-top: 1.0625rem;
  min-height: 2.875rem;
}
.pdp-tray__price-section .member-price-always-visible-container .member-price-pdp-container {
  text-align: center;
  padding: 0;
  margin-top: 0.625rem;
}
.pdp-tray__price-section .member-price-always-visible-container .member-price-pdp-container .member-price-cta .member-price-cta__text {
  font-size: 1rem;
}
.pdp-tray__price-section .member-price-always-visible-container .member-price-pdp-container .member-price-cta .member-price-cta__text__text {
  font-size: 1rem;
}
.pdp-tray__price-section .product-subscriptions input[type="radio"] + .product-subscriptions__variant-label:before {
  transition-duration: 5ms;
}
.pdp-tray__price-section .subscription-section.hidden {
  display: none;
}
.pdp-tray__price-section .subscription-section > .pdp-divider.mobile {
  display: block !important;
  margin-left: -1rem;
  position: absolute;
  margin-top: 0;
}
.pdp-tray__price-section .out-of-stock-v2__header .pdp-tray__out-of-stock-txt {
  display: none;
  height: 2.1875rem;
}
.pdp-tray__price-section .out-of-stock-v2__header .pdp-tray__out-of-stock-txt.show {
  display: block;
}
@media all and (min-width: 48rem) {
  .pdp-tray__price-section .pricing-container.pdp-tray_long-label .pdp-tray__price {
    font-size: 1.625rem;
  }
  .pdp-tray__price-section .pdp-tray__price:not(.single-price-line) {
    font-size: 1.875rem;
    max-width: inherit;
    padding-right: .5rem;
  }
  .pdp-tray__price-section .discount-container .pdp-tray__price--small {
    font-size: 0.75rem;
  }
  .pdp-tray__price-section .discount-container .pdp-tray__price-savings {
    font-size: 0.75rem;
  }
  .pdp-tray__price-section .or-divider {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .pdp-tray__price-section .pdp-tray__prod-qty--label {
    display: inline-block;
  }
  .pdp-tray__price-section .pdp-tray__prod-qty--select {
    width: auto;
    height: auto;
  }
  .pdp-tray__price-section .pdp-tray__prod-qty--select .form-select-input {
    height: 2rem;
    padding-left: .5rem;
    padding-right: 1.5rem;
  }
  .pdp-tray__price-section .affirm-config {
    font-size: 0.75rem;
  }
  .pdp-tray__price-section .affirm-config .affirm-modal-trigger {
    display: initial;
    vertical-align: bottom;
  }
  .pdp-tray__price-section .affirm-config.hidden {
    display: none;
  }
  .pdp-tray__price-section .pdp-tray__prd-actions.paypal-express-enabled .pdp-tray__cta {
    flex-basis: 95%;
  }
  .pdp-tray__price-section .pdp-tray__prd-actions.paypal-express-enabled .pdp-tray__cta.add-to-package-pdp {
    flex-basis: 50%;
  }
  .pdp-tray__price-section .pdp-tray__cta {
    flex-basis: 18.375rem;
  }
  .pdp-tray__price-section .pdp-tray__cta.add-to-package-pdp {
    flex-basis: 40%;
  }
  .pdp-tray__price-section .product-subscriptions {
    margin: 1.5rem 0 1.1875rem 0;
  }
  .pdp-tray__price-section .product-subscriptions .product-subscriptions__title:before {
    display: inline-block;
  }
  .pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .eco-m .eco-c .eco-widget .eco-value {
    font-size: .75rem;
    line-height: 1rem;
  }
  .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-size: .75rem;
    color: #000000;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
  .pdp-tray__price-section .member-price-pdp-container .member-price-cta .member-price-cta__text {
    font-size: 1rem;
  }
  .pdp-tray__price-section .subscription-section > .pdp-divider.mobile {
    display: none !important;
  }
}
@media all and (min-width: 48rem) and (min-width: 48rem) {
  .pdp-tray__price-section .pdp-tray__prd-actions.paypal-express-enabled .pdp-tray__cta {
    flex-basis: 27.5rem;
  }
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-basis: 95%;
  position: relative;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price {
  display: flex;
  flex-direction: column;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-label,
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-value {
  text-align: left;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper {
  flex-basis: 58%;
  align-items: flex-start;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.pdp-tray__price--centered {
  margin: auto;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper .discount-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper .discount-container .pdp-tray__price-savings {
  margin-left: 0;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 {
  padding-right: 0.75rem;
  align-items: flex-end;
  align-self: center;
}
@media (max-width: 20rem) {
  .pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 {
    padding-right: 0;
    position: relative;
    left: -0.75rem;
  }
  .pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .pdp-tray__price-label {
    white-space: normal;
  }
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .pdp-tray__price {
  align-items: flex-end;
  margin-bottom: 0;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .pdp-tray__price-label {
  white-space: nowrap;
  text-align: right;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .pdp-tray__price-value {
  margin: 0.25rem 0;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .discount-container,
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .discount-container .pdp-tray__price--small,
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .discount-container .pdp-tray__price-savings {
  display: inline-block;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .discount-container {
  text-align: end;
  padding-right: 0.25rem;
}
@media (min-width: 48rem) {
  .pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .pdp-tray__price,
  .pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__price-wrapper.price-v2 .discount-container {
    padding-right: 0.75rem;
  }
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__financing-wrapper {
  flex-basis: 42%;
  position: relative;
  padding-left: 1rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper .pdp-tray__financing-wrapper .pb-prequalify-cta {
  font-size: 0.75rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered {
  align-items: center;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .discount-container {
  align-items: center;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price-wrapper {
  flex-basis: 100%;
  align-items: center;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price-wrapper.price-v2 {
  align-items: center;
  padding: 0;
}
@media (max-width: 20rem) {
  .pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price-wrapper.price-v2 {
    left: 0;
  }
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price-wrapper.price-v2 .pdp-tray__price {
  align-items: center;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price {
  align-items: center;
  padding-right: 0;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price-label,
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.pdp-tray__price-financing-wrapper--centered .pdp-tray__price-label {
  text-align: center;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.loading {
  height: 5rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.loading .pdp-tray__financing-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.loading .pdp-tray__financing-loading .pdp-tray__financing-loader {
  position: relative;
  width: inherit;
  height: inherit;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.loading .pdp-tray__financing-loading .pdp-tray__financing-loader:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
  left: 45%;
  border: 0.25rem solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.loading .pdp-tray__price-wrapper,
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper.loading .pdp-tray__financing-wrapper {
  display: none;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pricing-container {
  margin-bottom: 1.5rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pricing-container.remove-qty-eco {
  margin-bottom: 2rem;
  margin-top: 0;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .member-price-always-visible-container {
  margin-top: 0;
  min-height: auto;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .member-price-always-visible-container .member-price-pdp-container {
  margin-top: 0;
  height: 1.625rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .member-price-always-visible-container .member-price-pdp-container.remove-qty-eco {
  margin-bottom: 2rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__prod-qty {
  margin: auto;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__qty-eco-wrapper {
  height: 2.25rem;
  margin: 0.25rem 0 0;
  display: flex;
  justify-content: space-between;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__qty-eco-wrapper .pdp-tray__eco {
  min-height: 0;
  margin: auto;
  display: none;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .affirm-config {
  text-align: left;
  margin-top: -1rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .affirm-config .affirm-modal-trigger:before,
.pdp-tray__price-section.pdp-tray__price-section--v2 .affirm-config .affirm-ala-price:before {
  content: "\a";
  white-space: pre;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .affirm-config .affirm-ala-price {
  display: inline-block;
  line-height: 0.75rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2 .affirm-config .affirm-monthly-payment {
  max-width: 9.375rem;
  min-width: 7.5rem;
  font-size: 0.875rem;
}
.pdp-tray__price-section.pdp-tray__price-section--v2.remove-qty-eco {
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .pdp-tray__price-section.pdp-tray__price-section--v2 .pdp-tray__price-financing-wrapper {
    flex-basis: 18.375rem;
  }
}
.pdp-tray .temporarily-out-of-stock {
  padding-bottom: 0;
}
@media all and (min-width: 63.938rem) {
  .subscription-section > .divider-component {
    display: none;
  }
  .pdp-tray__price-section > .divider-component {
    display: block;
  }
}
.pdp-tray__price-section > .divider-component {
  display: none;
}
.pdp-tray__price-section .pdp-tray__prod-qty {
  margin-left: 190px;
}

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

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

.oos_container_ca .oos_tab_div {
    width: 120px !important;
    left: -110px !important;
}

@media (max-width: 767px){
  .oos_container_ca .oos_tab_div {
    width: 97px !important;
    left: -95px !important;
  }
}
@media screen and (max-width:767px) and (orientation:landscape){
	#oos_display {
		height: 85%;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.oos_products {
		overflow: auto !important;
   	 	margin: 5% 0px 0px;
    	height: 230px !important;
    	position: sticky !important;
	}
	.oos_disclaimer {
		bottom: 1%;
		top: unset !important;
		left: unset !important;
	}
	.oos_disclaimer p {
    	text-align: center !important;
	}
	.oos_product {
		height: 45% !important;
    	width: 100%;
		text-align: left !important;
	}
	.oos_prod_image_link {
		margin: 0 !important;
		padding: 0 3%!important;
		width: 25% !important;
	}
	.oos_product_info {
		width: 75% !important;
		font-size: 80% !important;
	}
	.oos_link {
		font-size: 80% !important; 
	}
	#oos_content .text3 {
		top: 9% !important;
		left: 0 !important;
		font-size: 85% !important;
	}
	hr {
		top: 4% !important;
	}
	.oos_tab_close {
		bottom: -89% !important;
	}
	#oos_content .text3 p {
    	text-align: center;
	}
}
/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

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

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

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

.circuit-breaker-content-spot {
  display: flex;
  justify-content: center;
  padding: 1rem 1rem .5rem 1rem;
  background: #ffffff;
}
.circuit-breaker-content-spot.hidden {
  display: none;
}
.circuit-breaker-content-spot__message {
  display: inline-flex;
  align-items: center;
  padding: .625rem 1.5rem .625rem .375rem;
  background: rgba(196, 18, 48, 0.1);
  color: #c41230;
  font-size: .75rem;
  line-height: .8125rem;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  border-radius: .1875rem;
}
.circuit-breaker-content-spot__message img {
  margin-right: .5625rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media all and (min-width: 48rem) {
  .circuit-breaker-content-spot {
    background: inherit;
  }
  .circuit-breaker-content-spot__message {
    font-size: 1rem;
    padding: .46875rem .75rem .46875rem .375rem;
  }
  .circuit-breaker-content-spot__message img {
    margin-right: .75rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.registration-form {
  background: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 1.625rem 1.8125rem 12.185rem;
}
.registration-form__social-sign-in {
  display: flex;
  justify-content: center;
}
.registration-form .registration-form__social-sign-in-container {
  background: #eee;
}
.registration-form__header {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1.15rem;
}
.registration-form__existing-account-sign-in {
  text-align: center;
  margin: .8125rem 0 1.4375rem 0;
  font-size: .875rem;
}
.registration-form__existing-account-sign-in span {
  color: #757575;
}
.registration-form__existing-account-sign-in .link-btn {
  color: #757575;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  font-size: inherit;
}
.registration-form__existing-account-sign-in .link-btn:hover {
  color: #757575;
  text-decoration: underline !important;
}
.registration-form__social-sign-in-container {
  width: 19.8125rem;
  padding: 1.8125rem 2.1875rem .875rem 2.1875rem;
}
.registration-form__social-sign-in-container .sing-in-buttons-wrapper .sign-in-buttons__login-social {
  align-items: center;
  height: auto;
}
.registration-form__social-sign-in-container .sing-in-buttons-wrapper .sign-in-buttons__divider:before,
.registration-form__social-sign-in-container .sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  width: 42%;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--google,
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook {
  width: 13.375rem;
  height: 2.5rem;
  margin-bottom: .625rem;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social {
  margin-bottom: 0;
}
.registration-form__social-sign-in-container .sign-in-buttons__divider {
  width: 14rem;
  font-weight: normal;
  font-size: 1rem;
}
.registration-form__social-sign-in-container .sign-in-buttons__divider-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.125rem;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--google-icon,
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook-icon {
  border-right: 0;
  padding-right: 0;
}
.registration-form__social-sign-in-container .sign-in-buttons__login-social--google-text,
.registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook-text {
  font-size: .875rem;
}
.registration-form__required-info {
  font-size: .75rem;
  margin: 1.375rem 0 .75rem 0;
}
.registration-form .form-submit-error-with-icon {
  display: grid;
  margin-right: -1.825rem;
  margin-left: -1.825rem;
  background: linear-gradient(0deg, rgba(238, 177, 17, 0.15), rgba(238, 177, 17, 0.15)), #ffffff;
  border: 0.0625rem solid #eeb111;
  padding: 1rem;
  margin-top: 1.5rem;
}
.registration-form .form-submit-error-with-icon.hidden {
  display: none;
}
.registration-form .form-submit-error-with-icon__text {
  grid-column: 2;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.0625rem;
  color: #222222;
  font-family: "HelveticaNeue", sans-serif;
}
.registration-form .form-submit-error-with-icon__text a {
  font-weight: 700;
  text-decoration: underline;
}
.registration-form .form-submit-error-with-icon__icon {
  margin-right: .5rem;
  grid-column: 1;
}
.registration-form .form-submit-error-with-icon__icon svg {
  max-width: .75rem;
}
.registration-form .form-submit-error-with-icon__close {
  margin-left: .5rem;
  grid-column: 3;
  justify-self: self-end;
}
.registration-form .form-submit-error-with-icon__close svg {
  max-width: .625rem;
  cursor: pointer;
}
.registration-form .form-input.form-warn {
  border-color: #eeb111;
}
.registration-form .form-label-wrapper .form-label {
  align-self: flex-end;
}
.registration-form .form-label:not(.form-show-password-label) {
  font-weight: 800;
  font-size: .875rem;
}
.registration-form .form-input::placeholder,
.registration-form .form-input:-ms-input-placeholder {
  font-weight: normal;
}
.registration-form .form-select-input {
  display: block;
  width: 100%;
  border: 0.0625rem solid #b3b3b3;
  background: #ffffff;
  height: 2.5rem;
  padding: 0 .5rem;
  border-radius: 0;
  box-shadow: none;
  background: url("../../../etc.clientlibs/digital-platform/clientlibs/global/resources/select_icon_down.svg") no-repeat right;
  background-size: 3rem 1.2rem;
}
.registration-form .form-select-input.empty-state {
  color: #757575;
}
.registration-form .form-select-input.empty-state option:not(:first-child) {
  color: #000000;
}
.registration-form .form-select-input option:first-child {
  color: #757575;
}
.registration-form__password-labels {
  display: flex;
  justify-content: space-between;
}
.registration-form__password-criteria {
  display: none;
}
.registration-form__password-criteria-mobile {
  display: flex;
  align-items: center;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: normal;
  color: #5E5E5E;
  text-decoration: underline;
}
.registration-form__tooltip svg {
  margin-right: .25rem;
  width: 1rem;
  height: 1rem;
}
.registration-form__checkbox-item:first-child {
  margin: 1.5rem 0 .75rem 0;
}
.registration-form__checkbox-container {
  display: flex;
  position: relative;
  padding-left: 1.875rem;
  font-weight: normal;
  font-size: .75rem;
  line-height: .875rem;
  color: #757575;
}
.registration-form__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.registration-form__checkbox-container input:checked ~ .registration-form__check-mark:after {
  display: block;
}
.registration-form__checkbox-container input:focus ~ .registration-form__check-mark {
  outline: 0.0625rem solid #000000;
}
.registration-form__checkbox-container a {
  color: #757575;
  text-decoration: underline;
  font-weight: normal;
}
.registration-form__checkbox {
  position: absolute;
  opacity: 0;
}
.registration-form__check-mark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 0.1rem solid #b3b3b3;
  border-radius: .2rem;
  height: 1.125rem;
  width: 1.125rem;
}
.registration-form__check-mark:after {
  content: '';
  position: absolute;
  display: none;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid #ffffff;
  border-width: 0 .1875rem .1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.registration-form__recaptcha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.registration-form__cta-btn {
  display: flex;
  justify-content: center;
  margin-top: 1.1875rem;
}
.registration-form__submit-btn {
  width: 12.625rem;
  height: 2.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.registration-form .form-error-items {
  font-size: .8125rem;
}
.registration-form__group_padding {
  padding: 1.875rem 0;
}
.registration-form__items-group {
  position: relative;
}
.registration-form__items-group--padding-top {
  padding-top: 1rem;
}
.registration-form__item {
  position: relative;
  margin-bottom: .625rem;
}
.registration-form__item:focus-within .form-label.form-show-password-label {
  color: #000000;
}
.registration-form__item--professional-discount {
  padding-top: 1.375rem;
  padding-bottom: 1.0625rem;
  margin-top: 1rem;
}
.registration-form__item--professional-discount-label {
  display: flex;
  flex-direction: row;
}
.registration-form__item--professional-discount-label .form-input__subheader {
  font-size: .625rem;
  font-style: italic;
  color: #757575;
  margin-left: .625rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.registration-form__item--professional-discount-label .form-input__subheader--tooltip {
  margin-left: 0.3125rem;
}
.registration-form__item--professional-discount-label .form-input__subheader--tooltip .form-input__subheader {
  display: block;
  font-style: normal;
  visibility: hidden;
  max-width: 12rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.625rem;
  position: absolute;
  bottom: 95%;
  transform: translate(-50%, 0);
  margin: 0;
  width: fit-content;
  font-size: 0.6875rem;
  line-height: 1.6;
  border-radius: 0.375rem;
}
.registration-form__item--professional-discount-label .form-input__subheader--tooltip:hover .form-input__subheader {
  visibility: visible;
}
.registration-form__item--professional-discount-label .form-input__subheader--tooltip svg {
  height: auto;
}
.registration-form__item--professional-discount-label .form-input__subheader-link {
  text-decoration: underline;
  text-decoration-color: #757575;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.registration-form__item--professional-discount-label .form-input__subheader-link:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #757575;
}
.registration-form .registration-form__item .row {
  margin: 0;
}
@media (min-width: 64rem) {
  .registration-form {
    width: 57.875rem;
    box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.14);
    padding: 1.8125rem 3.3125rem 3.3125rem 3.3125rem;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .registration-form .form-submit-error-with-icon {
    margin: 1.25rem 0 1.5rem;
    display: flex;
  }
  .registration-form .form-submit-error-with-icon__icon {
    margin-right: .625rem;
  }
  .registration-form .form-submit-error-with-icon__icon svg {
    max-width: 1rem;
  }
  .registration-form .form-submit-error-with-icon__close {
    margin-left: auto;
  }
  .registration-form .form-submit-error-with-icon__close svg {
    max-width: .875rem;
  }
  .registration-form__social-sign-in-container {
    width: 32.125rem;
    padding: 0;
  }
  .registration-form__social-sign-in-container .sing-in-buttons-wrapper {
    padding: 1.125rem 2.25rem 1.375rem 2.25rem;
  }
  .registration-form__social-sign-in-container .sing-in-buttons-wrapper .sign-in-buttons__login-social {
    flex-direction: row;
    height: auto;
  }
  .registration-form__social-sign-in-container .sign-in-buttons__login-social--google,
  .registration-form__social-sign-in-container .sign-in-buttons__login-social--facebook {
    margin: 0;
  }
  .registration-form__required-info {
    text-align: center;
  }
  .registration-form__checkbox-item:first-child {
    margin-top: 0;
  }
  .registration-form__items-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  .registration-form__items-group.registration-form__items-group--padding-top {
    padding-top: 1rem;
  }
  .registration-form__group_padding {
    padding: 2.0625rem 0;
  }
  .registration-form__item {
    width: 24.375rem;
    margin: 0;
  }
  .registration-form__item .form-input {
    border-radius: .125rem;
  }
  .registration-form__item--professional-discount {
    padding-top: unset;
    padding-bottom: 1.375rem;
  }
  .registration-form__item .form-input__subheader--tooltip .form-input__subheader {
    bottom: 120%;
  }
  .registration-form__recaptcha {
    justify-content: flex-start;
    margin-top: .625rem;
  }
  .registration-form__password-criteria {
    display: flex;
    flex-basis: 100%;
    margin: .5rem 0 1.6875rem 0;
    font-size: .625rem;
    color: #757575;
  }
  .registration-form__password-tooltip-message,
  .registration-form__password-criteria-mobile {
    display: none;
  }
  .registration-form__cta-btn {
    margin-top: 2.0625rem;
  }
  .registration-form__submit-btn {
    margin-bottom: 0;
  }
}

.form-group {
  position: relative;
}
.form-show-password-label {
  position: absolute;
  top: 0.375rem;
  right: .325rem;
  height: 1.75rem;
  width: fit-content;
  text-align: center;
  font-weight: 900;
  color: #000000;
  font-size: .75rem;
  line-height: 1rem;
  text-transform: uppercase;
  background: #f2f2f2;
}
.form-show-password-label.show-password-btn {
  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: #5d6267;
}
.header-pencil-banner-v4__theme-01__accessibility-button {
  font-family: GothamBook;
  line-height: 125%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-01__accessibility-button a {
  font-size: 1rem;
  font-weight: 400;
  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: #127bc0;
  font-weight: 500;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-01__message {
  font-family: GothamBook;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: 0.063rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-01__message a {
  font-weight: 400;
  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: #127bc0;
  font-weight: 500;
  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: #f9f9f9;
  color: #5d6267;
}
.header-pencil-banner-v4__theme-02__accessibility-button {
  font-family: GothamBook;
  line-height: 125%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-02__accessibility-button a {
  font-size: 1rem;
  font-weight: 400;
  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: #127bc0;
  font-weight: 500;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-02__message {
  font-family: GothamBook;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: 0.063rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-02__message a {
  font-weight: 400;
  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: #127bc0;
  font-weight: 500;
  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: unset;
  color: unset;
}
.header-pencil-banner-v4__theme-03__accessibility-button {
  font-family: GothamBook;
  line-height: 125%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-03__accessibility-button a {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: unset;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-03__accessibility-button a:hover,
.header-pencil-banner-v4__theme-03__accessibility-button a:focus {
  color: unset;
  font-weight: 500;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-03__message {
  font-family: GothamBook;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: 0.063rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-03__message a {
  font-weight: 400;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: unset;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-03__message a:hover,
.header-pencil-banner-v4__theme-03__message a:focus {
  color: unset;
  font-weight: 500;
  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: GothamBook;
  line-height: 125%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-04__accessibility-button a {
  font-size: 1rem;
  font-weight: 400;
  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: 500;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-04__message {
  font-family: GothamBook;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: 0.063rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-04__message a {
  font-weight: 400;
  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: 500;
  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: 'GothamMedium';
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 125%;
  text-transform: capitalize;
  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.02em;
}
.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: #127bc0;
  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: #163d64;
}
.header-pencil-banner-v4__button.dark {
  color: unset;
  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: unset;
}
.header-pencil-banner-v4__button.light {
  color: unset;
  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: unset;
}
.header-pencil-banner-v4__button.withicon {
  display: flex;
  align-items: center;
}
.header-pencil-banner-v4__button.withicon .button-icon {
  font-size: 1.25rem;
}
.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.25rem;
  }
  .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;
}

.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-featured .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-trigger-icon svg {
  width: 2rem;
  height: 2rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-icon svg path {
  fill: #127bc0;
}
.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;
  outline: none;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
}
.header-search-form__wrapper.search-featured .header-search-input::placeholder {
  color: #5d6267;
}
.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: none;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button-icon svg {
  height: 2rem;
  width: 2rem;
}
.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.0625rem solid #000000;
}
.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;
}
@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.0625rem 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 .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-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: 2rem;
    width: 2rem;
  }
  .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: none;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
  .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;
  }
  .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;
    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 {
    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 {
    position: fixed;
    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;
  }
  .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-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) {
  .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;
  }
}
.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: 2rem;
  height: 2rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon.active svg path {
  fill: #127bc0;
}
.header-search-form__wrapper.search-v0 .header-suggestions-icon svg path {
  fill: #127bc0;
}
.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: transparent;
  outline: none;
  border: 1px solid #d9d9d9 !important;
}
.header-search-form__wrapper.search-v0 .header-search-input::placeholder {
  color: #767e84;
  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: #ffffff;
  width: 15.625rem;
  border-radius: 4px;
  font-family: GothamMedium;
}
.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: none;
  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 #d9d9d9;
  border-radius: 1.25rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items.active .header-search-button-icon svg path {
  fill: #127bc0;
}
.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 #d9d9d9;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #ffffff;
  color: #5d6267;
  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: 1024px) {
  .header-search-form__wrapper.search-v0 .header-search-input {
    border: 3px solid #d9d9d9;
    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 #d9d9d9;
    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: none!important;
    height: 2.5rem;
    width: .03125rem;
    background: #5d6267;
    margin: 0 1rem;
  }
}
@media all and (max-width: 768px) {
  .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 #5d6267;
    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: #5d6267;
  }
  .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 #5d6267;
    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: #5d6267;
  }
  .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: 0.0625rem solid #d9d9d9;
}
.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 input {
  border: 1px solid #d9d9d9;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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 #d9d9d9;
  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 #5d6267;
  border-radius: 12px;
  background: transparent;
  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: 768px) {
  .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 #d9d9d9;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-input {
    height: 2.5rem;
    background: transparent;
  }
  .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: 1px solid #d9d9d9;
    box-shadow: none;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-search-input {
    background: transparent;
  }
  .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: 768px) {
  .global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
    background-color: inherit;
  }
}

.interstitial-product-subscriptions {
  font-family: 'GothamMedium', sans-serif;
}
.interstitial-product-subscriptions__label {
  font-family: 'GothamMedium', sans-serif;
}
.interstitial-product-subscriptions__label .percent-off {
  font-family: inherit;
  color: #17847a;
}
.interstitial-product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  border-bottom: 0.1875rem solid #24b6e0;
  border-right: 0.1875rem solid #24b6e0;
}

.interstitial-product-card__product-specification,
.interstitial-product-card__product-specification-value,
.interstitial-product-card__delivery,
.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: 'GothamMedium', sans-serif;
  color: #000000;
}
.interstitial-cta-buttons__main {
  font-family: 'GothamMedium';
}
.interstitial-cta-buttons__secondary.button {
  width: fit-content;
  font-family: 'GothamMedium';
  color: #000000;
}

.prd-carousel__status .slick-dots li.slick-active button,
.product-carousel .slick-dots li.slick-active button {
  border-color: #EEB111;
  background: #EEB111;
}

.prd-carousel__prev--btn,
.prd-carousel__next--btn {
  color: #EEB111;
}

.prd-carousel__prev--btn:hover,
.prd-carousel__next--btn:hover {
  color: #d99e02;
}

@media (min-width: 1024px){
  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
    width: auto !important;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .prd-carousel__item:nth-child(-n+4) {
    min-width: 200px;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
    padding: 10px;
    min-width: 180px;
  }
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
  padding: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile__detail {
  padding-top: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
  justify-content: space-between;
}

.slick-initialized .slick-slide, .prd-carousel__product-tile__img-link, .prd-carousel__product-tile__title--link {
  outline-color: transparent;
}
.platform-components-add-to-cart__model-name {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #037FA5;
}
.platform-components-add-to-cart__packet-text {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #000000;
}
.platform-components-add-to-cart__freuency-text {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #000000;
}
.platform-components-add-to-cart__button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 25px 8px 20px;
  /* Brand Identity/Primary/Blue-variant-#8CD5EA */
  background: #8CD5EA;
  border-radius: 20px;
  width: 167px;
  height: 40px;
}
.platform-components-add-to-cart__button {
  /* Desktop/Button */
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0B2C49;
  text-decoration: none;
}

html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 2000000002;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 200ms ease-in-out;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.platform-components-modal__overlay.active {
  display: flex !important;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: fit-content;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close.with-text {
    height: 35px !important;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen {
  height: 100%;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .container {
  top: 50%;
  transform: translateY(-50%);
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}
.platform-components-modal .video {
  float: none;
}
.platform-components-modal__overlay {
  background-color: #000000;
}
.platform-components-modal__close {
  /* resets */
  background-color: unset;
  border: unset;
  /* common style */
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 2%;
  padding: 10px 25px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.platform-components-modal__close:hover,
.platform-components-modal__close:active,
.platform-components-modal__close:focus {
  /* resets */
  background-color: unset;
  border: unset;
  text-decoration: none;
  padding: 10px 25px;
  outline: none !important;
}
.platform-components-modal__close.icon-only .icons-close {
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary {
  background-color: #127bc0;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary:hover,
.platform-components-modal__close-primary:active,
.platform-components-modal__close-primary:focus {
  background-color: #163d64;
  color: #ffffff;
}
.platform-components-modal__close-secondary {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-modal__close-secondary:hover,
.platform-components-modal__close-secondary:active,
.platform-components-modal__close-secondary:focus {
  background-color: #ffffff;
  color: #127bc0;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.platform-components-modal__close-tertiary {
  padding: 10px 0;
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-modal__close-tertiary:hover,
.platform-components-modal__close-tertiary:active,
.platform-components-modal__close-tertiary:focus {
  color: #767e84;
}
.platform-components-modal a:focus {
  outline: 1px solid #5d6267 !important;
}
html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
.platform-components-modal__overlay.active {
  opacity: 1;
  visibility: visible;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 768px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  z-index: 100;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}

.pdp-tray__price-section .pdp-tray__cta .button__text {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-transform: inherit;
}
.pdp-tray__price-section .pdp-tray__cta:hover .button__text {
  color: inherit;
}
.pdp-tray__cta .where-to-buy-btn:nth-child(n+2) {
  color: #127bc0;
  border: 0.125rem solid #8cd5ea;
}
.pdp-tray-section-nav--v2--fixed {
  right: 0;
}
.pdp-tray-section-nav--v2--fixed .nav-items {
  background-color: #ffffff !important;
  border-top: 0.0625rem solid #d9d9d9;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.pdp-tray-section-nav--v2--fixed .nav-items .pdp-sn-link {
  color: #000000;
  font-family: GothamMedium;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.01rem;
}
.pdp-tray-section-nav--v2--fixed .nav-items .pdp-sn-link.activated {
  border-bottom: none;
  position: relative;
}

