.owner-center__card {
  background: #f2f2f2;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0 1.625rem 0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  height: 100%;
}
.owner-center__card:hover {
  text-decoration: none;
  cursor: pointer;
}
.owner-center__card--text {
  margin: 0 4.375rem;
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0;
  font-weight: 400;
}
.owner-center__card--text p {
  line-height: 1rem;
}
.owner-center__card--title {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  padding: 1.875rem 0 0.625rem 0;
}
.owner-center__card--title p {
  line-height: 1.25rem;
}
.owner-center__card svg {
  height: 5rem;
}
@media all and (min-width: 36.875rem) {
  .owner-center__card--text {
    margin: 0 1.25rem;
  }
  .owner-center__card--title {
    font-size: 1rem;
  }
}
@media all and (min-width: 63.938rem) and (orientation: landscape) {
  .owner-center__card--text {
    margin: 0 1.25rem;
  }
  .owner-center__card--title {
    font-size: 1rem;
  }
}
@media all and (min-width: 85.375rem) {
  .owner-center__card--text {
    margin: 0 1.25rem;
  }
  .owner-center__card--title {
    font-size: 1rem;
  }
}

.oc-model-search {
  padding-bottom: 2rem;
  margin-top: 2.5rem;
}
.oc-model-search .oc-model-search__description {
  font-weight: 400;
  font-size: 0.8125rem;
  width: 22.125rem;
  margin-left: auto;
  margin-right: auto;
}
.oc-model-search .oc-model-search-input-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  width: 22.125rem;
  height: 2.5rem;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-input {
  border: 0;
  outline: 0;
  width: 20.25rem;
  padding-left: 1.25rem;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-input::-webkit-input-placeholder,
.oc-model-search .oc-model-search-input-container .oc-model-search-input::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-input[value] {
  font-size: 1rem;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-button__icon {
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (min-width: 48rem) {
  .oc-model-search .oc-model-search-input-container {
    width: 35.625rem;
  }
  .oc-model-search .oc-model-search-input-container .oc-model-search-input {
    width: 33.75rem;
  }
  .oc-model-search .oc-model-search-input-container .oc-model-search-input[value] {
    font-size: 1.5rem;
  }
}
.oc-model-search .oc-model-search-suggestions-panel-container {
  margin-left: auto;
  margin-right: auto;
  width: 22.125rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel {
  display: none;
  background: #ffffff;
  width: 22.125rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel .oc-model-search-suggestions-panel__items {
  margin-top: .75rem;
  margin-bottom: .75rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel .oc-model-search-suggestions-panel__items .oc-model-suggestion-empty {
  margin-left: 1.25rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel .oc-model-search-suggestions-panel__items .oc-model-suggestion-item {
  text-transform: uppercase;
  margin-bottom: .75rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel .oc-model-search-suggestions-panel__items .oc-model-suggestion-item .oc-model-suggestion-item-link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1.25rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .show-element {
  display: block;
  position: absolute;
}
@media all and (min-width: 48rem) {
  .oc-model-search .oc-model-search-suggestions-panel-container,
  .oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel {
    width: 35.625rem;
    z-index: 1;
  }
}
.oc-model-search .active-model-suggestion {
  background-color: #d8d8d8;
}
.oc-model-search .oc-model-search-widget {
  margin-top: 0.875rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger {
  margin-left: auto;
  margin-right: auto;
  width: 22.125rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger__text {
  font-size: 0.8125rem;
  font-weight: 500;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger__text p {
  display: inline;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger__button {
  display: none;
  background: 0;
  height: auto;
  padding: 0 0;
  margin-left: 0;
  outline: 0;
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: 500;
  font-family: inherit;
  width: auto;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger__button svg {
  display: inline;
  height: auto;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger .show-icon {
  display: block;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel {
  display: none;
  margin-top: 2.125rem;
  margin-left: auto;
  margin-right: auto;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel,
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list {
  width: 22.125rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list {
  height: 2.5rem;
  font-size: .8125rem;
  font-weight: 500;
  padding: 0.5625rem 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("../../../content/dam/global/kitchenaid/icons/selection-arrow.svg") no-repeat;
  background-position-x: 98%;
  background-position-y: 1rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list__option {
  font-weight: 500;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions {
  margin-top: 0.625rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions__row {
  margin-left: 0;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-left {
  max-width: 43%;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-left__img {
  max-width: 9.875rem;
  margin-bottom: .625rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-right {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 56%;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-right .oc-model-search-widget-panel-instructions-list {
  padding-inline-start: 3rem;
  margin-block-start: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-right .oc-model-search-widget-panel-instructions-list__item {
  margin-bottom: 0.4375rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions__model {
  font-weight: 500;
  font-size: 0.8125rem;
}
.oc-model-search .oc-model-search-widget .show-panel {
  display: block;
}
@media all and (min-width: 48rem) {
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger,
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-panel,
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list {
    width: 35.625rem;
  }
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-left {
    max-width: 35%;
  }
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions .oc-model-search-widget-panel-instructions-right {
    max-width: 65%;
  }
}
@media all and (min-width: 48rem) {
  .oc-model-search .oc-model-search__description {
    width: 35.625rem;
  }
}

.owner-center-home__links {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 1.875rem;
  padding: 2.5rem 0;
}
@media all and (min-width: 36.875rem) and (max-width: 56.8125rem) {
  .owner-center-home__links {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 56.875rem) and (max-width: 85.375rem) {
  .owner-center-home__links {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .owner-center-home__links .owner-center__card:last-child {
    grid-column: 2 / 4;
  }
}
@media all and (min-width: 63.938rem) and (orientation: landscape) {
  .owner-center-home__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .owner-center-home__links .owner-center__card:last-child {
    grid-column: auto;
  }
}
@media all and (min-width: 85.375rem) {
  .owner-center-home__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .owner-center-home__links .owner-center__card:last-child {
    grid-column: auto;
  }
}

.owner-center__card--title p {
  color: #353535;
}
.owner-center__card--text p {
  color: #646464;
}
.owner-center__card.hide-card {
  display: none;
}

.oc-contact-support__heading {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 2.75rem;
  font-weight: bold;
}
.oc-contact-support .oc-contact-support-info-row {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
.oc-contact-support .oc-contact-support-info-row .oc-contact-support-info__link {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
}
.oc-contact-support .oc-contact-support-info-row .oc-contact-support-info__link svg {
  display: inline-block;
}
.oc-contact-support .oc-contact-support-info-row .oc-contact-support-info-phone {
  margin-left: 2.125rem;
}

.oc-product-card {
  padding-bottom: 2.5rem;
  padding-right: 0.5625rem;
}
.oc-product-card__title {
  font-size: 1.625rem;
  line-height: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
  margin: 0;
}
.oc-product-card__content {
  min-height: 20.1875rem;
  border: 0.125rem solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oc-product-card__image {
  margin: auto;
}
.oc-product-card__info {
  padding: 1rem;
  margin: 0;
  font-size: 1.5rem;
}
.oc-product-card__name {
  font-weight: bold;
  line-height: 1.75rem;
}
.oc-product-card__model {
  padding-top: 1rem;
  line-height: 1.75rem;
}
@media all and (min-width: 64rem) {
  .oc-product-card__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .oc-product-card__image {
    margin: auto 1rem;
  }
  .oc-product-card__info {
    max-width: 50%;
    margin: auto 0;
  }
}
@media all and (max-width: 48rem) {
  .oc-product-card {
    padding-right: 0;
  }
}

.owner-center-srp__container {
  padding-bottom: 2.5rem;
}
.owner-center-srp__registration-and-support--title,
.owner-center-srp__parts-and-services--title {
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.owner-center-srp__registration-and-support--links,
.owner-center-srp__parts-and-services--links {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1.875rem;
}
.owner-center-srp__registration-and-support--links .owner-center__card,
.owner-center-srp__parts-and-services--links .owner-center__card {
  min-height: 16.875rem;
}
.owner-center-srp__parts-and-services--title {
  padding-top: 2.5rem;
}
.owner-center-srp__parts-and-services--links {
  grid-template-rows: 1fr 1fr;
}
@media all and (min-width: 36.875rem) and (max-width: 56.8125rem) {
  .owner-center-srp__registration-and-support--links,
  .owner-center-srp__parts-and-services--links {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .owner-center-srp__registration-and-support--links .owner-center__card:last-child,
  .owner-center-srp__parts-and-services--links .owner-center__card:last-child {
    grid-column: 1 / 3;
  }
}
@media all and (min-width: 56.875rem) {
  .owner-center-srp__registration-and-support--links,
  .owner-center-srp__parts-and-services--links {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .owner-center-srp__registration-and-support--links .owner-center__card:last-child,
  .owner-center-srp__parts-and-services--links .owner-center__card:last-child {
    grid-column: auto;
  }
}

.oc-related-videos-v2 {
  padding-bottom: 3.5rem;
  padding-left: 0.5625rem;
}
.oc-related-videos-v2__header {
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}
.oc-related-videos-v2__header .oc-related-videos-v2__link {
  display: none;
  float: right;
  right: 1.5rem;
  top: 0.25rem;
  line-height: 1.1875rem;
  z-index: 2;
}
.oc-related-videos-v2__header .oc-related-videos-v2__link::after,
.oc-related-videos-v2__header .oc-related-videos-v2__link::before {
  top: 0.25rem;
}
.oc-related-videos-v2__title {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.75rem;
}
.oc-related-videos-v2__carousel {
  display: none;
  position: relative;
}
.oc-related-videos-v2__carousel-title {
  color: #000000;
  font-weight: bold;
  min-height: 3rem;
}
.oc-related-videos-v2__carousel-paginator {
  position: relative;
  left: 13.75rem;
  width: 10rem;
  font-weight: bold;
  text-align: center;
}
.oc-related-videos-v2__carousel:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 32rem;
  top: 0;
  left: 26rem;
  background: linear-gradient(270deg, #ffffff 71%, rgba(196, 196, 196, 0) 100%);
  z-index: 1;
}
.oc-related-videos-v2 #oc-related-videos-v2__carousel-container {
  margin-top: -1rem;
  margin-left: -1.5rem;
  height: 17rem;
}
.oc-related-videos-v2 #oc-related-videos-v2__carousel-container_swatches {
  top: 6rem;
}
.oc-related-videos-v2 #oc-related-videos-v2__carousel-container_swatches.s7swatches {
  visibility: visible;
}
.oc-related-videos-v2 #oc-related-videos-v2__carousel-container_videoPlayer,
.oc-related-videos-v2 #oc-related-videos-v2__carousel-container_controls {
  display: none;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox {
  padding: 0;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box {
  background-color: #000000;
  max-width: unset;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-close-icon svg {
  height: 2rem;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox-player {
  margin: auto;
  max-width: 80rem;
}
.oc-related-videos-v2 .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);
  background-size: 20%, 100%;
  filter: invert(100%);
}
.oc-related-videos-v2 .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="disabled"] {
  background-image: url('../../../etc.clientlibs/digital-platform/clientlibs/common/resources/mixed-media-arrow-disabled.svg');
}
.oc-related-videos-v2 .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="disabled"] {
  background-image: url('../../../etc.clientlibs/digital-platform/clientlibs/common/resources/mixed-media-arrow-disabled.svg');
  transform: rotate(180deg);
}
.oc-related-videos-v2 .s7scrollleftbutton,
.oc-related-videos-v2 .s7scrollrightbutton {
  top: 13rem !important;
}
.oc-related-videos-v2 .s7scrollleftbutton {
  left: 13rem !important;
}
.oc-related-videos-v2 .s7scrollrightbutton {
  left: 24rem !important;
}
.oc-related-videos-v2 .s7swatches > div:not(.s7button) {
  left: 1rem !important;
  width: 100% !important;
}
.oc-related-videos-v2__link {
  display: inline-flex;
  position: relative;
  line-height: 2;
  font-size: 1rem;
}
.oc-related-videos-v2__link::after,
.oc-related-videos-v2__link::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.5rem;
}
.oc-related-videos-v2__link::before {
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
  border: 0.125rem solid currentColor;
}
.oc-related-videos-v2__link::after {
  width: 0.375rem;
  height: 0.375rem;
  background-color: currentColor;
  clip-path: polygon(0 82%, 53% 29%, 23% 0, 100% 0, 100% 73%, 73% 48%, 18% 100%);
}
.oc-related-videos-v2__link svg {
  height: 1.2515rem;
  margin-right: 0.75rem;
}
.oc-related-videos-v2__info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  min-height: 20.1875rem;
}
.oc-related-videos-v2__info-container svg {
  height: 4.17rem;
}
.oc-related-videos-v2__info-container .oc-related-videos-v2__link {
  margin-bottom: 1.25rem;
}
.oc-related-videos-v2__info--primary {
  font-weight: bold;
}
@media all and (max-width: 64rem) {
  .oc-related-videos-v2__header .oc-related-videos-v2__link {
    float: unset;
    right: unset;
    z-index: 1;
  }
  .oc-related-videos-v2__carousel:after {
    top: 3rem;
    left: 20rem;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__carousel-container {
    margin-top: -3rem;
    height: 15rem;
  }
  .oc-related-videos-v2 .s7scrollleftbutton,
  .oc-related-videos-v2 .s7scrollrightbutton {
    top: 11rem !important;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .oc-related-videos-v2__title {
    padding-bottom: 0;
  }
  .oc-related-videos-v2__link {
    float: left;
    right: 0;
  }
  .oc-related-videos-v2__carousel-paginator {
    left: 7.75rem;
  }
  .oc-related-videos-v2__carousel:after {
    left: 21rem;
    width: 30rem;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box {
    margin-top: 7rem;
    padding: 0;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box .modal-content {
    margin: 0;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox-player {
    margin-left: unset;
  }
  .oc-related-videos-v2 .s7scrollleftbutton {
    left: 7rem !important;
  }
  .oc-related-videos-v2 .s7scrollrightbutton {
    left: 18rem !important;
  }
}
@media all and (max-width: 48rem) {
  .oc-related-videos-v2 {
    padding-left: 0;
  }
  .oc-related-videos-v2__title {
    padding-bottom: 0;
  }
  .oc-related-videos-v2__header {
    padding-bottom: 0;
  }
  .oc-related-videos-v2__link::after,
  .oc-related-videos-v2__link::before {
    top: .6rem;
  }
  .oc-related-videos-v2__carousel-title {
    font-size: 0.75rem;
  }
  .oc-related-videos-v2__carousel-paginator {
    margin-bottom: 2rem;
    left: 6.25rem;
  }
  .oc-related-videos-v2__carousel:after {
    width: 10rem;
    left: 20rem;
  }
  .oc-related-videos-v2__info--secondary {
    max-width: 15rem;
    text-align: center;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box {
    margin-top: 7rem;
    padding: 0;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box .modal-content {
    margin: 0;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox-player {
    margin-left: unset;
  }
  .oc-related-videos-v2 .s7swatches > div:not(.s7button) {
    height: 15rem !important;
    width: 25rem !important;
  }
  .oc-related-videos-v2 .s7scrollleftbutton {
    left: 5rem !important;
  }
  .oc-related-videos-v2 .s7scrollrightbutton {
    left: 17rem !important;
  }
}

.oc-related-videos {
  padding-bottom: 2.5rem;
}
.oc-related-videos__header {
  padding-bottom: 1rem;
}
.oc-related-videos__title {
  font-size: 1.625rem;
  line-height: 1.75rem;
  padding-bottom: 1.25rem;
}
.oc-related-videos__link {
  position: relative;
  line-height: 2;
  font-size: 0.8125rem;
}
.oc-related-videos__link::after,
.oc-related-videos__link::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  right: -1rem;
  top: 0.125rem;
}
.oc-related-videos__link::before {
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
  border: 0.125rem solid currentColor;
}
.oc-related-videos__link::after {
  width: 0.375rem;
  height: 0.375rem;
  background-color: currentColor;
  clip-path: polygon(0 82%, 53% 29%, 23% 0, 100% 0, 100% 73%, 73% 48%, 18% 100%);
}
.oc-related-videos__video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.oc-related-videos__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.oc-related-videos__info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  min-height: 16.875rem;
}
.oc-related-videos__info {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}
.oc-related-videos__button {
  margin-top: 1rem;
}
@media all and (min-width: 36.875rem) {
  .oc-related-videos__header {
    padding-bottom: 0;
  }
  .oc-related-videos__title {
    display: inline-block;
  }
  .oc-related-videos__link {
    float: right;
    right: 1.5rem;
    top: 0.25rem;
    line-height: 1.5;
  }
  .oc-related-videos__link::after,
  .oc-related-videos__link::before {
    top: 0.25rem;
  }
}

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

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.owner-center__card {
  background-color: #101011;
  color: #94979b;
  padding: 2.5rem 0 1rem;
  outline: 0.0625rem solid #94979b;
}
.owner-center__card:hover {
  color: #bd9b60;
  outline: 0.125rem solid #bd9b60;
  text-decoration: none;
}
.owner-center__card:active,
.owner-center__card:focus {
  padding: 2.5rem 0 1rem;
}
.owner-center__card svg {
  height: 4.5rem;
  width: 4.5rem;
}
.owner-center__card--title {
  color: #bd9b60;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.175rem;
  line-height: 1.5rem;
  padding: 0.75rem 0.9375rem 0;
}
.owner-center__card--title p {
  color: #bd9b60;
  margin-bottom: 0.375rem;
}
.owner-center__card--text {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  text-transform: none;
}
.owner-center__card--text p {
  color: #ffffff;
  line-height: 1.3125rem;
}
@media all and (max-width: 48rem) {
  .owner-center__card--text {
    margin: 0 1rem;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.oc-contact-support__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.oc-contact-support-info-lc .oc-contact-support-info__link,
.oc-contact-support-info-phone .oc-contact-support-info__link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.oc-contact-support-info-lc .oc-contact-support-info__link:active,
.oc-contact-support-info-phone .oc-contact-support-info__link:active,
.oc-contact-support-info-lc .oc-contact-support-info__link:focus,
.oc-contact-support-info-phone .oc-contact-support-info__link:focus {
  padding: 0.1875rem;
  outline: none !important;
}
.oc-contact-support-info-lc .oc-contact-support-info__link:hover,
.oc-contact-support-info-phone .oc-contact-support-info__link:hover {
  text-decoration: none;
}
.oc-contact-support-info-lc__text,
.oc-contact-support-info-phone__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  margin-left: 0.3125rem;
  text-transform: capitalize;
}
@media all and (max-width: 48rem) {
  .oc-contact-support__heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: unset;
  }
  .oc-contact-support .oc-contact-support-info-row {
    display: flex;
    justify-content: space-between;
    width: unset;
  }
  .oc-contact-support-info-lc__text,
  .oc-contact-support-info-phone__text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.documents-component {
  background-color: unset;
  margin: 0;
  max-width: unset;
  padding: 0;
  clear: both;
}
.documents-component__header {
  margin: 0;
  padding: 5rem 0 1.5rem;
  text-align: unset;
}
.documents-component__header-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
@media all and (max-width: 64rem) {
  .documents-component__header-text {
    letter-spacing: 0.225rem;
    line-height: 1.6875rem;
    padding: 2.5rem 0 1rem;
  }
}
.documents-component__wrapper {
  background-color: #101011;
  border: none;
  margin: 0;
  outline: 0.0625rem solid #94979b;
}
.documents-component__wrapper .documents-component__footer {
  border-top-color: #94979b;
  display: none;
}
.documents-component__wrapper .documents-component__footer__help-title {
  padding-top: 0.4375rem;
}
.documents-component__content {
  background-color: #101011;
  margin: 0;
}
.documents-component__content-section {
  border-color: #94979b;
  flex: 3;
  margin: 2.5rem 0;
}
.documents-component__content-section:nth-child(n+7) {
  flex: 4;
}
.documents-component__content-section-icon {
  height: unset;
  width: unset;
}
.documents-component__content-section-link {
  font-size: 0.75rem;
  letter-spacing: 0.0175rem;
  line-height: 1.125rem;
  text-transform: none;
}
.documents-component__content-section-link:hover {
  text-decoration: none;
}
.documents-component__content-section-link:active,
.documents-component__content-section-link:focus {
  padding: 0.1875rem;
  outline: none !important;
}
.documents-component__content-section-link::after,
.documents-component__content-section-link::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  right: -1.125rem;
}
.documents-component__content-section-link::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::after {
  background-color: currentColor;
  clip-path: polygon(0 82%, 53% 29%, 23% 0, 100% 0, 100% 73%, 73% 48%, 18% 100%);
  top: 0.375rem;
}
.documents-component__content-section-title-text {
  letter-spacing: 0.175rem;
  line-height: 1rem;
}
.documents-component__content-empty-section-text p {
  margin: 0;
}
@media all and (max-width: 64rem) {
  .documents-component__content-section {
    padding: 0 0 1.6875rem;
  }
  .documents-component__content-section-title-text {
    font-size: 1rem;
  }
  .documents-component__content-section-icon {
    margin-top: 1.75rem;
  }
  .documents-component__content-section-icon-img {
    margin-top: 0;
    max-height: 4.5rem;
  }
  .documents-component__content-section-title {
    padding-top: 2.25rem;
  }
  .documents-component__content-section-link {
    margin-right: 1.25rem;
  }
  .documents-component__content-section-links {
    padding-top: 0.3125rem;
  }
  .documents-component__divider {
    background-color: #94979b;
    border: none;
    height: 0.0625rem;
    margin: 0 1.3125rem;
    opacity: 1;
    width: 100%;
  }
}
@media all and (max-width: 48rem) {
  .documents-component__content-section {
    margin: 0;
  }
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .documents-component__content {
    flex-wrap: wrap;
  }
  .documents-component__content-section {
    margin: 2.5rem 0;
    flex: 50%;
  }
  .documents-component__content-section:nth-child(3n) {
    border-right: none;
  }
  .documents-component__content-section:nth-child(n+7) {
    flex: 50%;
  }
  .documents-component__divider ~ .documents-component__divider {
    display: block;
  }
  .documents-component__divider ~ .documents-component__divider ~ .documents-component__divider {
    display: none;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.owner-center-home__links {
  gap: 1.5rem;
  padding: 2.5rem 0;
}
.owner-center-srp__registration-and-support--title,
.owner-center-srp__parts-and-services--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5rem 0 1.5rem;
}
@media all and (max-width: 64rem) {
  .owner-center-srp__registration-and-support--title,
  .owner-center-srp__parts-and-services--title {
    letter-spacing: 0.225rem;
    line-height: 1.6875rem;
    padding: 2.5rem 0 1rem;
  }
}
.owner-center-srp__registration-and-support--links,
.owner-center-srp__parts-and-services--links {
  gap: 2rem;
}
@media all and (max-width: 48rem) {
  .owner-center-home__links {
    gap: 1rem;
    padding: 3.5rem 0;
  }
  .owner-center-srp__registration-and-support--links,
  .owner-center-srp__parts-and-services--links {
    gap: 1rem;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.oc-product-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
}
@media all and (max-width: 64rem) {
  .oc-product-card__title {
    letter-spacing: 0.225rem;
    line-height: 1.6875rem;
    padding: 2.5rem 0 1rem;
  }
}
.oc-product-card__content {
  background-color: #101011;
  border: none;
}
.oc-product-card__info {
  font-family: 'Montserrat', sans-serif;
  height: 12.1875rem;
  padding: 0;
}
.oc-product-card__model {
  color: #bd9b60;
  font-size: 0.75rem;
  letter-spacing: 0.0175rem;
  line-height: 1.125rem;
  margin: 0;
  padding: 0;
}
.oc-product-card__model-title {
  text-transform: uppercase;
}
.oc-product-card__name {
  font-size: 1rem;
  letter-spacing: 0.175rem;
  line-height: 1.25rem;
  margin: 1.375rem 2.5rem 0 0;
  text-transform: uppercase;
}
.oc-product-card__image {
  max-height: 12.1875rem;
}
@media all and (max-width: 64rem) {
  .oc-product-card {
    padding: 0;
  }
  .oc-product-card__info {
    height: unset;
    padding: 0.75rem 1.5rem 1.5rem;
    text-align: center;
  }
  .oc-product-card__model {
    font-size: 0.65625rem;
    line-height: 0.984375rem;
    margin: 0;
  }
  .oc-product-card__name {
    font-size: 0.875rem;
    letter-spacing: 0.2rem;
    line-height: 1.09375rem;
    margin: 0;
    padding-top: 0.75rem;
  }
  .oc-product-card__image {
    margin-top: 1.5rem;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.oc-related-videos-v2 {
  padding-bottom: 0;
}
.oc-related-videos-v2__header {
  line-height: 1.125rem;
}
.oc-related-videos-v2__header .oc-related-videos-v2__link {
  line-height: 1.3125rem;
  top: unset;
}
.oc-related-videos-v2__header .oc-related-videos-v2__link svg {
  position: relative;
  top: 0.125rem;
}
.oc-related-videos-v2__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
}
@media all and (max-width: 64rem) {
  .oc-related-videos-v2__title {
    letter-spacing: 0.225rem;
    line-height: 1.6875rem;
    padding: 2.5rem 0 1rem;
  }
}
.oc-related-videos-v2__link {
  color: #bd9b60;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  padding: 0;
  text-transform: unset;
}
.oc-related-videos-v2__link svg {
  height: 0.875rem;
}
.oc-related-videos-v2__link svg path {
  fill: #bd9b60;
}
.oc-related-videos-v2__link:hover {
  cursor: pointer;
  text-decoration: none;
}
.oc-related-videos-v2__link:active,
.oc-related-videos-v2__link:focus {
  padding: 0;
  outline: none !important;
}
.oc-related-videos-v2__link::after,
.oc-related-videos-v2__link::before {
  right: -1.25rem;
  top: 0.25rem;
}
.oc-related-videos-v2__carousel-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  margin: 0;
}
.oc-related-videos-v2__carousel-paginator {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  margin: 0;
}
.oc-related-videos-v2__carousel::after {
  background: linear-gradient(270deg, #000000 67.71%, rgba(0, 0, 0, 0) 95.83%);
}
.oc-related-videos-v2__info-container {
  background-color: #101011;
  outline: 0.0625rem solid #94979b;
}
.oc-related-videos-v2__info-container svg {
  height: auto;
  width: 4.1625rem;
}
.oc-related-videos-v2__info-container .oc-related-videos-v2__link {
  margin-top: 2.125rem;
}
.oc-related-videos-v2__info--primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.175rem;
  line-height: 1rem;
  margin-top: 0.875rem;
  text-transform: uppercase;
  text-align: center;
}
.oc-related-videos-v2__info--secondary {
  color: #94979b;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  margin: 0;
  max-width: 17.1875rem;
  text-align: center;
}
.oc-related-videos-v2 .s7mixedmediaviewer .s7swatches .s7scrollleftbutton:not([state="disabled"]) {
  background-image: url('../../../etc.clientlibs/jennair/clientlibs/clientlib-site/resources/images/mixed-media-caret-left.svg');
}
.oc-related-videos-v2 .s7mixedmediaviewer .s7swatches .s7scrollrightbutton:not([state="disabled"]) {
  background-image: url('../../../etc.clientlibs/jennair/clientlibs/clientlib-site/resources/images/mixed-media-caret-left.svg');
  transform: rotate(180deg);
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox:not(.modal-opened) {
  display: none;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box {
  height: 80%;
  padding-top: 3.125rem;
  width: 100%;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-close {
  height: 1.3125rem;
  width: 1.3125rem;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-close .modal-close-icon svg {
  height: unset;
}
.oc-related-videos-v2 #oc-related-videos-v2__lightbox #oc-related-videos-v2__lightbox-player {
  max-width: unset;
}
@media all and (min-width: 64rem) {
  .oc-related-videos-v2 #oc-related-videos-v2__carousel-container {
    height: 16.25rem;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__carousel-container_swatches {
    top: 5.3125rem;
  }
  .oc-related-videos-v2 .s7scrollleftbutton,
  .oc-related-videos-v2 .s7scrollrightbutton {
    top: 12.8125rem !important;
  }
}
@media all and (max-width: 64rem) {
  .oc-related-videos-v2__header {
    padding: 0;
  }
  .oc-related-videos-v2__carousel-title {
    font-weight: 400;
    line-height: 1.125rem;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__carousel-container {
    margin-top: -1.875rem;
  }
  .oc-related-videos-v2 #oc-related-videos-v2__lightbox .modal-box {
    padding-top: 0;
  }
}
@media all and (max-width: 48rem) {
  .oc-related-videos-v2__info-container {
    min-height: 15.75rem;
  }
  .oc-related-videos-v2__info-container .oc-related-videos-v2__link {
    margin: 1.125rem 0;
  }
  .oc-related-videos-v2__info--primary {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3125rem;
    margin: 0 0.875rem;
  }
  .oc-related-videos-v2__info--secondary {
    margin: 0.5rem 0.875rem;
  }
}

.g-container,
.page-content {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media all and (max-width: 64rem) {
  html {
    font-size: 1rem;
  }
  .page-content {
    padding: 0 1rem;
  }
}
.oc-model-search {
  font-family: 'Montserrat', sans-serif;
}
.oc-model-search .oc-model-search__description {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  width: 47.5rem;
}
.oc-model-search .oc-model-search-input-container {
  border: 0.0625rem solid #94979b;
  border-radius: 0.125rem;
  height: 2.375rem;
  width: 47.5rem;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-input {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
  padding-left: 0.75rem;
  width: 45.625rem;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-input[value] {
  font-size: 0.875rem;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-input::placeholder {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.oc-model-search .oc-model-search-input-container .oc-model-search-button__icon {
  margin-bottom: unset;
}
.oc-model-search .oc-model-search-input-container:hover svg path {
  fill: #bd9b60;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger {
  width: 47.5rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger .oc-model-search-widget-trigger__button {
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger .oc-model-search-widget-trigger__button:hover {
  color: #bd9b60;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger .oc-model-search-widget-trigger__button:hover svg path {
  fill: #bd9b60;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger .oc-model-search-widget-trigger__text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel {
  width: 47.5rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list {
  background-image: url("../../../content/dam/global/jennair/icons/down-arrow.svg");
  border-radius: 0.125rem;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  width: 47.5rem;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list__option {
  color: #000000;
}
.oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-instructions__model {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.0175rem;
  line-height: 1.3125rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container {
  color: #000000;
  width: 47.5rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel {
  width: 47.5rem;
}
.oc-model-search .oc-model-search-suggestions-panel-container .oc-model-search-suggestions-panel .oc-model-suggestion-item-link {
  color: #000000;
}
@media all and (max-width: 64rem) {
  .oc-model-search .oc-model-search__description {
    width: 100%;
  }
  .oc-model-search .oc-model-search-input-container {
    width: 100%;
  }
  .oc-model-search .oc-model-search-input-container .oc-model-search-input {
    width: calc(100% - 1.875rem);
  }
  .oc-model-search .oc-model-search-widget {
    margin-top: 1rem;
  }
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-panel {
    margin-top: 1.5625rem;
    width: 100%;
  }
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-panel .oc-model-search-widget-panel-list {
    width: 100%;
  }
  .oc-model-search .oc-model-search-widget .oc-model-search-widget-trigger {
    width: 100%;
  }
}

