@charset "UTF-8";/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.mobile-menu[data-v-06edca56] {
  width: 88vw;
  position: fixed;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 401;
}
.mobile-menu .mobile-nav-inner-transition-enter-active[data-v-06edca56],
.mobile-menu .mobile-nav-inner-transition-leave-active[data-v-06edca56] {
  transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
}
.mobile-menu .mobile-nav-inner-transition-enter[data-v-06edca56],
.mobile-menu .mobile-nav-inner-transition-leave-to[data-v-06edca56] {
  opacity: 0;
}
.my-account-redesign-active[data-v-06edca56] {
  width: 100vw;
}
.mobile-menu--plp-redesign-enabled[data-v-06edca56] {
  width: 100vw;
}:root {
  /* Color */
  --vc-clr-primary: #642afb;
  --vc-clr-secondary: #8e98f3;
  --vc-clr-white: #ffffff;

  /* Icon */
  --vc-icn-width: 1.2em;

  /* Navigation */
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: var(--vc-nav-width);
  --vc-nav-color: var(--vc-clr-white);
  --vc-nav-background: var(--vc-clr-primary);

  /* Pagination */
  --vc-pgn-width: 10px;
  --vc-pgn-height: 5px;
  --vc-pgn-margin: 5px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}
.carousel {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.carousel * {
  box-sizing: border-box;
}

.carousel__track {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
}
.carousel__icon {
  width: var(--vc-icn-width);
  height: var(--vc-icn-width);
  fill: currentColor;
}
.carousel__prev,
.carousel__next {
  background: var(--vc-nav-background);
  border-radius: var(--vc-nav-border-radius);
  width: var(--vc-nav-width);
  height: var(--vc-nav-height);
  text-align: center;
  font-size: calc(var(--vc-nav-width) * 2 / 3);
  padding: 0;
  color: var(--vc-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
}

.carousel__prev {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.carousel__next {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.carousel--rtl .carousel__prev {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.carousel--rtl .carousel__next {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}
.carousel__slide {
  scroll-snap-stop: auto;
  flex-shrink: 0;
  margin: 0;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel__pagination {
  display: flex;
  justify-content: center;
  list-style: none;
}
.carousel__pagination-button {
  margin: var(--vc-pgn-margin);
  width: var(--vc-pgn-width);
  height: var(--vc-pgn-height);
  border-radius: var(--vc-pgn-height);
  border: 0;
  cursor: pointer;
  background-color: var(--vc-pgn-background-color);
}

.carousel__pagination-button--active {
  background-color: var(--vc-pgn-active-color);
}
/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.carousel[data-v-554edeac] {
  position: relative;
}
.carousel:hover .carousel__prev[data-v-554edeac],
.carousel:hover .carousel__next[data-v-554edeac] {
  opacity: 1;
  pointer-events: all;
}
.carousel__link[data-v-554edeac] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .carousel__link[data-v-554edeac], .-bg-section-dark .carousel__link[data-v-554edeac], .-bg-page-dark .-bg-section-transparent .carousel__link[data-v-554edeac] {
  color: #ffffff;
  fill: #ffffff;
}
.carousel__link a[data-v-554edeac] {
  color: #000000;
}
.-bg-dark .carousel__link a[data-v-554edeac], .-bg-section-dark .carousel__link a[data-v-554edeac], .-bg-page-dark .-bg-section-transparent .carousel__link a[data-v-554edeac] {
  color: #ffffff;
  fill: #ffffff;
}
.carousel__link[data-v-554edeac] {
  text-decoration: underline;
  cursor: pointer;
}
.carousel .-button[data-v-554edeac] {
  border: none;
  background: none;
  padding: 0px;
}
.carousel .promo-nav-caret[data-v-554edeac] {
  stroke: #000000;
  stroke-width: 1.2px;
  width: 18px;
  height: 18px;
}
.carousel .prev-icon[data-v-554edeac] {
  transform: rotate(180deg);
}
[data-v-554edeac] .carousel .carousel__slide {
  display: block;
  margin: auto;
  padding: 0px 15%;
}
@media (min-width: 768px) {
[data-v-554edeac] .carousel .carousel__slide {
    padding: 0px;
}
}
[data-v-554edeac] .carousel .carousel__prev:focus {
  outline: 3px solid #395775;
}
[data-v-554edeac] .carousel .carousel__prev {
  background: none;
  border: none;
  height: 35px;
  cursor: pointer;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 35px;
  z-index: 100;
}
[data-v-554edeac] .carousel .carousel__prev:focus {
  pointer-events: all;
}
[data-v-554edeac] .carousel .carousel__prev {
  left: 30px;
  padding: 0px;
}
@media (min-width: 768px) {
[data-v-554edeac] .carousel .carousel__prev {
    left: -36px;
}
}
[data-v-554edeac] .carousel .carousel__next:focus {
  outline: 3px solid #395775;
}
[data-v-554edeac] .carousel .carousel__next {
  background: none;
  border: none;
  height: 35px;
  cursor: pointer;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 35px;
  z-index: 100;
}
[data-v-554edeac] .carousel .carousel__next:focus {
  pointer-events: all;
}
[data-v-554edeac] .carousel .carousel__next {
  right: 30px;
  padding: 0px;
}
@media (min-width: 768px) {
[data-v-554edeac] .carousel .carousel__next {
    right: -36px;
}
}
[data-v-554edeac] .carousel .carousel__icon {
  fill: #000000;
}
.account-utility-bar__link[data-v-554edeac] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.account-utility-bar__link .account-dropdown-container[data-v-554edeac] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: 12px;
}
.account-utility-bar__link .account-dropdown-container .triangle-up[data-v-554edeac] {
  z-index: 100;
  transform: rotate(45deg);
  position: absolute;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 16px;
  height: 16px;
  top: -4px;
  right: 16px;
  background-color: #ffffff;
}
.account-utility-bar__link .account-dropdown-container .dropdown-patch[data-v-554edeac] {
  z-index: 300;
  position: absolute;
  background-color: #ffffff;
  width: 177px;
  height: 15px;
  border-right: 1px solid #e9e9e9;
}
.account-utility-bar__link .account-dropdown-container .nav__dropdown[data-v-554edeac] {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  padding: 16px 24px 24px 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.utility-bar[data-v-554edeac] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .utility-bar[data-v-554edeac], .-bg-section-dark .utility-bar[data-v-554edeac], .-bg-page-dark .-bg-section-transparent .utility-bar[data-v-554edeac] {
  color: #ffffff;
  fill: #ffffff;
}
.utility-bar a[data-v-554edeac] {
  color: #000000;
}
.-bg-dark .utility-bar a[data-v-554edeac], .-bg-section-dark .utility-bar a[data-v-554edeac], .-bg-page-dark .-bg-section-transparent .utility-bar a[data-v-554edeac] {
  color: #ffffff;
  fill: #ffffff;
}
.utility-bar[data-v-554edeac] {
  background-color: #ffffff;
  height: 40px;
  transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.utility-bar.__wrapper[data-v-554edeac] {
  z-index: 100;
}
.utility-bar .greeting-link[data-v-554edeac] {
  text-align: right;
  width: 153px;
}
.utility-bar__inner-wrapper[data-v-554edeac] {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 40px;
}
@media (min-width: 768px) {
.utility-bar__inner-wrapper[data-v-554edeac] {
    height: 100%;
}
}
@media (min-width: 1025px) {
.utility-bar__inner-wrapper[data-v-554edeac] {
    border-top: none;
}
}
.utility-bar__links-wrapper[data-v-554edeac] {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.utility-bar__promo[data-v-554edeac] {
  text-align: center;
  width: 100%;
}
.utility-bar__link[data-v-554edeac]:first-of-type {
  margin: 0px;
}
.utility-bar__link .header-bar__account-icon[data-v-554edeac] {
  cursor: pointer;
  margin-right: 8px;
}
.utility-bar__link-item[data-v-554edeac] {
  color: #6e6e6e !important;
  transition: color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: 32px;
  cursor: pointer;
}
.utility-bar__link-item.account-icon-text[data-v-554edeac] {
  margin-left: 0px;
}
.utility-bar__link-item[data-v-554edeac]:hover {
  color: #000000;
}
.utility-bar__link-item:hover .icon-pin[data-v-554edeac] {
  fill: #000000;
}
.utility-bar__link-item.-button[data-v-554edeac] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  display: flex;
  width: auto;
}
.utility-bar__link-item.country-picker[data-v-554edeac] {
  top: 8px;
}
.utility-bar__link-item.country-picker .icon-pin[data-v-554edeac] {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  fill: #6e6e6e;
  transition: fill 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.utility-bar .fade-enter-active[data-v-554edeac],
.utility-bar .fade-leave-active[data-v-554edeac] {
  transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.utility-bar .fade-enter[data-v-554edeac],
.utility-bar .fade-leave-active[data-v-554edeac] {
  opacity: 0;
}
.utility-bar .ssr-visibility-hidden[data-v-554edeac] {
  visibility: hidden;
}
#header_FeedbackQualtrics[data-v-554edeac] {
  margin: 0px;
}
[data-v-554edeac] .VueCarousel .VueCarousel-inner {
  align-items: center;
}
[data-v-554edeac] .VueCarousel .VueCarousel-slide {
  padding: 0% 15%;
  word-wrap: break-word;
}
@media (min-width: 768px) {
[data-v-554edeac] .VueCarousel .VueCarousel-slide {
    padding: 0px;
}
}
.account-dropdown-container[data-v-554edeac] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: 12px;
  text-transform: none;
}
.account-dropdown-container .triangle-up[data-v-554edeac] {
  z-index: 100;
  transform: rotate(45deg);
  position: absolute;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 16px;
  height: 16px;
  top: -2px;
  right: 16px;
  background-color: #ffffff;
}
.account-dropdown-container .dropdown-patch[data-v-554edeac] {
  z-index: 300;
  position: absolute;
  background-color: #ffffff;
  width: 177px;
  height: 15px;
  border-right: 1px solid #e9e9e9;
}
.account-dropdown-container .nav__dropdown[data-v-554edeac] {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  padding: 16px 24px 24px 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.account-dropdown-container .-button[data-v-554edeac] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.header-bar__account.-button[data-v-554edeac] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.fade-enter-active[data-v-18923a36],
.fade-leave-active[data-v-18923a36] {
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-enter[data-v-18923a36],
.fade-leave-active[data-v-18923a36] {
  opacity: 0;
}
.search-transition-enter-active[data-v-18923a36],
.search-transition-leave-active[data-v-18923a36] {
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-transition-enter[data-v-18923a36],
.search-transition-leave-to[data-v-18923a36] {
  transform: translateX(-100%);
}
@media (min-width: 1025px) {
.search-transition-enter[data-v-18923a36],
  .search-transition-leave-to[data-v-18923a36] {
    transform: translateY(-100%);
}
}
.promo-banner[data-v-18923a36] {
  min-height: 40px;
  position: relative;
  top: 64px;
  z-index: 99;
}
.PDPEditorialLandingPage .header-bar__section-wrapper[data-v-18923a36] {
  min-height: 64px;
}
@media (min-width: 1025px) {
.PDPEditorialLandingPage .header-bar__section-wrapper[data-v-18923a36] {
    min-height: 104px;
}
}
.PDPEditorialLandingPage .promo-banner[data-v-18923a36] {
  display: none;
}
@media (min-width: 1025px) {
.PDPEditorialLandingPage .promo-banner[data-v-18923a36] {
    display: block;
}
}
.mobile-no-wrap[data-v-18923a36] {
  flex-wrap: nowrap !important;
}
@media (min-width: 1025px) {
.mobile-no-wrap[data-v-18923a36] {
    flex-wrap: unset;
}
}
.header-bar[data-v-18923a36] {
  left: 0px;
  margin: 0px !important;
  right: 0px;
  top: 0px;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 300;
}
@media (min-width: 1025px) {
.header-bar[data-v-18923a36] {
    z-index: 400;
    position: fixed;
}
}
.header-bar[data-v-18923a36] .bag-toast {
  position: absolute;
  top: calc(60px + 12px);
}
@media (min-width: 768px) {
.header-bar[data-v-18923a36] .bag-toast {
    top: 100%;
}
}
.header-bar.hidden[data-v-18923a36] {
  transform: translateY(-100vh);
}
.header-bar.hidden .utility-bar[data-v-18923a36] {
  transform: translateY(-100vh);
}
.header-bar.hidden[data-v-18923a36] .bag-toast {
  position: fixed;
  top: calc(100vh + 24px);
}
.header-bar.checkout[data-v-18923a36] {
  margin-bottom: 75px;
}
.header-bar.checkout .header-bar__section-wrapper[data-v-18923a36] {
  min-height: 64px;
}
.header-bar__account-icon[data-v-18923a36] {
  cursor: pointer;
  margin-right: 8px;
}
.header-bar__section-wrapper[data-v-18923a36] {
  flex-direction: column;
  min-height: 104px;
}
.header-bar__section-wrapper .utility-bar-section[data-v-18923a36] {
  z-index: 100;
}
.header-bar__inner-wrapper[data-v-18923a36] {
  position: fixed;
  background-color: #ffffff;
  height: 64px;
  z-index: 100;
  margin: 0px !important;
}
@media (min-width: 1025px) {
.header-bar__inner-wrapper[data-v-18923a36] {
    padding-left: 4vw;
    position: relative;
}
}
.header-bar__inner-redesign-wrapper[data-v-18923a36] {
  position: fixed;
  background-color: #ffffff;
  height: 64px;
  z-index: 100;
  margin: 0px !important;
}
@media (min-width: 1025px) {
.header-bar__inner-redesign-wrapper[data-v-18923a36] {
    position: relative;
}
}
.header-bar__logo-wrapper[data-v-18923a36] {
  text-align: center;
  z-index: 400;
}
.header-bar__logo[data-v-18923a36] {
  pointer-events: auto;
  z-index: 3;
}
.header-bar__logo--levi[data-v-18923a36] {
  fill: #c41320;
}
.header-bar__logo .svg-icon--levi-logo[data-v-18923a36] {
  height: 24px;
  width: 58px;
}
@media (min-width: 1025px) {
.header-bar__logo .svg-icon--levi-logo[data-v-18923a36] {
    height: 32px;
    width: 80px;
}
}
.header-bar__logo .svg-icon--dockers-logo[data-v-18923a36] {
  height: 21px;
  width: 139px;
}
@media (min-width: 1025px) {
.header-bar__logo .svg-icon--dockers-logo[data-v-18923a36] {
    height: 25px;
    width: 165px;
}
}
.header-bar__new-logo[data-v-18923a36] {
  pointer-events: auto;
  z-index: 3;
}
.header-bar__new-logo--levi[data-v-18923a36] {
  fill: #c41320;
}
.header-bar__new-logo .svg-icon--levi-logo[data-v-18923a36] {
  height: 28px;
  width: 68px;
}
.header-bar__new-logo--redesign .svg-icon--levi-logo[data-v-18923a36] {
  height: 34px;
  width: 83px;
}
@media (min-width: 1025px) {
.header-bar__new-logo--redesign .svg-icon--levi-logo[data-v-18923a36] {
    height: 46px;
    width: 112px;
}
}
.header-bar__close-button[data-v-18923a36] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}
.header-bar__close-button[data-v-18923a36]:hover {
  opacity: 0.6;
}
.header-bar__search-button[data-v-18923a36] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.header-bar__search-button[data-v-18923a36]:hover {
  opacity: 0.6;
}
.header-bar__search-icon[data-v-18923a36] {
  height: 24px;
  margin-top: 1px;
  width: 24px;
}
.header-bar__search-desktop-button[data-v-18923a36] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  position: absolute;
  top: 50%;
}
.header-bar__search-desktop-icon[data-v-18923a36] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-bar__search-desktop-input[data-v-18923a36] {
  width: 270px;
  padding: 8px 32px 8px 36px;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1200px) {
.header-bar__search-desktop-input[data-v-18923a36] {
    width: 230px;
    padding-right: 0px;
}
}
.header-bar__search-desktop-input[data-v-18923a36]::placeholder {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .header-bar__search-desktop-input[data-v-18923a36]::placeholder, .-bg-section-dark .header-bar__search-desktop-input[data-v-18923a36]::placeholder, .-bg-page-dark .-bg-section-transparent .header-bar__search-desktop-input[data-v-18923a36]::placeholder {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__search-desktop-input::placeholder a[data-v-18923a36] {
  color: #000000;
}
.-bg-dark .header-bar__search-desktop-input::placeholder a[data-v-18923a36], .-bg-section-dark .header-bar__search-desktop-input::placeholder a[data-v-18923a36], .-bg-page-dark .-bg-section-transparent .header-bar__search-desktop-input::placeholder a[data-v-18923a36] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__search-desktop-input[data-v-18923a36]::placeholder {
  color: #b3b3b3;
}
.header-bar__search-desktop-input[data-v-18923a36]:not(.keyboard-focus) {
  outline: none;
}
.header-bar__cart[data-v-18923a36] {
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: -8px;
  position: relative;
  z-index: 202;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-bar__cart[data-v-18923a36]:hover {
  opacity: 0.6;
}
.header-bar__cart.inactive[data-v-18923a36] {
  pointer-events: none;
}
.header-bar__cart-icon[data-v-18923a36] {
  fill: #000000;
  height: 24px;
  width: 24px;
  align-self: center;
}
.header-bar__cart-count-wrapper[data-v-18923a36] {
  background-color: #c41320;
  border-radius: 50%;
  height: 18px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 8px;
  width: 18px;
}
.header-bar__cart-count[data-v-18923a36] {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-bar__favorites[data-v-18923a36] {
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-bar__favorites[data-v-18923a36]:hover {
  opacity: 0.6;
}
.header-bar__favorites-icon[data-v-18923a36] {
  align-self: center;
}
.header-bar__favorites-icon[data-v-18923a36] path:first-child:not(:only-child) {
  fill: none;
}
.header-bar__favorites-icon[data-v-18923a36] path:not(:first-child) {
  fill: #000000;
}
.header-bar__account[data-v-18923a36] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-bar__account[data-v-18923a36]:hover {
  opacity: 0.6;
}
.header-bar__account-icon[data-v-18923a36] {
  align-self: center;
}
.header-bar__menu-button[data-v-18923a36] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
@media (min-width: 1025px) {
.header-bar__menu-button[data-v-18923a36] {
    display: none;
}
}
.header-bar__menu-icon[data-v-18923a36] {
  width: 24px;
  height: 24px;
}
.header-bar__nav-l1[data-v-18923a36] {
  list-style: none;
}
.header-bar__nav-list[data-v-18923a36] {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header-bar__nav-link[data-v-18923a36] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .header-bar__nav-link[data-v-18923a36], .-bg-section-dark .header-bar__nav-link[data-v-18923a36], .-bg-page-dark .-bg-section-transparent .header-bar__nav-link[data-v-18923a36] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__nav-link a[data-v-18923a36] {
  color: #000000;
}
.-bg-dark .header-bar__nav-link a[data-v-18923a36], .-bg-section-dark .header-bar__nav-link a[data-v-18923a36], .-bg-page-dark .-bg-section-transparent .header-bar__nav-link a[data-v-18923a36] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__nav-link[data-v-18923a36] {
  text-transform: uppercase;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1025px) {
.header-bar__nav-link[data-v-18923a36] {
    margin: 0px 20px 0px 0px;
}
}
.header-bar__nav-link[data-v-18923a36]:first-of-type {
  margin: 0px 32px 0px 0px;
}
.header-bar__nav-link[data-v-18923a36]:last-of-type {
  padding-right: 16px;
}
@media (min-width: 1025px) {
.header-bar__nav-link[data-v-18923a36]:last-of-type {
    margin: 0px;
    padding-right: 0px;
}
}
.header-bar__nav-link[data-v-18923a36]:last-of-type:hover {
  opacity: unset;
}
.header-bar__nav-link[data-v-18923a36]:hover {
  opacity: 1;
}
.header-bar a.bcolor[data-v-18923a36],
.header-bar a.bcolor[data-v-18923a36]:hover {
  color: #c41320;
}
.header-bar .checkout-breadcrumbs[data-v-18923a36] {
  background: #ffffff;
  padding-bottom: 20px;
}
.header-bar .checkout-breadcrumbs__checkout[data-v-18923a36] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .header-bar .checkout-breadcrumbs__checkout[data-v-18923a36], .-bg-section-dark .header-bar .checkout-breadcrumbs__checkout[data-v-18923a36], .-bg-page-dark .-bg-section-transparent .header-bar .checkout-breadcrumbs__checkout[data-v-18923a36] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar .checkout-breadcrumbs__checkout a[data-v-18923a36] {
  color: #000000;
}
.-bg-dark .header-bar .checkout-breadcrumbs__checkout a[data-v-18923a36], .-bg-section-dark .header-bar .checkout-breadcrumbs__checkout a[data-v-18923a36], .-bg-page-dark .-bg-section-transparent .header-bar .checkout-breadcrumbs__checkout a[data-v-18923a36] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar .checkout-breadcrumbs__checkout__navigate[data-v-18923a36] {
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
.header-bar .checkout-breadcrumbs__checkout__navigate[data-v-18923a36] {
    width: 8px;
    height: 16px;
}
}
.header-bar .checkout-breadcrumbs__checkout_text[data-v-18923a36] {
  padding-left: 8px;
}
.header-bar .removedFavorites[data-v-18923a36] {
  margin: 0px !important;
}
.header-bar .csr-ssr-logo[data-v-18923a36],
.header-bar .ssr-csr-minicart[data-v-18923a36] {
  display: block;
}
@media (min-width: 1025px) {
.header-bar .csr-ssr-logo[data-v-18923a36],
  .header-bar .ssr-csr-minicart[data-v-18923a36] {
    display: none;
}
}
.header-bar .account-dropdown-container[data-v-18923a36] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: 12px;
  text-transform: none;
}
.header-bar .account-dropdown-container .triangle-up[data-v-18923a36] {
  z-index: 100;
  transform: rotate(45deg);
  position: absolute;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 16px;
  height: 16px;
  top: -4px;
  right: 16px;
  background-color: #ffffff;
}
.header-bar .account-dropdown-container .dropdown-patch[data-v-18923a36] {
  z-index: 300;
  position: absolute;
  background-color: #ffffff;
  width: 177px;
  height: 15px;
  border-right: 1px solid #e9e9e9;
}
.header-bar .account-dropdown-container .nav__dropdown[data-v-18923a36] {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  padding: 16px 24px 24px 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.accordion-v2[data-v-17a4d889] {
  border-bottom: 1px solid #e9e9e9;
  overflow-anchor: none;
  width: 100%;
}
.accordion-v2__title[data-v-17a4d889] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  text-align: left;
  width: 100%;
}
.accordion-v2__arrow[data-v-17a4d889] {
  flex: 0 0 auto;
  height: 16px;
  transform: rotate(90deg);
  width: 16px;
}
.accordion-v2__arrow.-open[data-v-17a4d889] {
  transform: rotate(-90deg);
}
.accordion-v2__body[data-v-17a4d889] {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: grid-template-rows;
}
.accordion-v2__body.-open[data-v-17a4d889] {
  grid-template-rows: 1fr;
}
.accordion-v2__body-inner[data-v-17a4d889] {
  min-height: 0;
  overflow: hidden;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.static-promo-bar[data-v-ce0d466f] {
  align-items: center;
  background-color: #000000;
  display: flex;
  height: 48px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
.static-promo-bar[data-v-ce0d466f] {
    height: 60px;
}
}
.static-promo-bar__inner[data-v-ce0d466f] {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0px 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
.static-promo-bar__inner[data-v-ce0d466f] {
    padding: 0px 24px;
    text-align: center;
}
}
.static-promo-bar__copy[data-v-ce0d466f] {
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.static-promo-bar__title[data-v-ce0d466f] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #ffffff;
  display: inline;
  -webkit-box-orient: vertical;
  margin: 0px;
  max-width: 100%;
  min-width: 0;
}
.static-promo-bar__cta[data-v-ce0d466f] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  ft-link: "type-link-med" "regular";
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  text-decoration: underline;
  color: #ffffff;
  margin: 0px;
  margin-left: 12px;
  white-space: nowrap;
  vertical-align: baseline;
}
.static-promo-overlay[data-v-ce0d466f] {
  padding: 0px 16px;
}
@media (min-width: 768px) {
.static-promo-overlay[data-v-ce0d466f] {
    padding: 0px 24px;
}
}
.static-promo-overlay__title[data-v-ce0d466f] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .static-promo-overlay__title[data-v-ce0d466f], .-bg-section-dark .static-promo-overlay__title[data-v-ce0d466f], .-bg-page-dark .-bg-section-transparent .static-promo-overlay__title[data-v-ce0d466f] {
  color: #ffffff;
  fill: #ffffff;
}
.static-promo-overlay__title a[data-v-ce0d466f] {
  color: #000000;
}
.-bg-dark .static-promo-overlay__title a[data-v-ce0d466f], .-bg-section-dark .static-promo-overlay__title a[data-v-ce0d466f], .-bg-page-dark .-bg-section-transparent .static-promo-overlay__title a[data-v-ce0d466f] {
  color: #ffffff;
  fill: #ffffff;
}
.static-promo-overlay__title[data-v-ce0d466f] {
  margin: 0px 0px 24px;
}
.static-promo-overlay__details[data-v-ce0d466f] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .static-promo-overlay__details[data-v-ce0d466f], .-bg-section-dark .static-promo-overlay__details[data-v-ce0d466f], .-bg-page-dark .-bg-section-transparent .static-promo-overlay__details[data-v-ce0d466f] {
  color: #ffffff;
  fill: #ffffff;
}
.static-promo-overlay__details a[data-v-ce0d466f] {
  color: #000000;
}
.-bg-dark .static-promo-overlay__details a[data-v-ce0d466f], .-bg-section-dark .static-promo-overlay__details a[data-v-ce0d466f], .-bg-page-dark .-bg-section-transparent .static-promo-overlay__details a[data-v-ce0d466f] {
  color: #ffffff;
  fill: #ffffff;
}
.static-promo-overlay__details[data-v-ce0d466f] a {
  text-decoration: underline;
}
.static-promo-overlay__accordion-title[data-v-ce0d466f] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .static-promo-overlay__accordion-title[data-v-ce0d466f], .-bg-section-dark .static-promo-overlay__accordion-title[data-v-ce0d466f], .-bg-page-dark .-bg-section-transparent .static-promo-overlay__accordion-title[data-v-ce0d466f] {
  color: #ffffff;
  fill: #ffffff;
}
.static-promo-overlay__accordion-title a[data-v-ce0d466f] {
  color: #000000;
}
.-bg-dark .static-promo-overlay__accordion-title a[data-v-ce0d466f], .-bg-section-dark .static-promo-overlay__accordion-title a[data-v-ce0d466f], .-bg-page-dark .-bg-section-transparent .static-promo-overlay__accordion-title a[data-v-ce0d466f] {
  color: #ffffff;
  fill: #ffffff;
}
.static-promo-overlay__accordion-title[data-v-ce0d466f] {
  display: block;
  text-align: left;
  width: 100%;
}
.static-promo-overlay__accordion-panel[data-v-ce0d466f] {
  padding: 0px 0px 20px;
}
[data-v-ce0d466f] .promo-offers-overlay {
  height: 90vh;
  max-height: 90vh;
}
@media (min-width: 768px) {
[data-v-ce0d466f] .promo-offers-overlay {
    height: 100vh;
    max-height: 100vh;
}
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.promo-overlay-slide-enter-active,
.promo-overlay-slide-leave-active {
  transition: transform 400ms ease-in-out;
  will-change: transform;
}
.promo-overlay-slide-enter-from,
.promo-overlay-slide-leave-to {
  transform: translateY(100%);
}
@media (min-width: 768px) {
.promo-overlay-slide-enter-from,
  .promo-overlay-slide-leave-to {
    transform: translateX(100%);
}
}
.promo-overlay-slide-enter-to,
.promo-overlay-slide-leave-from {
  transform: translateY(0);
}
@media (min-width: 768px) {
.promo-overlay-slide-enter-to,
  .promo-overlay-slide-leave-from {
    transform: translateX(0);
}
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.fade-enter-active[data-v-08cf7c3d],
.fade-leave-active[data-v-08cf7c3d] {
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-enter[data-v-08cf7c3d],
.fade-leave-active[data-v-08cf7c3d] {
  opacity: 0;
}
.search-transition-enter-active[data-v-08cf7c3d],
.search-transition-leave-active[data-v-08cf7c3d] {
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-transition-enter[data-v-08cf7c3d],
.search-transition-leave-to[data-v-08cf7c3d] {
  transform: translateX(-100%);
}
@media (min-width: 768px) {
.search-transition-enter[data-v-08cf7c3d],
  .search-transition-leave-to[data-v-08cf7c3d] {
    transform: translateY(-100%);
}
}
.PDPEditorialLandingPage .header-bar__section-wrapper[data-v-08cf7c3d] {
  min-height: 64px;
}
.mobile-no-wrap[data-v-08cf7c3d] {
  flex-wrap: nowrap !important;
}
@media (min-width: 768px) {
.mobile-no-wrap[data-v-08cf7c3d] {
    flex-wrap: unset;
}
}
.header-bar[data-v-08cf7c3d] {
  margin: 0px !important;
  position: relative;
  min-height: var(--header-reserved-height, 64px);
  z-index: 300;
}
@media (min-width: 768px) {
.header-bar[data-v-08cf7c3d] {
    z-index: 400;
}
}
.header-bar__fixed-layer[data-v-08cf7c3d] {
  left: 0px;
  position: fixed;
  right: 0px;
  top: var(--header-offset, 0px);
  transition: top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 300;
}
@media (min-width: 768px) {
.header-bar__fixed-layer[data-v-08cf7c3d] {
    z-index: 400;
}
}
.header-bar[data-v-08cf7c3d] .bag-toast {
  position: absolute;
  top: calc(60px + 12px);
}
@media (min-width: 768px) {
.header-bar[data-v-08cf7c3d] .bag-toast {
    top: 100%;
}
}
.header-bar.hidden .header-bar__fixed-layer[data-v-08cf7c3d] {
  pointer-events: none;
}
.header-bar.hidden[data-v-08cf7c3d] .bag-toast {
  position: fixed;
  top: calc(100vh + 24px);
}
@media (min-width: 768px) {
.header-bar.header-bar--pinned .header-bar__fixed-layer[data-v-08cf7c3d] {
    top: 0px;
    transition: none;
    pointer-events: auto;
}
}
.header-bar.checkout .header-bar__section-wrapper[data-v-08cf7c3d] {
  min-height: 64px;
}
.header-bar__account-icon[data-v-08cf7c3d] {
  cursor: pointer;
  margin-right: 8px;
}
.header-bar__section-wrapper[data-v-08cf7c3d] {
  flex-direction: column;
  min-height: 64px;
}
.header-bar__inner-wrapper[data-v-08cf7c3d] {
  position: fixed;
  background-color: #ffffff;
  height: 64px;
  z-index: 100;
  margin: 0px !important;
}
@media (min-width: 768px) {
.header-bar__inner-wrapper[data-v-08cf7c3d] {
    position: relative;
}
}
.header-bar__inner-redesign-wrapper[data-v-08cf7c3d] {
  position: relative;
  background-color: #ffffff;
  height: 64px;
  z-index: 100;
  margin: 0px 24px 0px 0px !important;
}
@media (min-width: 768px) {
.header-bar__inner-redesign-wrapper[data-v-08cf7c3d] {
    height: auto;
    margin: 0px;
}
}
.header-bar__logo-wrapper[data-v-08cf7c3d] {
  text-align: center;
  z-index: 400;
}
@media (min-width: 768px) {
.header-bar__logo-wrapper[data-v-08cf7c3d] {
    margin-right: 24px;
}
}
.header-bar__logo[data-v-08cf7c3d] {
  pointer-events: auto;
  z-index: 3;
}
.header-bar__logo--levi[data-v-08cf7c3d] {
  fill: #c41320;
}
.header-bar__logo .svg-icon--levi-logo[data-v-08cf7c3d] {
  width: auto;
  height: 34px;
  fill: #c41320;
}
@media (min-width: 768px) {
.header-bar__logo .svg-icon--levi-logo[data-v-08cf7c3d] {
    height: 32px;
    width: 80px;
}
}
.header-bar__logo .svg-icon--dockers-logo[data-v-08cf7c3d] {
  height: 21px;
  width: 139px;
}
@media (min-width: 768px) {
.header-bar__logo .svg-icon--dockers-logo[data-v-08cf7c3d] {
    height: 25px;
    width: 165px;
}
}
.header-bar__new-logo[data-v-08cf7c3d] {
  pointer-events: auto;
  z-index: 3;
}
.header-bar__new-logo--levi[data-v-08cf7c3d] {
  fill: #c41320;
}
.header-bar__new-logo .svg-icon--levi-logo[data-v-08cf7c3d] {
  width: auto;
  height: 34px;
  fill: #c41320;
}
@media (min-width: 768px) {
.header-bar__new-logo .svg-icon--levi-logo[data-v-08cf7c3d] {
    height: 46px;
    width: 112px;
}
}
.header-bar__close-button[data-v-08cf7c3d] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}
.header-bar__close-button[data-v-08cf7c3d]:hover {
  opacity: 0.6;
}
.header-bar__close-icon[data-v-08cf7c3d] {
  width: 24px;
  height: 24px;
}
.header-bar__search-desktop-button[data-v-08cf7c3d] {
  width: 40px;
  height: 40px;
}
.header-bar__search-button[data-v-08cf7c3d] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
.header-bar__search-button[data-v-08cf7c3d]:hover {
  opacity: 0.6;
}
.header-bar__search-icon[data-v-08cf7c3d] {
  height: 20px;
  width: 20px;
}
.header-bar__search-desktop-button[data-v-08cf7c3d] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
}
.header-bar__search-desktop-button--active[data-v-08cf7c3d] {
  border: 1px solid #000000;
  background-color: #000000;
  width: 44px;
  height: 44px;
}
.header-bar__search-desktop-button--active .header-bar__search-desktop-icon[data-v-08cf7c3d] {
  stroke: #ffffff;
}
.header-bar__search-desktop-icon[data-v-08cf7c3d] {
  width: 24px;
  height: 24px;
}
.header-bar__search-desktop-input[data-v-08cf7c3d] {
  padding: 8px 32px 8px 16px;
  border: 0px;
  border-bottom: 1px solid #e9e9e9;
  transition: width 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #000000;
  height: 44px;
}
@media (max-width: 1200px) {
.header-bar__search-desktop-input[data-v-08cf7c3d] {
    padding-right: 0px;
    height: 44px;
}
}
.header-bar__search-desktop-input[data-v-08cf7c3d]::placeholder {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .header-bar__search-desktop-input[data-v-08cf7c3d]::placeholder, .-bg-section-dark .header-bar__search-desktop-input[data-v-08cf7c3d]::placeholder, .-bg-page-dark .-bg-section-transparent .header-bar__search-desktop-input[data-v-08cf7c3d]::placeholder {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__search-desktop-input::placeholder a[data-v-08cf7c3d] {
  color: #000000;
}
.-bg-dark .header-bar__search-desktop-input::placeholder a[data-v-08cf7c3d], .-bg-section-dark .header-bar__search-desktop-input::placeholder a[data-v-08cf7c3d], .-bg-page-dark .-bg-section-transparent .header-bar__search-desktop-input::placeholder a[data-v-08cf7c3d] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__search-desktop-input[data-v-08cf7c3d]::placeholder {
  color: #b3b3b3;
}
.header-bar__search-desktop-input[data-v-08cf7c3d]:not(.keyboard-focus) {
  outline: none;
}
.header-bar__search-input-section[data-v-08cf7c3d] {
  flex: 1 1 auto;
  width: 100%;
}
.header-bar__search-input-section[data-v-08cf7c3d] .search-form,
.header-bar__search-input-section[data-v-08cf7c3d] .search__label,
.header-bar__search-input-section[data-v-08cf7c3d] .search__input {
  width: 100%;
}
.header-bar__close-section[data-v-08cf7c3d] {
  flex: 0 0 auto;
}
.header-bar__cart[data-v-08cf7c3d] {
  display: flex;
  justify-content: center;
  height: 24px;
  width: 24px;
  position: relative;
  z-index: 202;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
.header-bar__cart[data-v-08cf7c3d] {
    width: 40px;
    height: 40px;
}
}
.header-bar__cart[data-v-08cf7c3d]:hover {
  opacity: 0.6;
}
.header-bar__cart.inactive[data-v-08cf7c3d] {
  pointer-events: none;
}
.header-bar__cart-icon[data-v-08cf7c3d] {
  height: 20px;
  width: 20px;
  align-self: center;
}
@media (min-width: 768px) {
.header-bar__cart-icon[data-v-08cf7c3d] {
    width: 24px;
    height: 24px;
}
}
.header-bar__cart-count-wrapper[data-v-08cf7c3d] {
  background-color: #c41320;
  border-radius: 50%;
  height: 18px;
  line-height: 1;
  position: absolute;
  left: auto;
  right: -2px;
  top: -4px;
  width: 18px;
}
@media (min-width: 768px) {
.header-bar__cart-count-wrapper[data-v-08cf7c3d] {
    left: 20px;
    right: auto;
    top: 8px;
}
}
.header-bar__cart-count[data-v-08cf7c3d] {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-bar__profile[data-v-08cf7c3d] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.header-bar__profile-icon[data-v-08cf7c3d] {
  align-self: center;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-bar__profile-icon[data-v-08cf7c3d] path:first-child:not(:only-child) {
  fill: none;
}
.header-bar__profile-icon[data-v-08cf7c3d] path:not(:first-child) {
  fill: #000000;
}
.header-bar__account[data-v-08cf7c3d] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-bar__account[data-v-08cf7c3d]:hover {
  opacity: 0.6;
}
.header-bar__account-icon[data-v-08cf7c3d] {
  align-self: center;
}
.header-bar__menu-button[data-v-08cf7c3d] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin-right: 20px;
}
@media (min-width: 768px) {
.header-bar__menu-button[data-v-08cf7c3d] {
    display: none;
}
}
.header-bar__menu-icon[data-v-08cf7c3d] {
  width: 20px;
  height: 20px;
}
.header-bar__nav-l1[data-v-08cf7c3d] {
  list-style: none;
}
.header-bar__nav-list[data-v-08cf7c3d] {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header-bar__nav-link[data-v-08cf7c3d] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .header-bar__nav-link[data-v-08cf7c3d], .-bg-section-dark .header-bar__nav-link[data-v-08cf7c3d], .-bg-page-dark .-bg-section-transparent .header-bar__nav-link[data-v-08cf7c3d] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__nav-link a[data-v-08cf7c3d] {
  color: #000000;
}
.-bg-dark .header-bar__nav-link a[data-v-08cf7c3d], .-bg-section-dark .header-bar__nav-link a[data-v-08cf7c3d], .-bg-page-dark .-bg-section-transparent .header-bar__nav-link a[data-v-08cf7c3d] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar__nav-link[data-v-08cf7c3d] {
  text-transform: uppercase;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: 20px;
}
@media (min-width: 768px) {
.header-bar__nav-link[data-v-08cf7c3d] {
    margin-right: 8px;
}
}
.header-bar__nav-link--icon-reserve[data-v-08cf7c3d] {
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
.header-bar__nav-link--icon-reserve[data-v-08cf7c3d] {
    min-width: 40px;
    min-height: 40px;
}
}
.header-bar__nav-link[data-v-08cf7c3d]:last-of-type {
  padding-right: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
.header-bar__nav-link[data-v-08cf7c3d]:last-of-type {
    margin: 0px;
    padding-right: 0px;
}
}
.header-bar__nav-link[data-v-08cf7c3d]:last-of-type:hover {
  opacity: unset;
}
.header-bar__nav-link[data-v-08cf7c3d]:hover {
  opacity: 1;
}
.header-bar a.bcolor[data-v-08cf7c3d],
.header-bar a.bcolor[data-v-08cf7c3d]:hover {
  color: #c41320;
}
.header-bar .checkout-breadcrumbs[data-v-08cf7c3d] {
  background: #ffffff;
  padding-bottom: 20px;
}
.header-bar .checkout-breadcrumbs__checkout[data-v-08cf7c3d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .header-bar .checkout-breadcrumbs__checkout[data-v-08cf7c3d], .-bg-section-dark .header-bar .checkout-breadcrumbs__checkout[data-v-08cf7c3d], .-bg-page-dark .-bg-section-transparent .header-bar .checkout-breadcrumbs__checkout[data-v-08cf7c3d] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar .checkout-breadcrumbs__checkout a[data-v-08cf7c3d] {
  color: #000000;
}
.-bg-dark .header-bar .checkout-breadcrumbs__checkout a[data-v-08cf7c3d], .-bg-section-dark .header-bar .checkout-breadcrumbs__checkout a[data-v-08cf7c3d], .-bg-page-dark .-bg-section-transparent .header-bar .checkout-breadcrumbs__checkout a[data-v-08cf7c3d] {
  color: #ffffff;
  fill: #ffffff;
}
.header-bar .checkout-breadcrumbs__checkout__navigate[data-v-08cf7c3d] {
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
.header-bar .checkout-breadcrumbs__checkout__navigate[data-v-08cf7c3d] {
    width: 8px;
    height: 16px;
}
}
.header-bar .checkout-breadcrumbs__checkout_text[data-v-08cf7c3d] {
  padding-left: 8px;
}
.header-bar .removedFavorites[data-v-08cf7c3d] {
  margin: 0px !important;
}
.header-bar .csr-ssr-logo[data-v-08cf7c3d],
.header-bar .ssr-csr-minicart[data-v-08cf7c3d] {
  display: block;
}
@media (min-width: 768px) {
.header-bar .csr-ssr-logo[data-v-08cf7c3d],
  .header-bar .ssr-csr-minicart[data-v-08cf7c3d] {
    display: none;
}
}
.header-bar .account-dropdown-container[data-v-08cf7c3d] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: 40px;
  left: 12px;
  text-transform: none;
}
.header-bar .account-dropdown-container .triangle-up[data-v-08cf7c3d] {
  z-index: 100;
  transform: rotate(45deg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: -4px;
  right: 16px;
  background-color: #ffffff;
}
.header-bar .account-dropdown-container .dropdown-patch[data-v-08cf7c3d] {
  z-index: 300;
  position: absolute;
  background-color: #ffffff;
  width: 177px;
  height: 15px;
}
.header-bar .account-dropdown-container .nav__dropdown[data-v-08cf7c3d] {
  position: absolute;
  background-color: #ffffff;
  padding: 32px 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 346px;
}
.header-bar .navbar-wrapper[data-v-08cf7c3d] {
  padding: 0 16px;
}
@media (min-width: 768px) {
.header-bar .navbar-wrapper[data-v-08cf7c3d] {
    padding: 20px 24px;
    background-color: #ffffff;
}
}
.header-bar__join-redtab-button[data-v-08cf7c3d] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  padding-right: 40px;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.main-site-header[data-v-83c9b452] {
  z-index: 400;
  position: relative;
}
.mobile-nav-transition-enter-active[data-v-83c9b452],
.mobile-nav-transition-leave-active[data-v-83c9b452] {
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mobile-nav-transition-enter[data-v-83c9b452],
.mobile-nav-transition-leave-to[data-v-83c9b452] {
  transform: translateX(-100%);
}
.mobile-nav-transition-redesign-enter-active[data-v-83c9b452],
.mobile-nav-transition-redesign-leave-active[data-v-83c9b452] {
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.mobile-nav-transition-redesign-enter[data-v-83c9b452],
.mobile-nav-transition-redesign-enter-from[data-v-83c9b452],
.mobile-nav-transition-redesign-leave-to[data-v-83c9b452] {
  transform: translateX(-100%);
}
.link-group[data-v-83c9b452] {
  position: absolute;
  padding-left: 48px;
}
@media (min-width: 1025px) {
.link-group[data-v-83c9b452] {
    position: static;
}
}
.plp-redesign-enabled .link-group[data-v-83c9b452] {
  position: absolute;
}
.plp-redesign-enabled .appear-link[data-v-83c9b452] {
  background: none;
  z-index: auto;
  position: fixed;
}
.appear-link[data-v-83c9b452] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .appear-link[data-v-83c9b452], .-bg-section-dark .appear-link[data-v-83c9b452], .-bg-page-dark .-bg-section-transparent .appear-link[data-v-83c9b452] {
  color: #ffffff;
  fill: #ffffff;
}
.appear-link a[data-v-83c9b452] {
  color: #000000;
}
.-bg-dark .appear-link a[data-v-83c9b452], .-bg-section-dark .appear-link a[data-v-83c9b452], .-bg-page-dark .-bg-section-transparent .appear-link a[data-v-83c9b452] {
  color: #ffffff;
  fill: #ffffff;
}
.appear-link[data-v-83c9b452] {
  background: #ffffff;
  color: #6e6e6e;
  left: 4vw;
  top: 0px;
  transform: translateY(-100%);
  z-index: 500;
  transition: transform 250ms;
  margin-left: 12px;
}
.appear-link[data-v-83c9b452]:focus {
  transform: translateY(12px);
}
.header--theme-dark[data-v-83c9b452] .header-bar__inner-wrapper,
.header--theme-dark[data-v-83c9b452] .header-bar__inner-redesign-wrapper,
.header--theme-dark[data-v-83c9b452] .header-bar__inner-redesign-wrapper .navbar-wrapper,
.header--theme-dark[data-v-83c9b452] .header-bar__section-wrapper {
  background-color: #000000;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .header-bar__nav-link,
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .header-bar__account {
  color: #f3f3f3;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) path[stroke][fill]:not([fill=none]):not([stroke=none]),
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) circle[stroke][fill]:not([fill=none]):not([stroke=none]) {
  stroke: #f3f3f3;
  fill: #f3f3f3;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) path[stroke]:not([fill]), .header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) path[stroke][fill=none]:not([stroke=none]),
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) circle[stroke]:not([fill]),
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) circle[stroke][fill=none]:not([stroke=none]) {
  stroke: #f3f3f3;
  fill: none;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) path:not([stroke]):not([fill=none]), .header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) path[fill]:not([stroke]):not([fill=none]), .header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) path[stroke=none]:not([fill=none]),
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) circle:not([stroke]):not([fill=none]),
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) circle[fill]:not([stroke]):not([fill=none]),
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row svg:not(.no-path-fill) circle[stroke=none]:not([fill=none]) {
  fill: #f3f3f3;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .minibag.active .header-bar__nav-link svg:not(.no-path-fill) path[stroke][fill]:not([fill=none]):not([stroke=none]) {
  stroke: #000000;
  fill: #000000;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .minibag.active .header-bar__nav-link svg:not(.no-path-fill) path[stroke]:not([fill]), .header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .minibag.active .header-bar__nav-link svg:not(.no-path-fill) path[stroke][fill=none]:not([stroke=none]) {
  stroke: #000000;
  fill: none;
}
.header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .minibag.active .header-bar__nav-link svg:not(.no-path-fill) path:not([stroke]):not([fill=none]), .header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .minibag.active .header-bar__nav-link svg:not(.no-path-fill) path[fill]:not([stroke]):not([fill=none]), .header--theme-dark[data-v-83c9b452] .header-bar .header-bar__section-wrapper.lsco-row .minibag.active .header-bar__nav-link svg:not(.no-path-fill) path[stroke=none]:not([fill=none]) {
  fill: #000000;
}
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-header .modal__close-icon:not(.no-path-fill) path[stroke][fill]:not([fill=none]):not([stroke=none]),
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-body .header-bar__bell-icon:not(.no-path-fill) path[stroke][fill]:not([fill=none]):not([stroke=none]),
.header--theme-dark[data-v-83c9b452] .overlay .overlay-container svg:not(.no-path-fill) path[stroke][fill]:not([fill=none]):not([stroke=none]) {
  stroke: #000000;
  fill: #000000;
}
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-header .modal__close-icon:not(.no-path-fill) path[stroke]:not([fill]), .header--theme-dark[data-v-83c9b452] .modal-dialog .modal-header .modal__close-icon:not(.no-path-fill) path[stroke][fill=none]:not([stroke=none]),
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-body .header-bar__bell-icon:not(.no-path-fill) path[stroke]:not([fill]),
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-body .header-bar__bell-icon:not(.no-path-fill) path[stroke][fill=none]:not([stroke=none]),
.header--theme-dark[data-v-83c9b452] .overlay .overlay-container svg:not(.no-path-fill) path[stroke]:not([fill]),
.header--theme-dark[data-v-83c9b452] .overlay .overlay-container svg:not(.no-path-fill) path[stroke][fill=none]:not([stroke=none]) {
  stroke: #000000;
  fill: none;
}
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-header .modal__close-icon:not(.no-path-fill) path:not([stroke]):not([fill=none]), .header--theme-dark[data-v-83c9b452] .modal-dialog .modal-header .modal__close-icon:not(.no-path-fill) path[fill]:not([stroke]):not([fill=none]), .header--theme-dark[data-v-83c9b452] .modal-dialog .modal-header .modal__close-icon:not(.no-path-fill) path[stroke=none]:not([fill=none]),
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-body .header-bar__bell-icon:not(.no-path-fill) path:not([stroke]):not([fill=none]),
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-body .header-bar__bell-icon:not(.no-path-fill) path[fill]:not([stroke]):not([fill=none]),
.header--theme-dark[data-v-83c9b452] .modal-dialog .modal-body .header-bar__bell-icon:not(.no-path-fill) path[stroke=none]:not([fill=none]),
.header--theme-dark[data-v-83c9b452] .overlay .overlay-container svg:not(.no-path-fill) path:not([stroke]):not([fill=none]),
.header--theme-dark[data-v-83c9b452] .overlay .overlay-container svg:not(.no-path-fill) path[fill]:not([stroke]):not([fill=none]),
.header--theme-dark[data-v-83c9b452] .overlay .overlay-container svg:not(.no-path-fill) path[stroke=none]:not([fill=none]) {
  fill: #000000;
}
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .top-nav__item-btn,
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .top-nav__item--link,
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .header-bar__join-redtab-button,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .top-nav__item-btn,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .top-nav__item--link,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .header-bar__join-redtab-button,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .top-nav__item-btn,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .top-nav__item--link,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .header-bar__join-redtab-button {
  color: #f3f3f3;
}
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .top-nav__item-btn:hover, .header--theme-dark[data-v-83c9b452] .top-nav__l1 .top-nav__item-btn:focus,
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .top-nav__item--link:hover,
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .top-nav__item--link:focus,
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .header-bar__join-redtab-button:hover,
.header--theme-dark[data-v-83c9b452] .top-nav__l1 .header-bar__join-redtab-button:focus,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .top-nav__item-btn:hover,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .top-nav__item-btn:focus,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .top-nav__item--link:hover,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .top-nav__item--link:focus,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .header-bar__join-redtab-button:hover,
.header--theme-dark[data-v-83c9b452] .overlay-content-wrapper .header-bar__join-redtab-button:focus,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .top-nav__item-btn:hover,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .top-nav__item-btn:focus,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .top-nav__item--link:hover,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .top-nav__item--link:focus,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .header-bar__join-redtab-button:hover,
.header--theme-dark[data-v-83c9b452] .header-bar__nav-list .header-bar__join-redtab-button:focus {
  color: #f3f3f3;
}
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .top-nav__item-btn,
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .l2-items__link,
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .top-nav__item--link {
  color: #000000;
}
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .top-nav__item-btn:hover, .header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .top-nav__item-btn:focus,
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .l2-items__link:hover,
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .l2-items__link:focus,
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .top-nav__item--link:hover,
.header--theme-dark.header--nav-open[data-v-83c9b452] .top-nav__l1 .top-nav__item--link:focus {
  color: #000000;
}
@media print {
header[data-v-83c9b452] {
    display: none;
}
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.offline-interaction-overlay[data-v-513b4109] {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: none;
  z-index: 20000;
}
.offline-scrim-overlay[data-v-513b4109] {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 30000;
}
.offline-scrim-close[data-v-513b4109] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  color: #ffffff;
  padding: 16px;
  position: fixed;
  top: 0px;
  right: 0px;
}
.offline-scrim-close__icon[data-v-513b4109] {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
}
.offline-content[data-v-513b4109] {
  position: fixed;
  top: 35%;
  left: 0px;
  right: 0px;
  padding: 56px 12px 8px;
  z-index: 30000;
}
@media (min-width: 1025px) {
.offline-content[data-v-513b4109] {
    padding: 96px 12px 8px;
}
}
.offline-icon[data-v-513b4109] {
  width: 55px;
  height: 52px;
  margin: 0px auto 14px;
}
.offline-icon .icon[data-v-513b4109] {
  width: 60px;
  height: 60px;
  stroke: #ffffff;
  stroke-width: 0.6px;
}
.offline-icon[data-v-513b4109] .globe-offline path {
  fill: #ffffff;
}
.offline-icon[data-v-513b4109] .globe-online path {
  fill: #ffffff;
}
.offline-headline[data-v-513b4109] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .offline-headline[data-v-513b4109], .-bg-section-dark .offline-headline[data-v-513b4109], .-bg-page-dark .-bg-section-transparent .offline-headline[data-v-513b4109] {
  color: #ffffff;
  fill: #ffffff;
}
.offline-headline a[data-v-513b4109] {
  color: #000000;
}
.-bg-dark .offline-headline a[data-v-513b4109], .-bg-section-dark .offline-headline a[data-v-513b4109], .-bg-page-dark .-bg-section-transparent .offline-headline a[data-v-513b4109] {
  color: #ffffff;
  fill: #ffffff;
}
.offline-headline[data-v-513b4109] {
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}
.offline-message[data-v-513b4109] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .offline-message[data-v-513b4109], .-bg-section-dark .offline-message[data-v-513b4109], .-bg-page-dark .-bg-section-transparent .offline-message[data-v-513b4109] {
  color: #ffffff;
  fill: #ffffff;
}
.offline-message a[data-v-513b4109] {
  color: #000000;
}
.-bg-dark .offline-message a[data-v-513b4109], .-bg-section-dark .offline-message a[data-v-513b4109], .-bg-page-dark .-bg-section-transparent .offline-message a[data-v-513b4109] {
  color: #ffffff;
  fill: #ffffff;
}
.offline-message[data-v-513b4109] {
  text-align: center;
  color: #ffffff;
}
/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.lsco-container {
  width: 100%;
}
@media (min-width: 1025px) {
.lsco-container {
    margin: 104px auto 0;
}
}
@media (min-width: 1025px) {
.app.plp-redesign-enabled .lsco-container {
    margin: 0px auto;
}
}
@media (min-width: 1025px) {
.app.WelcomeBonus .lsco-container {
    margin: 0 !important;
}
}
.lsco-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.lsco-col.reverse {
  flex-direction: column-reverse;
}
.lsco-col-xs-1 {
  flex: 0 0 auto;
  flex-basis: 4vw;
  width: 4vw;
}
.-facets-open-grid .lsco-col-xs-1 {
  flex: 0 0 auto;
  flex-basis: 2.88vw;
  width: 2.88vw;
}
.lsco-col-xs-1-and-a-half {
  flex: 0 0 auto;
  flex-basis: 6vw;
  width: 6vw;
}
.-facets-open-grid .lsco-col-xs-1-and-a-half {
  flex: 0 0 auto;
  flex-basis: 4.32vw;
  width: 4.32vw;
}
.lsco-col-xs-offset-0 {
  margin-left: 0;
}
.-facets-open-grid .lsco-col-xs-offset-0 {
  margin-left: 0;
}
.lsco-col-xs-offset-right-0 {
  margin-right: 0;
}
.-facets-open-grid .lsco-col-xs-offset-right-0 {
  margin-right: 0;
}
.lsco-col-xs-offset-top-0 {
  margin-top: 0;
}
.-facets-open-grid .lsco-col-xs-offset-top-0 {
  margin-top: 0;
}
.lsco-col-xs-offset-1 {
  margin-left: 4vw;
}
.-facets-open-grid .lsco-col-xs-offset-1 {
  margin-left: 2.88vw;
}
.lsco-col-xs-offset-right-1 {
  margin-right: 4vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-1 {
  margin-right: 2.88vw;
}
.lsco-col-xs-offset-top-1 {
  margin-top: 4vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-1 {
  margin-top: 2.88vw;
}
.lsco-col-xs-2 {
  flex: 0 0 auto;
  flex-basis: 8vw;
  width: 8vw;
}
.-facets-open-grid .lsco-col-xs-2 {
  flex: 0 0 auto;
  flex-basis: 5.76vw;
  width: 5.76vw;
}
.lsco-col-xs-2-and-a-half {
  flex: 0 0 auto;
  flex-basis: 10vw;
  width: 10vw;
}
.-facets-open-grid .lsco-col-xs-2-and-a-half {
  flex: 0 0 auto;
  flex-basis: 7.2vw;
  width: 7.2vw;
}
.lsco-col-xs-offset-2 {
  margin-left: 8vw;
}
.-facets-open-grid .lsco-col-xs-offset-2 {
  margin-left: 5.76vw;
}
.lsco-col-xs-offset-right-2 {
  margin-right: 8vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-2 {
  margin-right: 5.76vw;
}
.lsco-col-xs-offset-top-2 {
  margin-top: 8vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-2 {
  margin-top: 5.76vw;
}
.lsco-col-xs-3 {
  flex: 0 0 auto;
  flex-basis: 12vw;
  width: 12vw;
}
.-facets-open-grid .lsco-col-xs-3 {
  flex: 0 0 auto;
  flex-basis: 8.64vw;
  width: 8.64vw;
}
.lsco-col-xs-3-and-a-half {
  flex: 0 0 auto;
  flex-basis: 14vw;
  width: 14vw;
}
.-facets-open-grid .lsco-col-xs-3-and-a-half {
  flex: 0 0 auto;
  flex-basis: 10.08vw;
  width: 10.08vw;
}
.lsco-col-xs-offset-3 {
  margin-left: 12vw;
}
.-facets-open-grid .lsco-col-xs-offset-3 {
  margin-left: 8.64vw;
}
.lsco-col-xs-offset-right-3 {
  margin-right: 12vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-3 {
  margin-right: 8.64vw;
}
.lsco-col-xs-offset-top-3 {
  margin-top: 12vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-3 {
  margin-top: 8.64vw;
}
.lsco-col-xs-4 {
  flex: 0 0 auto;
  flex-basis: 16vw;
  width: 16vw;
}
.-facets-open-grid .lsco-col-xs-4 {
  flex: 0 0 auto;
  flex-basis: 11.52vw;
  width: 11.52vw;
}
.lsco-col-xs-4-and-a-half {
  flex: 0 0 auto;
  flex-basis: 18vw;
  width: 18vw;
}
.-facets-open-grid .lsco-col-xs-4-and-a-half {
  flex: 0 0 auto;
  flex-basis: 12.96vw;
  width: 12.96vw;
}
.lsco-col-xs-offset-4 {
  margin-left: 16vw;
}
.-facets-open-grid .lsco-col-xs-offset-4 {
  margin-left: 11.52vw;
}
.lsco-col-xs-offset-right-4 {
  margin-right: 16vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-4 {
  margin-right: 11.52vw;
}
.lsco-col-xs-offset-top-4 {
  margin-top: 16vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-4 {
  margin-top: 11.52vw;
}
.lsco-col-xs-5 {
  flex: 0 0 auto;
  flex-basis: 20vw;
  width: 20vw;
}
.-facets-open-grid .lsco-col-xs-5 {
  flex: 0 0 auto;
  flex-basis: 14.4vw;
  width: 14.4vw;
}
.lsco-col-xs-5-and-a-half {
  flex: 0 0 auto;
  flex-basis: 22vw;
  width: 22vw;
}
.-facets-open-grid .lsco-col-xs-5-and-a-half {
  flex: 0 0 auto;
  flex-basis: 15.84vw;
  width: 15.84vw;
}
.lsco-col-xs-offset-5 {
  margin-left: 20vw;
}
.-facets-open-grid .lsco-col-xs-offset-5 {
  margin-left: 14.4vw;
}
.lsco-col-xs-offset-right-5 {
  margin-right: 20vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-5 {
  margin-right: 14.4vw;
}
.lsco-col-xs-offset-top-5 {
  margin-top: 20vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-5 {
  margin-top: 14.4vw;
}
.lsco-col-xs-6 {
  flex: 0 0 auto;
  flex-basis: 24vw;
  width: 24vw;
}
.-facets-open-grid .lsco-col-xs-6 {
  flex: 0 0 auto;
  flex-basis: 17.28vw;
  width: 17.28vw;
}
.lsco-col-xs-6-and-a-half {
  flex: 0 0 auto;
  flex-basis: 26vw;
  width: 26vw;
}
.-facets-open-grid .lsco-col-xs-6-and-a-half {
  flex: 0 0 auto;
  flex-basis: 18.72vw;
  width: 18.72vw;
}
.lsco-col-xs-offset-6 {
  margin-left: 24vw;
}
.-facets-open-grid .lsco-col-xs-offset-6 {
  margin-left: 17.28vw;
}
.lsco-col-xs-offset-right-6 {
  margin-right: 24vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-6 {
  margin-right: 17.28vw;
}
.lsco-col-xs-offset-top-6 {
  margin-top: 24vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-6 {
  margin-top: 17.28vw;
}
.lsco-col-xs-7 {
  flex: 0 0 auto;
  flex-basis: 28vw;
  width: 28vw;
}
.-facets-open-grid .lsco-col-xs-7 {
  flex: 0 0 auto;
  flex-basis: 20.16vw;
  width: 20.16vw;
}
.lsco-col-xs-7-and-a-half {
  flex: 0 0 auto;
  flex-basis: 30vw;
  width: 30vw;
}
.-facets-open-grid .lsco-col-xs-7-and-a-half {
  flex: 0 0 auto;
  flex-basis: 21.6vw;
  width: 21.6vw;
}
.lsco-col-xs-offset-7 {
  margin-left: 28vw;
}
.-facets-open-grid .lsco-col-xs-offset-7 {
  margin-left: 20.16vw;
}
.lsco-col-xs-offset-right-7 {
  margin-right: 28vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-7 {
  margin-right: 20.16vw;
}
.lsco-col-xs-offset-top-7 {
  margin-top: 28vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-7 {
  margin-top: 20.16vw;
}
.lsco-col-xs-8 {
  flex: 0 0 auto;
  flex-basis: 32vw;
  width: 32vw;
}
.-facets-open-grid .lsco-col-xs-8 {
  flex: 0 0 auto;
  flex-basis: 23.04vw;
  width: 23.04vw;
}
.lsco-col-xs-8-and-a-half {
  flex: 0 0 auto;
  flex-basis: 34vw;
  width: 34vw;
}
.-facets-open-grid .lsco-col-xs-8-and-a-half {
  flex: 0 0 auto;
  flex-basis: 24.48vw;
  width: 24.48vw;
}
.lsco-col-xs-offset-8 {
  margin-left: 32vw;
}
.-facets-open-grid .lsco-col-xs-offset-8 {
  margin-left: 23.04vw;
}
.lsco-col-xs-offset-right-8 {
  margin-right: 32vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-8 {
  margin-right: 23.04vw;
}
.lsco-col-xs-offset-top-8 {
  margin-top: 32vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-8 {
  margin-top: 23.04vw;
}
.lsco-col-xs-9 {
  flex: 0 0 auto;
  flex-basis: 36vw;
  width: 36vw;
}
.-facets-open-grid .lsco-col-xs-9 {
  flex: 0 0 auto;
  flex-basis: 25.92vw;
  width: 25.92vw;
}
.lsco-col-xs-9-and-a-half {
  flex: 0 0 auto;
  flex-basis: 38vw;
  width: 38vw;
}
.-facets-open-grid .lsco-col-xs-9-and-a-half {
  flex: 0 0 auto;
  flex-basis: 27.36vw;
  width: 27.36vw;
}
.lsco-col-xs-offset-9 {
  margin-left: 36vw;
}
.-facets-open-grid .lsco-col-xs-offset-9 {
  margin-left: 25.92vw;
}
.lsco-col-xs-offset-right-9 {
  margin-right: 36vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-9 {
  margin-right: 25.92vw;
}
.lsco-col-xs-offset-top-9 {
  margin-top: 36vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-9 {
  margin-top: 25.92vw;
}
.lsco-col-xs-10 {
  flex: 0 0 auto;
  flex-basis: 40vw;
  width: 40vw;
}
.-facets-open-grid .lsco-col-xs-10 {
  flex: 0 0 auto;
  flex-basis: 28.8vw;
  width: 28.8vw;
}
.lsco-col-xs-10-and-a-half {
  flex: 0 0 auto;
  flex-basis: 42vw;
  width: 42vw;
}
.-facets-open-grid .lsco-col-xs-10-and-a-half {
  flex: 0 0 auto;
  flex-basis: 30.24vw;
  width: 30.24vw;
}
.lsco-col-xs-offset-10 {
  margin-left: 40vw;
}
.-facets-open-grid .lsco-col-xs-offset-10 {
  margin-left: 28.8vw;
}
.lsco-col-xs-offset-right-10 {
  margin-right: 40vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-10 {
  margin-right: 28.8vw;
}
.lsco-col-xs-offset-top-10 {
  margin-top: 40vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-10 {
  margin-top: 28.8vw;
}
.lsco-col-xs-11 {
  flex: 0 0 auto;
  flex-basis: 44vw;
  width: 44vw;
}
.-facets-open-grid .lsco-col-xs-11 {
  flex: 0 0 auto;
  flex-basis: 31.68vw;
  width: 31.68vw;
}
.lsco-col-xs-11-and-a-half {
  flex: 0 0 auto;
  flex-basis: 46vw;
  width: 46vw;
}
.-facets-open-grid .lsco-col-xs-11-and-a-half {
  flex: 0 0 auto;
  flex-basis: 33.12vw;
  width: 33.12vw;
}
.lsco-col-xs-offset-11 {
  margin-left: 44vw;
}
.-facets-open-grid .lsco-col-xs-offset-11 {
  margin-left: 31.68vw;
}
.lsco-col-xs-offset-right-11 {
  margin-right: 44vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-11 {
  margin-right: 31.68vw;
}
.lsco-col-xs-offset-top-11 {
  margin-top: 44vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-11 {
  margin-top: 31.68vw;
}
.lsco-col-xs-12 {
  flex: 0 0 auto;
  flex-basis: 48vw;
  width: 48vw;
}
.-facets-open-grid .lsco-col-xs-12 {
  flex: 0 0 auto;
  flex-basis: 34.56vw;
  width: 34.56vw;
}
.lsco-col-xs-12-and-a-half {
  flex: 0 0 auto;
  flex-basis: 50vw;
  width: 50vw;
}
.-facets-open-grid .lsco-col-xs-12-and-a-half {
  flex: 0 0 auto;
  flex-basis: 36vw;
  width: 36vw;
}
.lsco-col-xs-offset-12 {
  margin-left: 48vw;
}
.-facets-open-grid .lsco-col-xs-offset-12 {
  margin-left: 34.56vw;
}
.lsco-col-xs-offset-right-12 {
  margin-right: 48vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-12 {
  margin-right: 34.56vw;
}
.lsco-col-xs-offset-top-12 {
  margin-top: 48vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-12 {
  margin-top: 34.56vw;
}
.lsco-col-xs-13 {
  flex: 0 0 auto;
  flex-basis: 52vw;
  width: 52vw;
}
.-facets-open-grid .lsco-col-xs-13 {
  flex: 0 0 auto;
  flex-basis: 37.44vw;
  width: 37.44vw;
}
.lsco-col-xs-13-and-a-half {
  flex: 0 0 auto;
  flex-basis: 54vw;
  width: 54vw;
}
.-facets-open-grid .lsco-col-xs-13-and-a-half {
  flex: 0 0 auto;
  flex-basis: 38.88vw;
  width: 38.88vw;
}
.lsco-col-xs-offset-13 {
  margin-left: 52vw;
}
.-facets-open-grid .lsco-col-xs-offset-13 {
  margin-left: 37.44vw;
}
.lsco-col-xs-offset-right-13 {
  margin-right: 52vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-13 {
  margin-right: 37.44vw;
}
.lsco-col-xs-offset-top-13 {
  margin-top: 52vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-13 {
  margin-top: 37.44vw;
}
.lsco-col-xs-14 {
  flex: 0 0 auto;
  flex-basis: 56vw;
  width: 56vw;
}
.-facets-open-grid .lsco-col-xs-14 {
  flex: 0 0 auto;
  flex-basis: 40.32vw;
  width: 40.32vw;
}
.lsco-col-xs-14-and-a-half {
  flex: 0 0 auto;
  flex-basis: 58vw;
  width: 58vw;
}
.-facets-open-grid .lsco-col-xs-14-and-a-half {
  flex: 0 0 auto;
  flex-basis: 41.76vw;
  width: 41.76vw;
}
.lsco-col-xs-offset-14 {
  margin-left: 56vw;
}
.-facets-open-grid .lsco-col-xs-offset-14 {
  margin-left: 40.32vw;
}
.lsco-col-xs-offset-right-14 {
  margin-right: 56vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-14 {
  margin-right: 40.32vw;
}
.lsco-col-xs-offset-top-14 {
  margin-top: 56vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-14 {
  margin-top: 40.32vw;
}
.lsco-col-xs-15 {
  flex: 0 0 auto;
  flex-basis: 60vw;
  width: 60vw;
}
.-facets-open-grid .lsco-col-xs-15 {
  flex: 0 0 auto;
  flex-basis: 43.2vw;
  width: 43.2vw;
}
.lsco-col-xs-15-and-a-half {
  flex: 0 0 auto;
  flex-basis: 62vw;
  width: 62vw;
}
.-facets-open-grid .lsco-col-xs-15-and-a-half {
  flex: 0 0 auto;
  flex-basis: 44.64vw;
  width: 44.64vw;
}
.lsco-col-xs-offset-15 {
  margin-left: 60vw;
}
.-facets-open-grid .lsco-col-xs-offset-15 {
  margin-left: 43.2vw;
}
.lsco-col-xs-offset-right-15 {
  margin-right: 60vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-15 {
  margin-right: 43.2vw;
}
.lsco-col-xs-offset-top-15 {
  margin-top: 60vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-15 {
  margin-top: 43.2vw;
}
.lsco-col-xs-16 {
  flex: 0 0 auto;
  flex-basis: 64vw;
  width: 64vw;
}
.-facets-open-grid .lsco-col-xs-16 {
  flex: 0 0 auto;
  flex-basis: 46.08vw;
  width: 46.08vw;
}
.lsco-col-xs-16-and-a-half {
  flex: 0 0 auto;
  flex-basis: 66vw;
  width: 66vw;
}
.-facets-open-grid .lsco-col-xs-16-and-a-half {
  flex: 0 0 auto;
  flex-basis: 47.52vw;
  width: 47.52vw;
}
.lsco-col-xs-offset-16 {
  margin-left: 64vw;
}
.-facets-open-grid .lsco-col-xs-offset-16 {
  margin-left: 46.08vw;
}
.lsco-col-xs-offset-right-16 {
  margin-right: 64vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-16 {
  margin-right: 46.08vw;
}
.lsco-col-xs-offset-top-16 {
  margin-top: 64vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-16 {
  margin-top: 46.08vw;
}
.lsco-col-xs-17 {
  flex: 0 0 auto;
  flex-basis: 68vw;
  width: 68vw;
}
.-facets-open-grid .lsco-col-xs-17 {
  flex: 0 0 auto;
  flex-basis: 48.96vw;
  width: 48.96vw;
}
.lsco-col-xs-17-and-a-half {
  flex: 0 0 auto;
  flex-basis: 70vw;
  width: 70vw;
}
.-facets-open-grid .lsco-col-xs-17-and-a-half {
  flex: 0 0 auto;
  flex-basis: 50.4vw;
  width: 50.4vw;
}
.lsco-col-xs-offset-17 {
  margin-left: 68vw;
}
.-facets-open-grid .lsco-col-xs-offset-17 {
  margin-left: 48.96vw;
}
.lsco-col-xs-offset-right-17 {
  margin-right: 68vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-17 {
  margin-right: 48.96vw;
}
.lsco-col-xs-offset-top-17 {
  margin-top: 68vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-17 {
  margin-top: 48.96vw;
}
.lsco-col-xs-18 {
  flex: 0 0 auto;
  flex-basis: 72vw;
  width: 72vw;
}
.-facets-open-grid .lsco-col-xs-18 {
  flex: 0 0 auto;
  flex-basis: 51.84vw;
  width: 51.84vw;
}
.lsco-col-xs-18-and-a-half {
  flex: 0 0 auto;
  flex-basis: 74vw;
  width: 74vw;
}
.-facets-open-grid .lsco-col-xs-18-and-a-half {
  flex: 0 0 auto;
  flex-basis: 53.28vw;
  width: 53.28vw;
}
.lsco-col-xs-offset-18 {
  margin-left: 72vw;
}
.-facets-open-grid .lsco-col-xs-offset-18 {
  margin-left: 51.84vw;
}
.lsco-col-xs-offset-right-18 {
  margin-right: 72vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-18 {
  margin-right: 51.84vw;
}
.lsco-col-xs-offset-top-18 {
  margin-top: 72vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-18 {
  margin-top: 51.84vw;
}
.lsco-col-xs-19 {
  flex: 0 0 auto;
  flex-basis: 76vw;
  width: 76vw;
}
.-facets-open-grid .lsco-col-xs-19 {
  flex: 0 0 auto;
  flex-basis: 54.72vw;
  width: 54.72vw;
}
.lsco-col-xs-19-and-a-half {
  flex: 0 0 auto;
  flex-basis: 78vw;
  width: 78vw;
}
.-facets-open-grid .lsco-col-xs-19-and-a-half {
  flex: 0 0 auto;
  flex-basis: 56.16vw;
  width: 56.16vw;
}
.lsco-col-xs-offset-19 {
  margin-left: 76vw;
}
.-facets-open-grid .lsco-col-xs-offset-19 {
  margin-left: 54.72vw;
}
.lsco-col-xs-offset-right-19 {
  margin-right: 76vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-19 {
  margin-right: 54.72vw;
}
.lsco-col-xs-offset-top-19 {
  margin-top: 76vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-19 {
  margin-top: 54.72vw;
}
.lsco-col-xs-20 {
  flex: 0 0 auto;
  flex-basis: 80vw;
  width: 80vw;
}
.-facets-open-grid .lsco-col-xs-20 {
  flex: 0 0 auto;
  flex-basis: 57.6vw;
  width: 57.6vw;
}
.lsco-col-xs-20-and-a-half {
  flex: 0 0 auto;
  flex-basis: 82vw;
  width: 82vw;
}
.-facets-open-grid .lsco-col-xs-20-and-a-half {
  flex: 0 0 auto;
  flex-basis: 59.04vw;
  width: 59.04vw;
}
.lsco-col-xs-offset-20 {
  margin-left: 80vw;
}
.-facets-open-grid .lsco-col-xs-offset-20 {
  margin-left: 57.6vw;
}
.lsco-col-xs-offset-right-20 {
  margin-right: 80vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-20 {
  margin-right: 57.6vw;
}
.lsco-col-xs-offset-top-20 {
  margin-top: 80vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-20 {
  margin-top: 57.6vw;
}
.lsco-col-xs-21 {
  flex: 0 0 auto;
  flex-basis: 84vw;
  width: 84vw;
}
.-facets-open-grid .lsco-col-xs-21 {
  flex: 0 0 auto;
  flex-basis: 60.48vw;
  width: 60.48vw;
}
.lsco-col-xs-21-and-a-half {
  flex: 0 0 auto;
  flex-basis: 86vw;
  width: 86vw;
}
.-facets-open-grid .lsco-col-xs-21-and-a-half {
  flex: 0 0 auto;
  flex-basis: 61.92vw;
  width: 61.92vw;
}
.lsco-col-xs-offset-21 {
  margin-left: 84vw;
}
.-facets-open-grid .lsco-col-xs-offset-21 {
  margin-left: 60.48vw;
}
.lsco-col-xs-offset-right-21 {
  margin-right: 84vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-21 {
  margin-right: 60.48vw;
}
.lsco-col-xs-offset-top-21 {
  margin-top: 84vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-21 {
  margin-top: 60.48vw;
}
.lsco-col-xs-22 {
  flex: 0 0 auto;
  flex-basis: 88vw;
  width: 88vw;
}
.-facets-open-grid .lsco-col-xs-22 {
  flex: 0 0 auto;
  flex-basis: 63.36vw;
  width: 63.36vw;
}
.lsco-col-xs-22-and-a-half {
  flex: 0 0 auto;
  flex-basis: 90vw;
  width: 90vw;
}
.-facets-open-grid .lsco-col-xs-22-and-a-half {
  flex: 0 0 auto;
  flex-basis: 64.8vw;
  width: 64.8vw;
}
.lsco-col-xs-offset-22 {
  margin-left: 88vw;
}
.-facets-open-grid .lsco-col-xs-offset-22 {
  margin-left: 63.36vw;
}
.lsco-col-xs-offset-right-22 {
  margin-right: 88vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-22 {
  margin-right: 63.36vw;
}
.lsco-col-xs-offset-top-22 {
  margin-top: 88vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-22 {
  margin-top: 63.36vw;
}
.lsco-col-xs-23 {
  flex: 0 0 auto;
  flex-basis: 92vw;
  width: 92vw;
}
.-facets-open-grid .lsco-col-xs-23 {
  flex: 0 0 auto;
  flex-basis: 66.24vw;
  width: 66.24vw;
}
.lsco-col-xs-23-and-a-half {
  flex: 0 0 auto;
  flex-basis: 94vw;
  width: 94vw;
}
.-facets-open-grid .lsco-col-xs-23-and-a-half {
  flex: 0 0 auto;
  flex-basis: 67.68vw;
  width: 67.68vw;
}
.lsco-col-xs-offset-23 {
  margin-left: 92vw;
}
.-facets-open-grid .lsco-col-xs-offset-23 {
  margin-left: 66.24vw;
}
.lsco-col-xs-offset-right-23 {
  margin-right: 92vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-23 {
  margin-right: 66.24vw;
}
.lsco-col-xs-offset-top-23 {
  margin-top: 92vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-23 {
  margin-top: 66.24vw;
}
.lsco-col-xs-24 {
  flex: 0 0 auto;
  flex-basis: 96vw;
  width: 96vw;
}
.-facets-open-grid .lsco-col-xs-24 {
  flex: 0 0 auto;
  flex-basis: 69.12vw;
  width: 69.12vw;
}
.lsco-col-xs-24-and-a-half {
  flex: 0 0 auto;
  flex-basis: 98vw;
  width: 98vw;
}
.-facets-open-grid .lsco-col-xs-24-and-a-half {
  flex: 0 0 auto;
  flex-basis: 70.56vw;
  width: 70.56vw;
}
.lsco-col-xs-offset-24 {
  margin-left: 96vw;
}
.-facets-open-grid .lsco-col-xs-offset-24 {
  margin-left: 69.12vw;
}
.lsco-col-xs-offset-right-24 {
  margin-right: 96vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-24 {
  margin-right: 69.12vw;
}
.lsco-col-xs-offset-top-24 {
  margin-top: 96vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-24 {
  margin-top: 69.12vw;
}
.lsco-col-xs-25 {
  flex: 0 0 auto;
  flex-basis: 100vw;
  width: 100vw;
}
.-facets-open-grid .lsco-col-xs-25 {
  flex: 0 0 auto;
  flex-basis: 72vw;
  width: 72vw;
}
.lsco-col-xs-offset-25 {
  margin-left: 100vw;
}
.-facets-open-grid .lsco-col-xs-offset-25 {
  margin-left: 72vw;
}
.lsco-col-xs-offset-right-25 {
  margin-right: 100vw;
}
.-facets-open-grid .lsco-col-xs-offset-right-25 {
  margin-right: 72vw;
}
.lsco-col-xs-offset-top-25 {
  margin-top: 100vw;
}
.-facets-open-grid .lsco-col-xs-offset-top-25 {
  margin-top: 72vw;
}
.lsco-row-xs--unset-justify {
  justify-content: unset;
}
.lsco-row-xs--start {
  justify-content: flex-start;
}
.lsco-row-xs--center {
  justify-content: center;
}
.lsco-row-xs--end {
  justify-content: flex-end;
}
.lsco-row-xs--top {
  align-items: flex-start;
}
.lsco-row-xs--middle {
  align-items: center;
}
.lsco-row-xs--baseline {
  align-items: baseline;
}
.lsco-row-xs--bottom {
  align-items: flex-end;
}
.lsco-row-xs--around {
  justify-content: space-around;
}
.lsco-row-xs--between {
  justify-content: space-between;
}
.lsco-row-xs--reverse {
  flex-direction: row-reverse;
}
.lsco-row-xs--nowrap {
  flex-wrap: nowrap;
}
.lsco-row-xs--wrap {
  flex-wrap: wrap;
}
.lsco-col-xs {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
}
.lsco-col-xs--first {
  order: -1;
}
.lsco-col-xs--last {
  order: 1;
}
.lsco-col-xs--hide {
  display: none;
}
.lsco-col-xs--show {
  display: flex;
}
.lsco-col-xs--show-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
.lsco-col-md-1 {
    flex: 0 0 auto;
    flex-basis: 4vw;
    width: 4vw;
}
.-facets-open-grid .lsco-col-md-1 {
    flex: 0 0 auto;
    flex-basis: 2.88vw;
    width: 2.88vw;
}
.lsco-col-md-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 6vw;
    width: 6vw;
}
.-facets-open-grid .lsco-col-md-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 4.32vw;
    width: 4.32vw;
}
.lsco-col-md-offset-0 {
    margin-left: 0;
}
.-facets-open-grid .lsco-col-md-offset-0 {
    margin-left: 0;
}
.lsco-col-md-offset-right-0 {
    margin-right: 0;
}
.-facets-open-grid .lsco-col-md-offset-right-0 {
    margin-right: 0;
}
.lsco-col-md-offset-top-0 {
    margin-top: 0;
}
.-facets-open-grid .lsco-col-md-offset-top-0 {
    margin-top: 0;
}
.lsco-col-md-offset-1 {
    margin-left: 4vw;
}
.-facets-open-grid .lsco-col-md-offset-1 {
    margin-left: 2.88vw;
}
.lsco-col-md-offset-right-1 {
    margin-right: 4vw;
}
.-facets-open-grid .lsco-col-md-offset-right-1 {
    margin-right: 2.88vw;
}
.lsco-col-md-offset-top-1 {
    margin-top: 4vw;
}
.-facets-open-grid .lsco-col-md-offset-top-1 {
    margin-top: 2.88vw;
}
.lsco-col-md-2 {
    flex: 0 0 auto;
    flex-basis: 8vw;
    width: 8vw;
}
.-facets-open-grid .lsco-col-md-2 {
    flex: 0 0 auto;
    flex-basis: 5.76vw;
    width: 5.76vw;
}
.lsco-col-md-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10vw;
    width: 10vw;
}
.-facets-open-grid .lsco-col-md-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 7.2vw;
    width: 7.2vw;
}
.lsco-col-md-offset-2 {
    margin-left: 8vw;
}
.-facets-open-grid .lsco-col-md-offset-2 {
    margin-left: 5.76vw;
}
.lsco-col-md-offset-right-2 {
    margin-right: 8vw;
}
.-facets-open-grid .lsco-col-md-offset-right-2 {
    margin-right: 5.76vw;
}
.lsco-col-md-offset-top-2 {
    margin-top: 8vw;
}
.-facets-open-grid .lsco-col-md-offset-top-2 {
    margin-top: 5.76vw;
}
.lsco-col-md-3 {
    flex: 0 0 auto;
    flex-basis: 12vw;
    width: 12vw;
}
.-facets-open-grid .lsco-col-md-3 {
    flex: 0 0 auto;
    flex-basis: 8.64vw;
    width: 8.64vw;
}
.lsco-col-md-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 14vw;
    width: 14vw;
}
.-facets-open-grid .lsco-col-md-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10.08vw;
    width: 10.08vw;
}
.lsco-col-md-offset-3 {
    margin-left: 12vw;
}
.-facets-open-grid .lsco-col-md-offset-3 {
    margin-left: 8.64vw;
}
.lsco-col-md-offset-right-3 {
    margin-right: 12vw;
}
.-facets-open-grid .lsco-col-md-offset-right-3 {
    margin-right: 8.64vw;
}
.lsco-col-md-offset-top-3 {
    margin-top: 12vw;
}
.-facets-open-grid .lsco-col-md-offset-top-3 {
    margin-top: 8.64vw;
}
.lsco-col-md-4 {
    flex: 0 0 auto;
    flex-basis: 16vw;
    width: 16vw;
}
.-facets-open-grid .lsco-col-md-4 {
    flex: 0 0 auto;
    flex-basis: 11.52vw;
    width: 11.52vw;
}
.lsco-col-md-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 18vw;
    width: 18vw;
}
.-facets-open-grid .lsco-col-md-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 12.96vw;
    width: 12.96vw;
}
.lsco-col-md-offset-4 {
    margin-left: 16vw;
}
.-facets-open-grid .lsco-col-md-offset-4 {
    margin-left: 11.52vw;
}
.lsco-col-md-offset-right-4 {
    margin-right: 16vw;
}
.-facets-open-grid .lsco-col-md-offset-right-4 {
    margin-right: 11.52vw;
}
.lsco-col-md-offset-top-4 {
    margin-top: 16vw;
}
.-facets-open-grid .lsco-col-md-offset-top-4 {
    margin-top: 11.52vw;
}
.lsco-col-md-5 {
    flex: 0 0 auto;
    flex-basis: 20vw;
    width: 20vw;
}
.-facets-open-grid .lsco-col-md-5 {
    flex: 0 0 auto;
    flex-basis: 14.4vw;
    width: 14.4vw;
}
.lsco-col-md-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 22vw;
    width: 22vw;
}
.-facets-open-grid .lsco-col-md-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 15.84vw;
    width: 15.84vw;
}
.lsco-col-md-offset-5 {
    margin-left: 20vw;
}
.-facets-open-grid .lsco-col-md-offset-5 {
    margin-left: 14.4vw;
}
.lsco-col-md-offset-right-5 {
    margin-right: 20vw;
}
.-facets-open-grid .lsco-col-md-offset-right-5 {
    margin-right: 14.4vw;
}
.lsco-col-md-offset-top-5 {
    margin-top: 20vw;
}
.-facets-open-grid .lsco-col-md-offset-top-5 {
    margin-top: 14.4vw;
}
.lsco-col-md-6 {
    flex: 0 0 auto;
    flex-basis: 24vw;
    width: 24vw;
}
.-facets-open-grid .lsco-col-md-6 {
    flex: 0 0 auto;
    flex-basis: 17.28vw;
    width: 17.28vw;
}
.lsco-col-md-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 26vw;
    width: 26vw;
}
.-facets-open-grid .lsco-col-md-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 18.72vw;
    width: 18.72vw;
}
.lsco-col-md-offset-6 {
    margin-left: 24vw;
}
.-facets-open-grid .lsco-col-md-offset-6 {
    margin-left: 17.28vw;
}
.lsco-col-md-offset-right-6 {
    margin-right: 24vw;
}
.-facets-open-grid .lsco-col-md-offset-right-6 {
    margin-right: 17.28vw;
}
.lsco-col-md-offset-top-6 {
    margin-top: 24vw;
}
.-facets-open-grid .lsco-col-md-offset-top-6 {
    margin-top: 17.28vw;
}
.lsco-col-md-7 {
    flex: 0 0 auto;
    flex-basis: 28vw;
    width: 28vw;
}
.-facets-open-grid .lsco-col-md-7 {
    flex: 0 0 auto;
    flex-basis: 20.16vw;
    width: 20.16vw;
}
.lsco-col-md-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 30vw;
    width: 30vw;
}
.-facets-open-grid .lsco-col-md-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 21.6vw;
    width: 21.6vw;
}
.lsco-col-md-offset-7 {
    margin-left: 28vw;
}
.-facets-open-grid .lsco-col-md-offset-7 {
    margin-left: 20.16vw;
}
.lsco-col-md-offset-right-7 {
    margin-right: 28vw;
}
.-facets-open-grid .lsco-col-md-offset-right-7 {
    margin-right: 20.16vw;
}
.lsco-col-md-offset-top-7 {
    margin-top: 28vw;
}
.-facets-open-grid .lsco-col-md-offset-top-7 {
    margin-top: 20.16vw;
}
.lsco-col-md-8 {
    flex: 0 0 auto;
    flex-basis: 32vw;
    width: 32vw;
}
.-facets-open-grid .lsco-col-md-8 {
    flex: 0 0 auto;
    flex-basis: 23.04vw;
    width: 23.04vw;
}
.lsco-col-md-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 34vw;
    width: 34vw;
}
.-facets-open-grid .lsco-col-md-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 24.48vw;
    width: 24.48vw;
}
.lsco-col-md-offset-8 {
    margin-left: 32vw;
}
.-facets-open-grid .lsco-col-md-offset-8 {
    margin-left: 23.04vw;
}
.lsco-col-md-offset-right-8 {
    margin-right: 32vw;
}
.-facets-open-grid .lsco-col-md-offset-right-8 {
    margin-right: 23.04vw;
}
.lsco-col-md-offset-top-8 {
    margin-top: 32vw;
}
.-facets-open-grid .lsco-col-md-offset-top-8 {
    margin-top: 23.04vw;
}
.lsco-col-md-9 {
    flex: 0 0 auto;
    flex-basis: 36vw;
    width: 36vw;
}
.-facets-open-grid .lsco-col-md-9 {
    flex: 0 0 auto;
    flex-basis: 25.92vw;
    width: 25.92vw;
}
.lsco-col-md-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 38vw;
    width: 38vw;
}
.-facets-open-grid .lsco-col-md-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 27.36vw;
    width: 27.36vw;
}
.lsco-col-md-offset-9 {
    margin-left: 36vw;
}
.-facets-open-grid .lsco-col-md-offset-9 {
    margin-left: 25.92vw;
}
.lsco-col-md-offset-right-9 {
    margin-right: 36vw;
}
.-facets-open-grid .lsco-col-md-offset-right-9 {
    margin-right: 25.92vw;
}
.lsco-col-md-offset-top-9 {
    margin-top: 36vw;
}
.-facets-open-grid .lsco-col-md-offset-top-9 {
    margin-top: 25.92vw;
}
.lsco-col-md-10 {
    flex: 0 0 auto;
    flex-basis: 40vw;
    width: 40vw;
}
.-facets-open-grid .lsco-col-md-10 {
    flex: 0 0 auto;
    flex-basis: 28.8vw;
    width: 28.8vw;
}
.lsco-col-md-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 42vw;
    width: 42vw;
}
.-facets-open-grid .lsco-col-md-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 30.24vw;
    width: 30.24vw;
}
.lsco-col-md-offset-10 {
    margin-left: 40vw;
}
.-facets-open-grid .lsco-col-md-offset-10 {
    margin-left: 28.8vw;
}
.lsco-col-md-offset-right-10 {
    margin-right: 40vw;
}
.-facets-open-grid .lsco-col-md-offset-right-10 {
    margin-right: 28.8vw;
}
.lsco-col-md-offset-top-10 {
    margin-top: 40vw;
}
.-facets-open-grid .lsco-col-md-offset-top-10 {
    margin-top: 28.8vw;
}
.lsco-col-md-11 {
    flex: 0 0 auto;
    flex-basis: 44vw;
    width: 44vw;
}
.-facets-open-grid .lsco-col-md-11 {
    flex: 0 0 auto;
    flex-basis: 31.68vw;
    width: 31.68vw;
}
.lsco-col-md-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 46vw;
    width: 46vw;
}
.-facets-open-grid .lsco-col-md-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 33.12vw;
    width: 33.12vw;
}
.lsco-col-md-offset-11 {
    margin-left: 44vw;
}
.-facets-open-grid .lsco-col-md-offset-11 {
    margin-left: 31.68vw;
}
.lsco-col-md-offset-right-11 {
    margin-right: 44vw;
}
.-facets-open-grid .lsco-col-md-offset-right-11 {
    margin-right: 31.68vw;
}
.lsco-col-md-offset-top-11 {
    margin-top: 44vw;
}
.-facets-open-grid .lsco-col-md-offset-top-11 {
    margin-top: 31.68vw;
}
.lsco-col-md-12 {
    flex: 0 0 auto;
    flex-basis: 48vw;
    width: 48vw;
}
.-facets-open-grid .lsco-col-md-12 {
    flex: 0 0 auto;
    flex-basis: 34.56vw;
    width: 34.56vw;
}
.lsco-col-md-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
}
.-facets-open-grid .lsco-col-md-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 36vw;
    width: 36vw;
}
.lsco-col-md-offset-12 {
    margin-left: 48vw;
}
.-facets-open-grid .lsco-col-md-offset-12 {
    margin-left: 34.56vw;
}
.lsco-col-md-offset-right-12 {
    margin-right: 48vw;
}
.-facets-open-grid .lsco-col-md-offset-right-12 {
    margin-right: 34.56vw;
}
.lsco-col-md-offset-top-12 {
    margin-top: 48vw;
}
.-facets-open-grid .lsco-col-md-offset-top-12 {
    margin-top: 34.56vw;
}
.lsco-col-md-13 {
    flex: 0 0 auto;
    flex-basis: 52vw;
    width: 52vw;
}
.-facets-open-grid .lsco-col-md-13 {
    flex: 0 0 auto;
    flex-basis: 37.44vw;
    width: 37.44vw;
}
.lsco-col-md-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 54vw;
    width: 54vw;
}
.-facets-open-grid .lsco-col-md-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 38.88vw;
    width: 38.88vw;
}
.lsco-col-md-offset-13 {
    margin-left: 52vw;
}
.-facets-open-grid .lsco-col-md-offset-13 {
    margin-left: 37.44vw;
}
.lsco-col-md-offset-right-13 {
    margin-right: 52vw;
}
.-facets-open-grid .lsco-col-md-offset-right-13 {
    margin-right: 37.44vw;
}
.lsco-col-md-offset-top-13 {
    margin-top: 52vw;
}
.-facets-open-grid .lsco-col-md-offset-top-13 {
    margin-top: 37.44vw;
}
.lsco-col-md-14 {
    flex: 0 0 auto;
    flex-basis: 56vw;
    width: 56vw;
}
.-facets-open-grid .lsco-col-md-14 {
    flex: 0 0 auto;
    flex-basis: 40.32vw;
    width: 40.32vw;
}
.lsco-col-md-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 58vw;
    width: 58vw;
}
.-facets-open-grid .lsco-col-md-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 41.76vw;
    width: 41.76vw;
}
.lsco-col-md-offset-14 {
    margin-left: 56vw;
}
.-facets-open-grid .lsco-col-md-offset-14 {
    margin-left: 40.32vw;
}
.lsco-col-md-offset-right-14 {
    margin-right: 56vw;
}
.-facets-open-grid .lsco-col-md-offset-right-14 {
    margin-right: 40.32vw;
}
.lsco-col-md-offset-top-14 {
    margin-top: 56vw;
}
.-facets-open-grid .lsco-col-md-offset-top-14 {
    margin-top: 40.32vw;
}
.lsco-col-md-15 {
    flex: 0 0 auto;
    flex-basis: 60vw;
    width: 60vw;
}
.-facets-open-grid .lsco-col-md-15 {
    flex: 0 0 auto;
    flex-basis: 43.2vw;
    width: 43.2vw;
}
.lsco-col-md-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 62vw;
    width: 62vw;
}
.-facets-open-grid .lsco-col-md-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 44.64vw;
    width: 44.64vw;
}
.lsco-col-md-offset-15 {
    margin-left: 60vw;
}
.-facets-open-grid .lsco-col-md-offset-15 {
    margin-left: 43.2vw;
}
.lsco-col-md-offset-right-15 {
    margin-right: 60vw;
}
.-facets-open-grid .lsco-col-md-offset-right-15 {
    margin-right: 43.2vw;
}
.lsco-col-md-offset-top-15 {
    margin-top: 60vw;
}
.-facets-open-grid .lsco-col-md-offset-top-15 {
    margin-top: 43.2vw;
}
.lsco-col-md-16 {
    flex: 0 0 auto;
    flex-basis: 64vw;
    width: 64vw;
}
.-facets-open-grid .lsco-col-md-16 {
    flex: 0 0 auto;
    flex-basis: 46.08vw;
    width: 46.08vw;
}
.lsco-col-md-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 66vw;
    width: 66vw;
}
.-facets-open-grid .lsco-col-md-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 47.52vw;
    width: 47.52vw;
}
.lsco-col-md-offset-16 {
    margin-left: 64vw;
}
.-facets-open-grid .lsco-col-md-offset-16 {
    margin-left: 46.08vw;
}
.lsco-col-md-offset-right-16 {
    margin-right: 64vw;
}
.-facets-open-grid .lsco-col-md-offset-right-16 {
    margin-right: 46.08vw;
}
.lsco-col-md-offset-top-16 {
    margin-top: 64vw;
}
.-facets-open-grid .lsco-col-md-offset-top-16 {
    margin-top: 46.08vw;
}
.lsco-col-md-17 {
    flex: 0 0 auto;
    flex-basis: 68vw;
    width: 68vw;
}
.-facets-open-grid .lsco-col-md-17 {
    flex: 0 0 auto;
    flex-basis: 48.96vw;
    width: 48.96vw;
}
.lsco-col-md-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 70vw;
    width: 70vw;
}
.-facets-open-grid .lsco-col-md-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 50.4vw;
    width: 50.4vw;
}
.lsco-col-md-offset-17 {
    margin-left: 68vw;
}
.-facets-open-grid .lsco-col-md-offset-17 {
    margin-left: 48.96vw;
}
.lsco-col-md-offset-right-17 {
    margin-right: 68vw;
}
.-facets-open-grid .lsco-col-md-offset-right-17 {
    margin-right: 48.96vw;
}
.lsco-col-md-offset-top-17 {
    margin-top: 68vw;
}
.-facets-open-grid .lsco-col-md-offset-top-17 {
    margin-top: 48.96vw;
}
.lsco-col-md-18 {
    flex: 0 0 auto;
    flex-basis: 72vw;
    width: 72vw;
}
.-facets-open-grid .lsco-col-md-18 {
    flex: 0 0 auto;
    flex-basis: 51.84vw;
    width: 51.84vw;
}
.lsco-col-md-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 74vw;
    width: 74vw;
}
.-facets-open-grid .lsco-col-md-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 53.28vw;
    width: 53.28vw;
}
.lsco-col-md-offset-18 {
    margin-left: 72vw;
}
.-facets-open-grid .lsco-col-md-offset-18 {
    margin-left: 51.84vw;
}
.lsco-col-md-offset-right-18 {
    margin-right: 72vw;
}
.-facets-open-grid .lsco-col-md-offset-right-18 {
    margin-right: 51.84vw;
}
.lsco-col-md-offset-top-18 {
    margin-top: 72vw;
}
.-facets-open-grid .lsco-col-md-offset-top-18 {
    margin-top: 51.84vw;
}
.lsco-col-md-19 {
    flex: 0 0 auto;
    flex-basis: 76vw;
    width: 76vw;
}
.-facets-open-grid .lsco-col-md-19 {
    flex: 0 0 auto;
    flex-basis: 54.72vw;
    width: 54.72vw;
}
.lsco-col-md-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 78vw;
    width: 78vw;
}
.-facets-open-grid .lsco-col-md-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 56.16vw;
    width: 56.16vw;
}
.lsco-col-md-offset-19 {
    margin-left: 76vw;
}
.-facets-open-grid .lsco-col-md-offset-19 {
    margin-left: 54.72vw;
}
.lsco-col-md-offset-right-19 {
    margin-right: 76vw;
}
.-facets-open-grid .lsco-col-md-offset-right-19 {
    margin-right: 54.72vw;
}
.lsco-col-md-offset-top-19 {
    margin-top: 76vw;
}
.-facets-open-grid .lsco-col-md-offset-top-19 {
    margin-top: 54.72vw;
}
.lsco-col-md-20 {
    flex: 0 0 auto;
    flex-basis: 80vw;
    width: 80vw;
}
.-facets-open-grid .lsco-col-md-20 {
    flex: 0 0 auto;
    flex-basis: 57.6vw;
    width: 57.6vw;
}
.lsco-col-md-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 82vw;
    width: 82vw;
}
.-facets-open-grid .lsco-col-md-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 59.04vw;
    width: 59.04vw;
}
.lsco-col-md-offset-20 {
    margin-left: 80vw;
}
.-facets-open-grid .lsco-col-md-offset-20 {
    margin-left: 57.6vw;
}
.lsco-col-md-offset-right-20 {
    margin-right: 80vw;
}
.-facets-open-grid .lsco-col-md-offset-right-20 {
    margin-right: 57.6vw;
}
.lsco-col-md-offset-top-20 {
    margin-top: 80vw;
}
.-facets-open-grid .lsco-col-md-offset-top-20 {
    margin-top: 57.6vw;
}
.lsco-col-md-21 {
    flex: 0 0 auto;
    flex-basis: 84vw;
    width: 84vw;
}
.-facets-open-grid .lsco-col-md-21 {
    flex: 0 0 auto;
    flex-basis: 60.48vw;
    width: 60.48vw;
}
.lsco-col-md-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 86vw;
    width: 86vw;
}
.-facets-open-grid .lsco-col-md-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 61.92vw;
    width: 61.92vw;
}
.lsco-col-md-offset-21 {
    margin-left: 84vw;
}
.-facets-open-grid .lsco-col-md-offset-21 {
    margin-left: 60.48vw;
}
.lsco-col-md-offset-right-21 {
    margin-right: 84vw;
}
.-facets-open-grid .lsco-col-md-offset-right-21 {
    margin-right: 60.48vw;
}
.lsco-col-md-offset-top-21 {
    margin-top: 84vw;
}
.-facets-open-grid .lsco-col-md-offset-top-21 {
    margin-top: 60.48vw;
}
.lsco-col-md-22 {
    flex: 0 0 auto;
    flex-basis: 88vw;
    width: 88vw;
}
.-facets-open-grid .lsco-col-md-22 {
    flex: 0 0 auto;
    flex-basis: 63.36vw;
    width: 63.36vw;
}
.lsco-col-md-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 90vw;
    width: 90vw;
}
.-facets-open-grid .lsco-col-md-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 64.8vw;
    width: 64.8vw;
}
.lsco-col-md-offset-22 {
    margin-left: 88vw;
}
.-facets-open-grid .lsco-col-md-offset-22 {
    margin-left: 63.36vw;
}
.lsco-col-md-offset-right-22 {
    margin-right: 88vw;
}
.-facets-open-grid .lsco-col-md-offset-right-22 {
    margin-right: 63.36vw;
}
.lsco-col-md-offset-top-22 {
    margin-top: 88vw;
}
.-facets-open-grid .lsco-col-md-offset-top-22 {
    margin-top: 63.36vw;
}
.lsco-col-md-23 {
    flex: 0 0 auto;
    flex-basis: 92vw;
    width: 92vw;
}
.-facets-open-grid .lsco-col-md-23 {
    flex: 0 0 auto;
    flex-basis: 66.24vw;
    width: 66.24vw;
}
.lsco-col-md-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 94vw;
    width: 94vw;
}
.-facets-open-grid .lsco-col-md-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 67.68vw;
    width: 67.68vw;
}
.lsco-col-md-offset-23 {
    margin-left: 92vw;
}
.-facets-open-grid .lsco-col-md-offset-23 {
    margin-left: 66.24vw;
}
.lsco-col-md-offset-right-23 {
    margin-right: 92vw;
}
.-facets-open-grid .lsco-col-md-offset-right-23 {
    margin-right: 66.24vw;
}
.lsco-col-md-offset-top-23 {
    margin-top: 92vw;
}
.-facets-open-grid .lsco-col-md-offset-top-23 {
    margin-top: 66.24vw;
}
.lsco-col-md-24 {
    flex: 0 0 auto;
    flex-basis: 96vw;
    width: 96vw;
}
.-facets-open-grid .lsco-col-md-24 {
    flex: 0 0 auto;
    flex-basis: 69.12vw;
    width: 69.12vw;
}
.lsco-col-md-24-and-a-half {
    flex: 0 0 auto;
    flex-basis: 98vw;
    width: 98vw;
}
.-facets-open-grid .lsco-col-md-24-and-a-half {
    flex: 0 0 auto;
    flex-basis: 70.56vw;
    width: 70.56vw;
}
.lsco-col-md-offset-24 {
    margin-left: 96vw;
}
.-facets-open-grid .lsco-col-md-offset-24 {
    margin-left: 69.12vw;
}
.lsco-col-md-offset-right-24 {
    margin-right: 96vw;
}
.-facets-open-grid .lsco-col-md-offset-right-24 {
    margin-right: 69.12vw;
}
.lsco-col-md-offset-top-24 {
    margin-top: 96vw;
}
.-facets-open-grid .lsco-col-md-offset-top-24 {
    margin-top: 69.12vw;
}
.lsco-col-md-25 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
}
.-facets-open-grid .lsco-col-md-25 {
    flex: 0 0 auto;
    flex-basis: 72vw;
    width: 72vw;
}
.lsco-col-md-offset-25 {
    margin-left: 100vw;
}
.-facets-open-grid .lsco-col-md-offset-25 {
    margin-left: 72vw;
}
.lsco-col-md-offset-right-25 {
    margin-right: 100vw;
}
.-facets-open-grid .lsco-col-md-offset-right-25 {
    margin-right: 72vw;
}
.lsco-col-md-offset-top-25 {
    margin-top: 100vw;
}
.-facets-open-grid .lsco-col-md-offset-top-25 {
    margin-top: 72vw;
}
.lsco-row-md--unset-justify {
    justify-content: unset;
}
.lsco-row-md--start {
    justify-content: flex-start;
}
.lsco-row-md--center {
    justify-content: center;
}
.lsco-row-md--end {
    justify-content: flex-end;
}
.lsco-row-md--top {
    align-items: flex-start;
}
.lsco-row-md--middle {
    align-items: center;
}
.lsco-row-md--baseline {
    align-items: baseline;
}
.lsco-row-md--bottom {
    align-items: flex-end;
}
.lsco-row-md--around {
    justify-content: space-around;
}
.lsco-row-md--between {
    justify-content: space-between;
}
.lsco-row-md--reverse {
    flex-direction: row-reverse;
}
.lsco-row-md--nowrap {
    flex-wrap: nowrap;
}
.lsco-row-md--wrap {
    flex-wrap: wrap;
}
.lsco-col-md {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%;
}
.lsco-col-md--first {
    order: -1;
}
.lsco-col-md--last {
    order: 1;
}
.lsco-col-md--hide {
    display: none;
}
.lsco-col-md--show {
    display: flex;
}
.lsco-col-md--show-inline-block {
    display: inline-block;
}
}
@media (min-width: 1025px) {
.lsco-col-lg-1 {
    flex: 0 0 auto;
    flex-basis: 4vw;
    width: 4vw;
}
.-facets-open-grid .lsco-col-lg-1 {
    flex: 0 0 auto;
    flex-basis: 2.88vw;
    width: 2.88vw;
}
.lsco-col-lg-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 6vw;
    width: 6vw;
}
.-facets-open-grid .lsco-col-lg-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 4.32vw;
    width: 4.32vw;
}
.lsco-col-lg-offset-0 {
    margin-left: 0;
}
.-facets-open-grid .lsco-col-lg-offset-0 {
    margin-left: 0;
}
.lsco-col-lg-offset-right-0 {
    margin-right: 0;
}
.-facets-open-grid .lsco-col-lg-offset-right-0 {
    margin-right: 0;
}
.lsco-col-lg-offset-top-0 {
    margin-top: 0;
}
.-facets-open-grid .lsco-col-lg-offset-top-0 {
    margin-top: 0;
}
.lsco-col-lg-offset-1 {
    margin-left: 4vw;
}
.-facets-open-grid .lsco-col-lg-offset-1 {
    margin-left: 2.88vw;
}
.lsco-col-lg-offset-right-1 {
    margin-right: 4vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-1 {
    margin-right: 2.88vw;
}
.lsco-col-lg-offset-top-1 {
    margin-top: 4vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-1 {
    margin-top: 2.88vw;
}
.lsco-col-lg-2 {
    flex: 0 0 auto;
    flex-basis: 8vw;
    width: 8vw;
}
.-facets-open-grid .lsco-col-lg-2 {
    flex: 0 0 auto;
    flex-basis: 5.76vw;
    width: 5.76vw;
}
.lsco-col-lg-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10vw;
    width: 10vw;
}
.-facets-open-grid .lsco-col-lg-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 7.2vw;
    width: 7.2vw;
}
.lsco-col-lg-offset-2 {
    margin-left: 8vw;
}
.-facets-open-grid .lsco-col-lg-offset-2 {
    margin-left: 5.76vw;
}
.lsco-col-lg-offset-right-2 {
    margin-right: 8vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-2 {
    margin-right: 5.76vw;
}
.lsco-col-lg-offset-top-2 {
    margin-top: 8vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-2 {
    margin-top: 5.76vw;
}
.lsco-col-lg-3 {
    flex: 0 0 auto;
    flex-basis: 12vw;
    width: 12vw;
}
.-facets-open-grid .lsco-col-lg-3 {
    flex: 0 0 auto;
    flex-basis: 8.64vw;
    width: 8.64vw;
}
.lsco-col-lg-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 14vw;
    width: 14vw;
}
.-facets-open-grid .lsco-col-lg-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10.08vw;
    width: 10.08vw;
}
.lsco-col-lg-offset-3 {
    margin-left: 12vw;
}
.-facets-open-grid .lsco-col-lg-offset-3 {
    margin-left: 8.64vw;
}
.lsco-col-lg-offset-right-3 {
    margin-right: 12vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-3 {
    margin-right: 8.64vw;
}
.lsco-col-lg-offset-top-3 {
    margin-top: 12vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-3 {
    margin-top: 8.64vw;
}
.lsco-col-lg-4 {
    flex: 0 0 auto;
    flex-basis: 16vw;
    width: 16vw;
}
.-facets-open-grid .lsco-col-lg-4 {
    flex: 0 0 auto;
    flex-basis: 11.52vw;
    width: 11.52vw;
}
.lsco-col-lg-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 18vw;
    width: 18vw;
}
.-facets-open-grid .lsco-col-lg-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 12.96vw;
    width: 12.96vw;
}
.lsco-col-lg-offset-4 {
    margin-left: 16vw;
}
.-facets-open-grid .lsco-col-lg-offset-4 {
    margin-left: 11.52vw;
}
.lsco-col-lg-offset-right-4 {
    margin-right: 16vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-4 {
    margin-right: 11.52vw;
}
.lsco-col-lg-offset-top-4 {
    margin-top: 16vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-4 {
    margin-top: 11.52vw;
}
.lsco-col-lg-5 {
    flex: 0 0 auto;
    flex-basis: 20vw;
    width: 20vw;
}
.-facets-open-grid .lsco-col-lg-5 {
    flex: 0 0 auto;
    flex-basis: 14.4vw;
    width: 14.4vw;
}
.lsco-col-lg-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 22vw;
    width: 22vw;
}
.-facets-open-grid .lsco-col-lg-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 15.84vw;
    width: 15.84vw;
}
.lsco-col-lg-offset-5 {
    margin-left: 20vw;
}
.-facets-open-grid .lsco-col-lg-offset-5 {
    margin-left: 14.4vw;
}
.lsco-col-lg-offset-right-5 {
    margin-right: 20vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-5 {
    margin-right: 14.4vw;
}
.lsco-col-lg-offset-top-5 {
    margin-top: 20vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-5 {
    margin-top: 14.4vw;
}
.lsco-col-lg-6 {
    flex: 0 0 auto;
    flex-basis: 24vw;
    width: 24vw;
}
.-facets-open-grid .lsco-col-lg-6 {
    flex: 0 0 auto;
    flex-basis: 17.28vw;
    width: 17.28vw;
}
.lsco-col-lg-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 26vw;
    width: 26vw;
}
.-facets-open-grid .lsco-col-lg-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 18.72vw;
    width: 18.72vw;
}
.lsco-col-lg-offset-6 {
    margin-left: 24vw;
}
.-facets-open-grid .lsco-col-lg-offset-6 {
    margin-left: 17.28vw;
}
.lsco-col-lg-offset-right-6 {
    margin-right: 24vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-6 {
    margin-right: 17.28vw;
}
.lsco-col-lg-offset-top-6 {
    margin-top: 24vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-6 {
    margin-top: 17.28vw;
}
.lsco-col-lg-7 {
    flex: 0 0 auto;
    flex-basis: 28vw;
    width: 28vw;
}
.-facets-open-grid .lsco-col-lg-7 {
    flex: 0 0 auto;
    flex-basis: 20.16vw;
    width: 20.16vw;
}
.lsco-col-lg-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 30vw;
    width: 30vw;
}
.-facets-open-grid .lsco-col-lg-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 21.6vw;
    width: 21.6vw;
}
.lsco-col-lg-offset-7 {
    margin-left: 28vw;
}
.-facets-open-grid .lsco-col-lg-offset-7 {
    margin-left: 20.16vw;
}
.lsco-col-lg-offset-right-7 {
    margin-right: 28vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-7 {
    margin-right: 20.16vw;
}
.lsco-col-lg-offset-top-7 {
    margin-top: 28vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-7 {
    margin-top: 20.16vw;
}
.lsco-col-lg-8 {
    flex: 0 0 auto;
    flex-basis: 32vw;
    width: 32vw;
}
.-facets-open-grid .lsco-col-lg-8 {
    flex: 0 0 auto;
    flex-basis: 23.04vw;
    width: 23.04vw;
}
.lsco-col-lg-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 34vw;
    width: 34vw;
}
.-facets-open-grid .lsco-col-lg-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 24.48vw;
    width: 24.48vw;
}
.lsco-col-lg-offset-8 {
    margin-left: 32vw;
}
.-facets-open-grid .lsco-col-lg-offset-8 {
    margin-left: 23.04vw;
}
.lsco-col-lg-offset-right-8 {
    margin-right: 32vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-8 {
    margin-right: 23.04vw;
}
.lsco-col-lg-offset-top-8 {
    margin-top: 32vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-8 {
    margin-top: 23.04vw;
}
.lsco-col-lg-9 {
    flex: 0 0 auto;
    flex-basis: 36vw;
    width: 36vw;
}
.-facets-open-grid .lsco-col-lg-9 {
    flex: 0 0 auto;
    flex-basis: 25.92vw;
    width: 25.92vw;
}
.lsco-col-lg-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 38vw;
    width: 38vw;
}
.-facets-open-grid .lsco-col-lg-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 27.36vw;
    width: 27.36vw;
}
.lsco-col-lg-offset-9 {
    margin-left: 36vw;
}
.-facets-open-grid .lsco-col-lg-offset-9 {
    margin-left: 25.92vw;
}
.lsco-col-lg-offset-right-9 {
    margin-right: 36vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-9 {
    margin-right: 25.92vw;
}
.lsco-col-lg-offset-top-9 {
    margin-top: 36vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-9 {
    margin-top: 25.92vw;
}
.lsco-col-lg-10 {
    flex: 0 0 auto;
    flex-basis: 40vw;
    width: 40vw;
}
.-facets-open-grid .lsco-col-lg-10 {
    flex: 0 0 auto;
    flex-basis: 28.8vw;
    width: 28.8vw;
}
.lsco-col-lg-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 42vw;
    width: 42vw;
}
.-facets-open-grid .lsco-col-lg-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 30.24vw;
    width: 30.24vw;
}
.lsco-col-lg-offset-10 {
    margin-left: 40vw;
}
.-facets-open-grid .lsco-col-lg-offset-10 {
    margin-left: 28.8vw;
}
.lsco-col-lg-offset-right-10 {
    margin-right: 40vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-10 {
    margin-right: 28.8vw;
}
.lsco-col-lg-offset-top-10 {
    margin-top: 40vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-10 {
    margin-top: 28.8vw;
}
.lsco-col-lg-11 {
    flex: 0 0 auto;
    flex-basis: 44vw;
    width: 44vw;
}
.-facets-open-grid .lsco-col-lg-11 {
    flex: 0 0 auto;
    flex-basis: 31.68vw;
    width: 31.68vw;
}
.lsco-col-lg-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 46vw;
    width: 46vw;
}
.-facets-open-grid .lsco-col-lg-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 33.12vw;
    width: 33.12vw;
}
.lsco-col-lg-offset-11 {
    margin-left: 44vw;
}
.-facets-open-grid .lsco-col-lg-offset-11 {
    margin-left: 31.68vw;
}
.lsco-col-lg-offset-right-11 {
    margin-right: 44vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-11 {
    margin-right: 31.68vw;
}
.lsco-col-lg-offset-top-11 {
    margin-top: 44vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-11 {
    margin-top: 31.68vw;
}
.lsco-col-lg-12 {
    flex: 0 0 auto;
    flex-basis: 48vw;
    width: 48vw;
}
.-facets-open-grid .lsco-col-lg-12 {
    flex: 0 0 auto;
    flex-basis: 34.56vw;
    width: 34.56vw;
}
.lsco-col-lg-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
}
.-facets-open-grid .lsco-col-lg-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 36vw;
    width: 36vw;
}
.lsco-col-lg-offset-12 {
    margin-left: 48vw;
}
.-facets-open-grid .lsco-col-lg-offset-12 {
    margin-left: 34.56vw;
}
.lsco-col-lg-offset-right-12 {
    margin-right: 48vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-12 {
    margin-right: 34.56vw;
}
.lsco-col-lg-offset-top-12 {
    margin-top: 48vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-12 {
    margin-top: 34.56vw;
}
.lsco-col-lg-13 {
    flex: 0 0 auto;
    flex-basis: 52vw;
    width: 52vw;
}
.-facets-open-grid .lsco-col-lg-13 {
    flex: 0 0 auto;
    flex-basis: 37.44vw;
    width: 37.44vw;
}
.lsco-col-lg-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 54vw;
    width: 54vw;
}
.-facets-open-grid .lsco-col-lg-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 38.88vw;
    width: 38.88vw;
}
.lsco-col-lg-offset-13 {
    margin-left: 52vw;
}
.-facets-open-grid .lsco-col-lg-offset-13 {
    margin-left: 37.44vw;
}
.lsco-col-lg-offset-right-13 {
    margin-right: 52vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-13 {
    margin-right: 37.44vw;
}
.lsco-col-lg-offset-top-13 {
    margin-top: 52vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-13 {
    margin-top: 37.44vw;
}
.lsco-col-lg-14 {
    flex: 0 0 auto;
    flex-basis: 56vw;
    width: 56vw;
}
.-facets-open-grid .lsco-col-lg-14 {
    flex: 0 0 auto;
    flex-basis: 40.32vw;
    width: 40.32vw;
}
.lsco-col-lg-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 58vw;
    width: 58vw;
}
.-facets-open-grid .lsco-col-lg-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 41.76vw;
    width: 41.76vw;
}
.lsco-col-lg-offset-14 {
    margin-left: 56vw;
}
.-facets-open-grid .lsco-col-lg-offset-14 {
    margin-left: 40.32vw;
}
.lsco-col-lg-offset-right-14 {
    margin-right: 56vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-14 {
    margin-right: 40.32vw;
}
.lsco-col-lg-offset-top-14 {
    margin-top: 56vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-14 {
    margin-top: 40.32vw;
}
.lsco-col-lg-15 {
    flex: 0 0 auto;
    flex-basis: 60vw;
    width: 60vw;
}
.-facets-open-grid .lsco-col-lg-15 {
    flex: 0 0 auto;
    flex-basis: 43.2vw;
    width: 43.2vw;
}
.lsco-col-lg-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 62vw;
    width: 62vw;
}
.-facets-open-grid .lsco-col-lg-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 44.64vw;
    width: 44.64vw;
}
.lsco-col-lg-offset-15 {
    margin-left: 60vw;
}
.-facets-open-grid .lsco-col-lg-offset-15 {
    margin-left: 43.2vw;
}
.lsco-col-lg-offset-right-15 {
    margin-right: 60vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-15 {
    margin-right: 43.2vw;
}
.lsco-col-lg-offset-top-15 {
    margin-top: 60vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-15 {
    margin-top: 43.2vw;
}
.lsco-col-lg-16 {
    flex: 0 0 auto;
    flex-basis: 64vw;
    width: 64vw;
}
.-facets-open-grid .lsco-col-lg-16 {
    flex: 0 0 auto;
    flex-basis: 46.08vw;
    width: 46.08vw;
}
.lsco-col-lg-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 66vw;
    width: 66vw;
}
.-facets-open-grid .lsco-col-lg-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 47.52vw;
    width: 47.52vw;
}
.lsco-col-lg-offset-16 {
    margin-left: 64vw;
}
.-facets-open-grid .lsco-col-lg-offset-16 {
    margin-left: 46.08vw;
}
.lsco-col-lg-offset-right-16 {
    margin-right: 64vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-16 {
    margin-right: 46.08vw;
}
.lsco-col-lg-offset-top-16 {
    margin-top: 64vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-16 {
    margin-top: 46.08vw;
}
.lsco-col-lg-17 {
    flex: 0 0 auto;
    flex-basis: 68vw;
    width: 68vw;
}
.-facets-open-grid .lsco-col-lg-17 {
    flex: 0 0 auto;
    flex-basis: 48.96vw;
    width: 48.96vw;
}
.lsco-col-lg-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 70vw;
    width: 70vw;
}
.-facets-open-grid .lsco-col-lg-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 50.4vw;
    width: 50.4vw;
}
.lsco-col-lg-offset-17 {
    margin-left: 68vw;
}
.-facets-open-grid .lsco-col-lg-offset-17 {
    margin-left: 48.96vw;
}
.lsco-col-lg-offset-right-17 {
    margin-right: 68vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-17 {
    margin-right: 48.96vw;
}
.lsco-col-lg-offset-top-17 {
    margin-top: 68vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-17 {
    margin-top: 48.96vw;
}
.lsco-col-lg-18 {
    flex: 0 0 auto;
    flex-basis: 72vw;
    width: 72vw;
}
.-facets-open-grid .lsco-col-lg-18 {
    flex: 0 0 auto;
    flex-basis: 51.84vw;
    width: 51.84vw;
}
.lsco-col-lg-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 74vw;
    width: 74vw;
}
.-facets-open-grid .lsco-col-lg-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 53.28vw;
    width: 53.28vw;
}
.lsco-col-lg-offset-18 {
    margin-left: 72vw;
}
.-facets-open-grid .lsco-col-lg-offset-18 {
    margin-left: 51.84vw;
}
.lsco-col-lg-offset-right-18 {
    margin-right: 72vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-18 {
    margin-right: 51.84vw;
}
.lsco-col-lg-offset-top-18 {
    margin-top: 72vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-18 {
    margin-top: 51.84vw;
}
.lsco-col-lg-19 {
    flex: 0 0 auto;
    flex-basis: 76vw;
    width: 76vw;
}
.-facets-open-grid .lsco-col-lg-19 {
    flex: 0 0 auto;
    flex-basis: 54.72vw;
    width: 54.72vw;
}
.lsco-col-lg-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 78vw;
    width: 78vw;
}
.-facets-open-grid .lsco-col-lg-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 56.16vw;
    width: 56.16vw;
}
.lsco-col-lg-offset-19 {
    margin-left: 76vw;
}
.-facets-open-grid .lsco-col-lg-offset-19 {
    margin-left: 54.72vw;
}
.lsco-col-lg-offset-right-19 {
    margin-right: 76vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-19 {
    margin-right: 54.72vw;
}
.lsco-col-lg-offset-top-19 {
    margin-top: 76vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-19 {
    margin-top: 54.72vw;
}
.lsco-col-lg-20 {
    flex: 0 0 auto;
    flex-basis: 80vw;
    width: 80vw;
}
.-facets-open-grid .lsco-col-lg-20 {
    flex: 0 0 auto;
    flex-basis: 57.6vw;
    width: 57.6vw;
}
.lsco-col-lg-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 82vw;
    width: 82vw;
}
.-facets-open-grid .lsco-col-lg-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 59.04vw;
    width: 59.04vw;
}
.lsco-col-lg-offset-20 {
    margin-left: 80vw;
}
.-facets-open-grid .lsco-col-lg-offset-20 {
    margin-left: 57.6vw;
}
.lsco-col-lg-offset-right-20 {
    margin-right: 80vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-20 {
    margin-right: 57.6vw;
}
.lsco-col-lg-offset-top-20 {
    margin-top: 80vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-20 {
    margin-top: 57.6vw;
}
.lsco-col-lg-21 {
    flex: 0 0 auto;
    flex-basis: 84vw;
    width: 84vw;
}
.-facets-open-grid .lsco-col-lg-21 {
    flex: 0 0 auto;
    flex-basis: 60.48vw;
    width: 60.48vw;
}
.lsco-col-lg-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 86vw;
    width: 86vw;
}
.-facets-open-grid .lsco-col-lg-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 61.92vw;
    width: 61.92vw;
}
.lsco-col-lg-offset-21 {
    margin-left: 84vw;
}
.-facets-open-grid .lsco-col-lg-offset-21 {
    margin-left: 60.48vw;
}
.lsco-col-lg-offset-right-21 {
    margin-right: 84vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-21 {
    margin-right: 60.48vw;
}
.lsco-col-lg-offset-top-21 {
    margin-top: 84vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-21 {
    margin-top: 60.48vw;
}
.lsco-col-lg-22 {
    flex: 0 0 auto;
    flex-basis: 88vw;
    width: 88vw;
}
.-facets-open-grid .lsco-col-lg-22 {
    flex: 0 0 auto;
    flex-basis: 63.36vw;
    width: 63.36vw;
}
.lsco-col-lg-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 90vw;
    width: 90vw;
}
.-facets-open-grid .lsco-col-lg-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 64.8vw;
    width: 64.8vw;
}
.lsco-col-lg-offset-22 {
    margin-left: 88vw;
}
.-facets-open-grid .lsco-col-lg-offset-22 {
    margin-left: 63.36vw;
}
.lsco-col-lg-offset-right-22 {
    margin-right: 88vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-22 {
    margin-right: 63.36vw;
}
.lsco-col-lg-offset-top-22 {
    margin-top: 88vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-22 {
    margin-top: 63.36vw;
}
.lsco-col-lg-23 {
    flex: 0 0 auto;
    flex-basis: 92vw;
    width: 92vw;
}
.-facets-open-grid .lsco-col-lg-23 {
    flex: 0 0 auto;
    flex-basis: 66.24vw;
    width: 66.24vw;
}
.lsco-col-lg-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 94vw;
    width: 94vw;
}
.-facets-open-grid .lsco-col-lg-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 67.68vw;
    width: 67.68vw;
}
.lsco-col-lg-offset-23 {
    margin-left: 92vw;
}
.-facets-open-grid .lsco-col-lg-offset-23 {
    margin-left: 66.24vw;
}
.lsco-col-lg-offset-right-23 {
    margin-right: 92vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-23 {
    margin-right: 66.24vw;
}
.lsco-col-lg-offset-top-23 {
    margin-top: 92vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-23 {
    margin-top: 66.24vw;
}
.lsco-col-lg-24 {
    flex: 0 0 auto;
    flex-basis: 96vw;
    width: 96vw;
}
.-facets-open-grid .lsco-col-lg-24 {
    flex: 0 0 auto;
    flex-basis: 69.12vw;
    width: 69.12vw;
}
.lsco-col-lg-24-and-a-half {
    flex: 0 0 auto;
    flex-basis: 98vw;
    width: 98vw;
}
.-facets-open-grid .lsco-col-lg-24-and-a-half {
    flex: 0 0 auto;
    flex-basis: 70.56vw;
    width: 70.56vw;
}
.lsco-col-lg-offset-24 {
    margin-left: 96vw;
}
.-facets-open-grid .lsco-col-lg-offset-24 {
    margin-left: 69.12vw;
}
.lsco-col-lg-offset-right-24 {
    margin-right: 96vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-24 {
    margin-right: 69.12vw;
}
.lsco-col-lg-offset-top-24 {
    margin-top: 96vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-24 {
    margin-top: 69.12vw;
}
.lsco-col-lg-25 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
}
.-facets-open-grid .lsco-col-lg-25 {
    flex: 0 0 auto;
    flex-basis: 72vw;
    width: 72vw;
}
.lsco-col-lg-offset-25 {
    margin-left: 100vw;
}
.-facets-open-grid .lsco-col-lg-offset-25 {
    margin-left: 72vw;
}
.lsco-col-lg-offset-right-25 {
    margin-right: 100vw;
}
.-facets-open-grid .lsco-col-lg-offset-right-25 {
    margin-right: 72vw;
}
.lsco-col-lg-offset-top-25 {
    margin-top: 100vw;
}
.-facets-open-grid .lsco-col-lg-offset-top-25 {
    margin-top: 72vw;
}
.lsco-row-lg--unset-justify {
    justify-content: unset;
}
.lsco-row-lg--start {
    justify-content: flex-start;
}
.lsco-row-lg--center {
    justify-content: center;
}
.lsco-row-lg--end {
    justify-content: flex-end;
}
.lsco-row-lg--top {
    align-items: flex-start;
}
.lsco-row-lg--middle {
    align-items: center;
}
.lsco-row-lg--baseline {
    align-items: baseline;
}
.lsco-row-lg--bottom {
    align-items: flex-end;
}
.lsco-row-lg--around {
    justify-content: space-around;
}
.lsco-row-lg--between {
    justify-content: space-between;
}
.lsco-row-lg--reverse {
    flex-direction: row-reverse;
}
.lsco-row-lg--nowrap {
    flex-wrap: nowrap;
}
.lsco-row-lg--wrap {
    flex-wrap: wrap;
}
.lsco-col-lg {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%;
}
.lsco-col-lg--first {
    order: -1;
}
.lsco-col-lg--last {
    order: 1;
}
.lsco-col-lg--hide {
    display: none;
}
.lsco-col-lg--show {
    display: flex;
}
.lsco-col-lg--show-inline-block {
    display: inline-block;
}
}
.lsco-col-grid24-xs-1 {
  flex: 0 0 auto;
  flex-basis: 4.1666666667vw;
  width: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-1 {
  flex: 0 0 auto;
  flex-basis: 3.125vw;
  width: 3.125vw;
}
.lsco-col-grid24-xs-1-and-a-half {
  flex: 0 0 auto;
  flex-basis: 6.25vw;
  width: 6.25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-1-and-a-half {
  flex: 0 0 auto;
  flex-basis: 4.6875vw;
  width: 4.6875vw;
}
.lsco-col-grid24-xs-offset-0 {
  margin-left: 0;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-0 {
  margin-left: 0;
}
.lsco-col-grid24-xs-offset-right-0 {
  margin-right: 0;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-0 {
  margin-right: 0;
}
.lsco-col-grid24-xs-offset-top-0 {
  margin-top: 0;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-0 {
  margin-top: 0;
}
.lsco-col-grid24-xs-offset-1 {
  margin-left: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-1 {
  margin-left: 3.125vw;
}
.lsco-col-grid24-xs-offset-right-1 {
  margin-right: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-1 {
  margin-right: 3.125vw;
}
.lsco-col-grid24-xs-offset-top-1 {
  margin-top: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-1 {
  margin-top: 3.125vw;
}
.lsco-col-grid24-xs-2 {
  flex: 0 0 auto;
  flex-basis: 8.3333333333vw;
  width: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-2 {
  flex: 0 0 auto;
  flex-basis: 6.25vw;
  width: 6.25vw;
}
.lsco-col-grid24-xs-2-and-a-half {
  flex: 0 0 auto;
  flex-basis: 10.4166666667vw;
  width: 10.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-2-and-a-half {
  flex: 0 0 auto;
  flex-basis: 7.8125vw;
  width: 7.8125vw;
}
.lsco-col-grid24-xs-offset-2 {
  margin-left: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-2 {
  margin-left: 6.25vw;
}
.lsco-col-grid24-xs-offset-right-2 {
  margin-right: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-2 {
  margin-right: 6.25vw;
}
.lsco-col-grid24-xs-offset-top-2 {
  margin-top: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-2 {
  margin-top: 6.25vw;
}
.lsco-col-grid24-xs-3 {
  flex: 0 0 auto;
  flex-basis: 12.5vw;
  width: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-3 {
  flex: 0 0 auto;
  flex-basis: 9.375vw;
  width: 9.375vw;
}
.lsco-col-grid24-xs-3-and-a-half {
  flex: 0 0 auto;
  flex-basis: 14.5833333333vw;
  width: 14.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-3-and-a-half {
  flex: 0 0 auto;
  flex-basis: 10.9375vw;
  width: 10.9375vw;
}
.lsco-col-grid24-xs-offset-3 {
  margin-left: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-3 {
  margin-left: 9.375vw;
}
.lsco-col-grid24-xs-offset-right-3 {
  margin-right: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-3 {
  margin-right: 9.375vw;
}
.lsco-col-grid24-xs-offset-top-3 {
  margin-top: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-3 {
  margin-top: 9.375vw;
}
.lsco-col-grid24-xs-4 {
  flex: 0 0 auto;
  flex-basis: 16.6666666667vw;
  width: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-4 {
  flex: 0 0 auto;
  flex-basis: 12.5vw;
  width: 12.5vw;
}
.lsco-col-grid24-xs-4-and-a-half {
  flex: 0 0 auto;
  flex-basis: 18.75vw;
  width: 18.75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-4-and-a-half {
  flex: 0 0 auto;
  flex-basis: 14.0625vw;
  width: 14.0625vw;
}
.lsco-col-grid24-xs-offset-4 {
  margin-left: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-4 {
  margin-left: 12.5vw;
}
.lsco-col-grid24-xs-offset-right-4 {
  margin-right: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-4 {
  margin-right: 12.5vw;
}
.lsco-col-grid24-xs-offset-top-4 {
  margin-top: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-4 {
  margin-top: 12.5vw;
}
.lsco-col-grid24-xs-5 {
  flex: 0 0 auto;
  flex-basis: 20.8333333333vw;
  width: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-5 {
  flex: 0 0 auto;
  flex-basis: 15.625vw;
  width: 15.625vw;
}
.lsco-col-grid24-xs-5-and-a-half {
  flex: 0 0 auto;
  flex-basis: 22.9166666667vw;
  width: 22.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-5-and-a-half {
  flex: 0 0 auto;
  flex-basis: 17.1875vw;
  width: 17.1875vw;
}
.lsco-col-grid24-xs-offset-5 {
  margin-left: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-5 {
  margin-left: 15.625vw;
}
.lsco-col-grid24-xs-offset-right-5 {
  margin-right: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-5 {
  margin-right: 15.625vw;
}
.lsco-col-grid24-xs-offset-top-5 {
  margin-top: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-5 {
  margin-top: 15.625vw;
}
.lsco-col-grid24-xs-6 {
  flex: 0 0 auto;
  flex-basis: 25vw;
  width: 25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-6 {
  flex: 0 0 auto;
  flex-basis: 18.75vw;
  width: 18.75vw;
}
.lsco-col-grid24-xs-6-and-a-half {
  flex: 0 0 auto;
  flex-basis: 27.0833333333vw;
  width: 27.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-6-and-a-half {
  flex: 0 0 auto;
  flex-basis: 20.3125vw;
  width: 20.3125vw;
}
.lsco-col-grid24-xs-offset-6 {
  margin-left: 25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-6 {
  margin-left: 18.75vw;
}
.lsco-col-grid24-xs-offset-right-6 {
  margin-right: 25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-6 {
  margin-right: 18.75vw;
}
.lsco-col-grid24-xs-offset-top-6 {
  margin-top: 25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-6 {
  margin-top: 18.75vw;
}
.lsco-col-grid24-xs-7 {
  flex: 0 0 auto;
  flex-basis: 29.1666666667vw;
  width: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-7 {
  flex: 0 0 auto;
  flex-basis: 21.875vw;
  width: 21.875vw;
}
.lsco-col-grid24-xs-7-and-a-half {
  flex: 0 0 auto;
  flex-basis: 31.25vw;
  width: 31.25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-7-and-a-half {
  flex: 0 0 auto;
  flex-basis: 23.4375vw;
  width: 23.4375vw;
}
.lsco-col-grid24-xs-offset-7 {
  margin-left: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-7 {
  margin-left: 21.875vw;
}
.lsco-col-grid24-xs-offset-right-7 {
  margin-right: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-7 {
  margin-right: 21.875vw;
}
.lsco-col-grid24-xs-offset-top-7 {
  margin-top: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-7 {
  margin-top: 21.875vw;
}
.lsco-col-grid24-xs-8 {
  flex: 0 0 auto;
  flex-basis: 33.3333333333vw;
  width: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-8 {
  flex: 0 0 auto;
  flex-basis: 25vw;
  width: 25vw;
}
.lsco-col-grid24-xs-8-and-a-half {
  flex: 0 0 auto;
  flex-basis: 35.4166666667vw;
  width: 35.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-8-and-a-half {
  flex: 0 0 auto;
  flex-basis: 26.5625vw;
  width: 26.5625vw;
}
.lsco-col-grid24-xs-offset-8 {
  margin-left: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-8 {
  margin-left: 25vw;
}
.lsco-col-grid24-xs-offset-right-8 {
  margin-right: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-8 {
  margin-right: 25vw;
}
.lsco-col-grid24-xs-offset-top-8 {
  margin-top: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-8 {
  margin-top: 25vw;
}
.lsco-col-grid24-xs-9 {
  flex: 0 0 auto;
  flex-basis: 37.5vw;
  width: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-9 {
  flex: 0 0 auto;
  flex-basis: 28.125vw;
  width: 28.125vw;
}
.lsco-col-grid24-xs-9-and-a-half {
  flex: 0 0 auto;
  flex-basis: 39.5833333333vw;
  width: 39.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-9-and-a-half {
  flex: 0 0 auto;
  flex-basis: 29.6875vw;
  width: 29.6875vw;
}
.lsco-col-grid24-xs-offset-9 {
  margin-left: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-9 {
  margin-left: 28.125vw;
}
.lsco-col-grid24-xs-offset-right-9 {
  margin-right: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-9 {
  margin-right: 28.125vw;
}
.lsco-col-grid24-xs-offset-top-9 {
  margin-top: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-9 {
  margin-top: 28.125vw;
}
.lsco-col-grid24-xs-10 {
  flex: 0 0 auto;
  flex-basis: 41.6666666667vw;
  width: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-10 {
  flex: 0 0 auto;
  flex-basis: 31.25vw;
  width: 31.25vw;
}
.lsco-col-grid24-xs-10-and-a-half {
  flex: 0 0 auto;
  flex-basis: 43.75vw;
  width: 43.75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-10-and-a-half {
  flex: 0 0 auto;
  flex-basis: 32.8125vw;
  width: 32.8125vw;
}
.lsco-col-grid24-xs-offset-10 {
  margin-left: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-10 {
  margin-left: 31.25vw;
}
.lsco-col-grid24-xs-offset-right-10 {
  margin-right: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-10 {
  margin-right: 31.25vw;
}
.lsco-col-grid24-xs-offset-top-10 {
  margin-top: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-10 {
  margin-top: 31.25vw;
}
.lsco-col-grid24-xs-11 {
  flex: 0 0 auto;
  flex-basis: 45.8333333333vw;
  width: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-11 {
  flex: 0 0 auto;
  flex-basis: 34.375vw;
  width: 34.375vw;
}
.lsco-col-grid24-xs-11-and-a-half {
  flex: 0 0 auto;
  flex-basis: 47.9166666667vw;
  width: 47.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-11-and-a-half {
  flex: 0 0 auto;
  flex-basis: 35.9375vw;
  width: 35.9375vw;
}
.lsco-col-grid24-xs-offset-11 {
  margin-left: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-11 {
  margin-left: 34.375vw;
}
.lsco-col-grid24-xs-offset-right-11 {
  margin-right: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-11 {
  margin-right: 34.375vw;
}
.lsco-col-grid24-xs-offset-top-11 {
  margin-top: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-11 {
  margin-top: 34.375vw;
}
.lsco-col-grid24-xs-12 {
  flex: 0 0 auto;
  flex-basis: 50vw;
  width: 50vw;
}
.-facets-open-grid .lsco-col-grid24-xs-12 {
  flex: 0 0 auto;
  flex-basis: 37.5vw;
  width: 37.5vw;
}
.lsco-col-grid24-xs-12-and-a-half {
  flex: 0 0 auto;
  flex-basis: 52.0833333333vw;
  width: 52.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-12-and-a-half {
  flex: 0 0 auto;
  flex-basis: 39.0625vw;
  width: 39.0625vw;
}
.lsco-col-grid24-xs-offset-12 {
  margin-left: 50vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-12 {
  margin-left: 37.5vw;
}
.lsco-col-grid24-xs-offset-right-12 {
  margin-right: 50vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-12 {
  margin-right: 37.5vw;
}
.lsco-col-grid24-xs-offset-top-12 {
  margin-top: 50vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-12 {
  margin-top: 37.5vw;
}
.lsco-col-grid24-xs-13 {
  flex: 0 0 auto;
  flex-basis: 54.1666666667vw;
  width: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-13 {
  flex: 0 0 auto;
  flex-basis: 40.625vw;
  width: 40.625vw;
}
.lsco-col-grid24-xs-13-and-a-half {
  flex: 0 0 auto;
  flex-basis: 56.25vw;
  width: 56.25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-13-and-a-half {
  flex: 0 0 auto;
  flex-basis: 42.1875vw;
  width: 42.1875vw;
}
.lsco-col-grid24-xs-offset-13 {
  margin-left: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-13 {
  margin-left: 40.625vw;
}
.lsco-col-grid24-xs-offset-right-13 {
  margin-right: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-13 {
  margin-right: 40.625vw;
}
.lsco-col-grid24-xs-offset-top-13 {
  margin-top: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-13 {
  margin-top: 40.625vw;
}
.lsco-col-grid24-xs-14 {
  flex: 0 0 auto;
  flex-basis: 58.3333333333vw;
  width: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-14 {
  flex: 0 0 auto;
  flex-basis: 43.75vw;
  width: 43.75vw;
}
.lsco-col-grid24-xs-14-and-a-half {
  flex: 0 0 auto;
  flex-basis: 60.4166666667vw;
  width: 60.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-14-and-a-half {
  flex: 0 0 auto;
  flex-basis: 45.3125vw;
  width: 45.3125vw;
}
.lsco-col-grid24-xs-offset-14 {
  margin-left: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-14 {
  margin-left: 43.75vw;
}
.lsco-col-grid24-xs-offset-right-14 {
  margin-right: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-14 {
  margin-right: 43.75vw;
}
.lsco-col-grid24-xs-offset-top-14 {
  margin-top: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-14 {
  margin-top: 43.75vw;
}
.lsco-col-grid24-xs-15 {
  flex: 0 0 auto;
  flex-basis: 62.5vw;
  width: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-15 {
  flex: 0 0 auto;
  flex-basis: 46.875vw;
  width: 46.875vw;
}
.lsco-col-grid24-xs-15-and-a-half {
  flex: 0 0 auto;
  flex-basis: 64.5833333333vw;
  width: 64.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-15-and-a-half {
  flex: 0 0 auto;
  flex-basis: 48.4375vw;
  width: 48.4375vw;
}
.lsco-col-grid24-xs-offset-15 {
  margin-left: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-15 {
  margin-left: 46.875vw;
}
.lsco-col-grid24-xs-offset-right-15 {
  margin-right: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-15 {
  margin-right: 46.875vw;
}
.lsco-col-grid24-xs-offset-top-15 {
  margin-top: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-15 {
  margin-top: 46.875vw;
}
.lsco-col-grid24-xs-16 {
  flex: 0 0 auto;
  flex-basis: 66.6666666667vw;
  width: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-16 {
  flex: 0 0 auto;
  flex-basis: 50vw;
  width: 50vw;
}
.lsco-col-grid24-xs-16-and-a-half {
  flex: 0 0 auto;
  flex-basis: 68.75vw;
  width: 68.75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-16-and-a-half {
  flex: 0 0 auto;
  flex-basis: 51.5625vw;
  width: 51.5625vw;
}
.lsco-col-grid24-xs-offset-16 {
  margin-left: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-16 {
  margin-left: 50vw;
}
.lsco-col-grid24-xs-offset-right-16 {
  margin-right: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-16 {
  margin-right: 50vw;
}
.lsco-col-grid24-xs-offset-top-16 {
  margin-top: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-16 {
  margin-top: 50vw;
}
.lsco-col-grid24-xs-17 {
  flex: 0 0 auto;
  flex-basis: 70.8333333333vw;
  width: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-17 {
  flex: 0 0 auto;
  flex-basis: 53.125vw;
  width: 53.125vw;
}
.lsco-col-grid24-xs-17-and-a-half {
  flex: 0 0 auto;
  flex-basis: 72.9166666667vw;
  width: 72.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-17-and-a-half {
  flex: 0 0 auto;
  flex-basis: 54.6875vw;
  width: 54.6875vw;
}
.lsco-col-grid24-xs-offset-17 {
  margin-left: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-17 {
  margin-left: 53.125vw;
}
.lsco-col-grid24-xs-offset-right-17 {
  margin-right: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-17 {
  margin-right: 53.125vw;
}
.lsco-col-grid24-xs-offset-top-17 {
  margin-top: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-17 {
  margin-top: 53.125vw;
}
.lsco-col-grid24-xs-18 {
  flex: 0 0 auto;
  flex-basis: 75vw;
  width: 75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-18 {
  flex: 0 0 auto;
  flex-basis: 56.25vw;
  width: 56.25vw;
}
.lsco-col-grid24-xs-18-and-a-half {
  flex: 0 0 auto;
  flex-basis: 77.0833333333vw;
  width: 77.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-18-and-a-half {
  flex: 0 0 auto;
  flex-basis: 57.8125vw;
  width: 57.8125vw;
}
.lsco-col-grid24-xs-offset-18 {
  margin-left: 75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-18 {
  margin-left: 56.25vw;
}
.lsco-col-grid24-xs-offset-right-18 {
  margin-right: 75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-18 {
  margin-right: 56.25vw;
}
.lsco-col-grid24-xs-offset-top-18 {
  margin-top: 75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-18 {
  margin-top: 56.25vw;
}
.lsco-col-grid24-xs-19 {
  flex: 0 0 auto;
  flex-basis: 79.1666666667vw;
  width: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-19 {
  flex: 0 0 auto;
  flex-basis: 59.375vw;
  width: 59.375vw;
}
.lsco-col-grid24-xs-19-and-a-half {
  flex: 0 0 auto;
  flex-basis: 81.25vw;
  width: 81.25vw;
}
.-facets-open-grid .lsco-col-grid24-xs-19-and-a-half {
  flex: 0 0 auto;
  flex-basis: 60.9375vw;
  width: 60.9375vw;
}
.lsco-col-grid24-xs-offset-19 {
  margin-left: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-19 {
  margin-left: 59.375vw;
}
.lsco-col-grid24-xs-offset-right-19 {
  margin-right: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-19 {
  margin-right: 59.375vw;
}
.lsco-col-grid24-xs-offset-top-19 {
  margin-top: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-19 {
  margin-top: 59.375vw;
}
.lsco-col-grid24-xs-20 {
  flex: 0 0 auto;
  flex-basis: 83.3333333333vw;
  width: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-20 {
  flex: 0 0 auto;
  flex-basis: 62.5vw;
  width: 62.5vw;
}
.lsco-col-grid24-xs-20-and-a-half {
  flex: 0 0 auto;
  flex-basis: 85.4166666667vw;
  width: 85.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-20-and-a-half {
  flex: 0 0 auto;
  flex-basis: 64.0625vw;
  width: 64.0625vw;
}
.lsco-col-grid24-xs-offset-20 {
  margin-left: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-20 {
  margin-left: 62.5vw;
}
.lsco-col-grid24-xs-offset-right-20 {
  margin-right: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-20 {
  margin-right: 62.5vw;
}
.lsco-col-grid24-xs-offset-top-20 {
  margin-top: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-20 {
  margin-top: 62.5vw;
}
.lsco-col-grid24-xs-21 {
  flex: 0 0 auto;
  flex-basis: 87.5vw;
  width: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-21 {
  flex: 0 0 auto;
  flex-basis: 65.625vw;
  width: 65.625vw;
}
.lsco-col-grid24-xs-21-and-a-half {
  flex: 0 0 auto;
  flex-basis: 89.5833333333vw;
  width: 89.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-21-and-a-half {
  flex: 0 0 auto;
  flex-basis: 67.1875vw;
  width: 67.1875vw;
}
.lsco-col-grid24-xs-offset-21 {
  margin-left: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-21 {
  margin-left: 65.625vw;
}
.lsco-col-grid24-xs-offset-right-21 {
  margin-right: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-21 {
  margin-right: 65.625vw;
}
.lsco-col-grid24-xs-offset-top-21 {
  margin-top: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-21 {
  margin-top: 65.625vw;
}
.lsco-col-grid24-xs-22 {
  flex: 0 0 auto;
  flex-basis: 91.6666666667vw;
  width: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-22 {
  flex: 0 0 auto;
  flex-basis: 68.75vw;
  width: 68.75vw;
}
.lsco-col-grid24-xs-22-and-a-half {
  flex: 0 0 auto;
  flex-basis: 93.75vw;
  width: 93.75vw;
}
.-facets-open-grid .lsco-col-grid24-xs-22-and-a-half {
  flex: 0 0 auto;
  flex-basis: 70.3125vw;
  width: 70.3125vw;
}
.lsco-col-grid24-xs-offset-22 {
  margin-left: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-22 {
  margin-left: 68.75vw;
}
.lsco-col-grid24-xs-offset-right-22 {
  margin-right: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-22 {
  margin-right: 68.75vw;
}
.lsco-col-grid24-xs-offset-top-22 {
  margin-top: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-22 {
  margin-top: 68.75vw;
}
.lsco-col-grid24-xs-23 {
  flex: 0 0 auto;
  flex-basis: 95.8333333333vw;
  width: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-23 {
  flex: 0 0 auto;
  flex-basis: 71.875vw;
  width: 71.875vw;
}
.lsco-col-grid24-xs-23-and-a-half {
  flex: 0 0 auto;
  flex-basis: 97.9166666667vw;
  width: 97.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-xs-23-and-a-half {
  flex: 0 0 auto;
  flex-basis: 73.4375vw;
  width: 73.4375vw;
}
.lsco-col-grid24-xs-offset-23 {
  margin-left: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-23 {
  margin-left: 71.875vw;
}
.lsco-col-grid24-xs-offset-right-23 {
  margin-right: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-23 {
  margin-right: 71.875vw;
}
.lsco-col-grid24-xs-offset-top-23 {
  margin-top: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-23 {
  margin-top: 71.875vw;
}
.lsco-col-grid24-xs-24 {
  flex: 0 0 auto;
  flex-basis: 100vw;
  width: 100vw;
}
.-facets-open-grid .lsco-col-grid24-xs-24 {
  flex: 0 0 auto;
  flex-basis: 75vw;
  width: 75vw;
}
.lsco-col-grid24-xs-offset-24 {
  margin-left: 100vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-24 {
  margin-left: 75vw;
}
.lsco-col-grid24-xs-offset-right-24 {
  margin-right: 100vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-right-24 {
  margin-right: 75vw;
}
.lsco-col-grid24-xs-offset-top-24 {
  margin-top: 100vw;
}
.-facets-open-grid .lsco-col-grid24-xs-offset-top-24 {
  margin-top: 75vw;
}
.lsco-row-grid24-xs--unset-justify {
  justify-content: unset;
}
.lsco-row-grid24-xs--start {
  justify-content: flex-start;
}
.lsco-row-grid24-xs--center {
  justify-content: center;
}
.lsco-row-grid24-xs--end {
  justify-content: flex-end;
}
.lsco-row-grid24-xs--top {
  align-items: flex-start;
}
.lsco-row-grid24-xs--middle {
  align-items: center;
}
.lsco-row-grid24-xs--baseline {
  align-items: baseline;
}
.lsco-row-grid24-xs--bottom {
  align-items: flex-end;
}
.lsco-row-grid24-xs--around {
  justify-content: space-around;
}
.lsco-row-grid24-xs--between {
  justify-content: space-between;
}
.lsco-row-grid24-xs--reverse {
  flex-direction: row-reverse;
}
.lsco-row-grid24-xs--nowrap {
  flex-wrap: nowrap;
}
.lsco-row-grid24-xs--wrap {
  flex-wrap: wrap;
}
.lsco-col-grid24-xs {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
}
.lsco-col-grid24-xs--first {
  order: -1;
}
.lsco-col-grid24-xs--last {
  order: 1;
}
.lsco-col-grid24-xs--hide {
  display: none;
}
.lsco-col-grid24-xs--show {
  display: flex;
}
.lsco-col-grid24-xs--show-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
.lsco-col-grid24-md-1 {
    flex: 0 0 auto;
    flex-basis: 4.1666666667vw;
    width: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-1 {
    flex: 0 0 auto;
    flex-basis: 3.125vw;
    width: 3.125vw;
}
.lsco-col-grid24-md-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 6.25vw;
    width: 6.25vw;
}
.-facets-open-grid .lsco-col-grid24-md-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 4.6875vw;
    width: 4.6875vw;
}
.lsco-col-grid24-md-offset-0 {
    margin-left: 0;
}
.-facets-open-grid .lsco-col-grid24-md-offset-0 {
    margin-left: 0;
}
.lsco-col-grid24-md-offset-right-0 {
    margin-right: 0;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-0 {
    margin-right: 0;
}
.lsco-col-grid24-md-offset-top-0 {
    margin-top: 0;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-0 {
    margin-top: 0;
}
.lsco-col-grid24-md-offset-1 {
    margin-left: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-1 {
    margin-left: 3.125vw;
}
.lsco-col-grid24-md-offset-right-1 {
    margin-right: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-1 {
    margin-right: 3.125vw;
}
.lsco-col-grid24-md-offset-top-1 {
    margin-top: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-1 {
    margin-top: 3.125vw;
}
.lsco-col-grid24-md-2 {
    flex: 0 0 auto;
    flex-basis: 8.3333333333vw;
    width: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-2 {
    flex: 0 0 auto;
    flex-basis: 6.25vw;
    width: 6.25vw;
}
.lsco-col-grid24-md-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10.4166666667vw;
    width: 10.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 7.8125vw;
    width: 7.8125vw;
}
.lsco-col-grid24-md-offset-2 {
    margin-left: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-2 {
    margin-left: 6.25vw;
}
.lsco-col-grid24-md-offset-right-2 {
    margin-right: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-2 {
    margin-right: 6.25vw;
}
.lsco-col-grid24-md-offset-top-2 {
    margin-top: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-2 {
    margin-top: 6.25vw;
}
.lsco-col-grid24-md-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-3 {
    flex: 0 0 auto;
    flex-basis: 9.375vw;
    width: 9.375vw;
}
.lsco-col-grid24-md-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 14.5833333333vw;
    width: 14.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10.9375vw;
    width: 10.9375vw;
}
.lsco-col-grid24-md-offset-3 {
    margin-left: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-3 {
    margin-left: 9.375vw;
}
.lsco-col-grid24-md-offset-right-3 {
    margin-right: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-3 {
    margin-right: 9.375vw;
}
.lsco-col-grid24-md-offset-top-3 {
    margin-top: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-3 {
    margin-top: 9.375vw;
}
.lsco-col-grid24-md-4 {
    flex: 0 0 auto;
    flex-basis: 16.6666666667vw;
    width: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-4 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
}
.lsco-col-grid24-md-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 18.75vw;
    width: 18.75vw;
}
.-facets-open-grid .lsco-col-grid24-md-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 14.0625vw;
    width: 14.0625vw;
}
.lsco-col-grid24-md-offset-4 {
    margin-left: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-4 {
    margin-left: 12.5vw;
}
.lsco-col-grid24-md-offset-right-4 {
    margin-right: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-4 {
    margin-right: 12.5vw;
}
.lsco-col-grid24-md-offset-top-4 {
    margin-top: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-4 {
    margin-top: 12.5vw;
}
.lsco-col-grid24-md-5 {
    flex: 0 0 auto;
    flex-basis: 20.8333333333vw;
    width: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-5 {
    flex: 0 0 auto;
    flex-basis: 15.625vw;
    width: 15.625vw;
}
.lsco-col-grid24-md-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 22.9166666667vw;
    width: 22.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 17.1875vw;
    width: 17.1875vw;
}
.lsco-col-grid24-md-offset-5 {
    margin-left: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-5 {
    margin-left: 15.625vw;
}
.lsco-col-grid24-md-offset-right-5 {
    margin-right: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-5 {
    margin-right: 15.625vw;
}
.lsco-col-grid24-md-offset-top-5 {
    margin-top: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-5 {
    margin-top: 15.625vw;
}
.lsco-col-grid24-md-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
}
.-facets-open-grid .lsco-col-grid24-md-6 {
    flex: 0 0 auto;
    flex-basis: 18.75vw;
    width: 18.75vw;
}
.lsco-col-grid24-md-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 27.0833333333vw;
    width: 27.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 20.3125vw;
    width: 20.3125vw;
}
.lsco-col-grid24-md-offset-6 {
    margin-left: 25vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-6 {
    margin-left: 18.75vw;
}
.lsco-col-grid24-md-offset-right-6 {
    margin-right: 25vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-6 {
    margin-right: 18.75vw;
}
.lsco-col-grid24-md-offset-top-6 {
    margin-top: 25vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-6 {
    margin-top: 18.75vw;
}
.lsco-col-grid24-md-7 {
    flex: 0 0 auto;
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-7 {
    flex: 0 0 auto;
    flex-basis: 21.875vw;
    width: 21.875vw;
}
.lsco-col-grid24-md-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 31.25vw;
    width: 31.25vw;
}
.-facets-open-grid .lsco-col-grid24-md-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 23.4375vw;
    width: 23.4375vw;
}
.lsco-col-grid24-md-offset-7 {
    margin-left: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-7 {
    margin-left: 21.875vw;
}
.lsco-col-grid24-md-offset-right-7 {
    margin-right: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-7 {
    margin-right: 21.875vw;
}
.lsco-col-grid24-md-offset-top-7 {
    margin-top: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-7 {
    margin-top: 21.875vw;
}
.lsco-col-grid24-md-8 {
    flex: 0 0 auto;
    flex-basis: 33.3333333333vw;
    width: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-8 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
}
.lsco-col-grid24-md-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 35.4166666667vw;
    width: 35.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 26.5625vw;
    width: 26.5625vw;
}
.lsco-col-grid24-md-offset-8 {
    margin-left: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-8 {
    margin-left: 25vw;
}
.lsco-col-grid24-md-offset-right-8 {
    margin-right: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-8 {
    margin-right: 25vw;
}
.lsco-col-grid24-md-offset-top-8 {
    margin-top: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-8 {
    margin-top: 25vw;
}
.lsco-col-grid24-md-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-9 {
    flex: 0 0 auto;
    flex-basis: 28.125vw;
    width: 28.125vw;
}
.lsco-col-grid24-md-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 39.5833333333vw;
    width: 39.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 29.6875vw;
    width: 29.6875vw;
}
.lsco-col-grid24-md-offset-9 {
    margin-left: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-9 {
    margin-left: 28.125vw;
}
.lsco-col-grid24-md-offset-right-9 {
    margin-right: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-9 {
    margin-right: 28.125vw;
}
.lsco-col-grid24-md-offset-top-9 {
    margin-top: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-9 {
    margin-top: 28.125vw;
}
.lsco-col-grid24-md-10 {
    flex: 0 0 auto;
    flex-basis: 41.6666666667vw;
    width: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-10 {
    flex: 0 0 auto;
    flex-basis: 31.25vw;
    width: 31.25vw;
}
.lsco-col-grid24-md-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 43.75vw;
    width: 43.75vw;
}
.-facets-open-grid .lsco-col-grid24-md-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 32.8125vw;
    width: 32.8125vw;
}
.lsco-col-grid24-md-offset-10 {
    margin-left: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-10 {
    margin-left: 31.25vw;
}
.lsco-col-grid24-md-offset-right-10 {
    margin-right: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-10 {
    margin-right: 31.25vw;
}
.lsco-col-grid24-md-offset-top-10 {
    margin-top: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-10 {
    margin-top: 31.25vw;
}
.lsco-col-grid24-md-11 {
    flex: 0 0 auto;
    flex-basis: 45.8333333333vw;
    width: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-11 {
    flex: 0 0 auto;
    flex-basis: 34.375vw;
    width: 34.375vw;
}
.lsco-col-grid24-md-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 47.9166666667vw;
    width: 47.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 35.9375vw;
    width: 35.9375vw;
}
.lsco-col-grid24-md-offset-11 {
    margin-left: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-11 {
    margin-left: 34.375vw;
}
.lsco-col-grid24-md-offset-right-11 {
    margin-right: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-11 {
    margin-right: 34.375vw;
}
.lsco-col-grid24-md-offset-top-11 {
    margin-top: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-11 {
    margin-top: 34.375vw;
}
.lsco-col-grid24-md-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
}
.-facets-open-grid .lsco-col-grid24-md-12 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
}
.lsco-col-grid24-md-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 52.0833333333vw;
    width: 52.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 39.0625vw;
    width: 39.0625vw;
}
.lsco-col-grid24-md-offset-12 {
    margin-left: 50vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-12 {
    margin-left: 37.5vw;
}
.lsco-col-grid24-md-offset-right-12 {
    margin-right: 50vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-12 {
    margin-right: 37.5vw;
}
.lsco-col-grid24-md-offset-top-12 {
    margin-top: 50vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-12 {
    margin-top: 37.5vw;
}
.lsco-col-grid24-md-13 {
    flex: 0 0 auto;
    flex-basis: 54.1666666667vw;
    width: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-13 {
    flex: 0 0 auto;
    flex-basis: 40.625vw;
    width: 40.625vw;
}
.lsco-col-grid24-md-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 56.25vw;
    width: 56.25vw;
}
.-facets-open-grid .lsco-col-grid24-md-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 42.1875vw;
    width: 42.1875vw;
}
.lsco-col-grid24-md-offset-13 {
    margin-left: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-13 {
    margin-left: 40.625vw;
}
.lsco-col-grid24-md-offset-right-13 {
    margin-right: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-13 {
    margin-right: 40.625vw;
}
.lsco-col-grid24-md-offset-top-13 {
    margin-top: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-13 {
    margin-top: 40.625vw;
}
.lsco-col-grid24-md-14 {
    flex: 0 0 auto;
    flex-basis: 58.3333333333vw;
    width: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-14 {
    flex: 0 0 auto;
    flex-basis: 43.75vw;
    width: 43.75vw;
}
.lsco-col-grid24-md-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 60.4166666667vw;
    width: 60.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 45.3125vw;
    width: 45.3125vw;
}
.lsco-col-grid24-md-offset-14 {
    margin-left: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-14 {
    margin-left: 43.75vw;
}
.lsco-col-grid24-md-offset-right-14 {
    margin-right: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-14 {
    margin-right: 43.75vw;
}
.lsco-col-grid24-md-offset-top-14 {
    margin-top: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-14 {
    margin-top: 43.75vw;
}
.lsco-col-grid24-md-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-15 {
    flex: 0 0 auto;
    flex-basis: 46.875vw;
    width: 46.875vw;
}
.lsco-col-grid24-md-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 64.5833333333vw;
    width: 64.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 48.4375vw;
    width: 48.4375vw;
}
.lsco-col-grid24-md-offset-15 {
    margin-left: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-15 {
    margin-left: 46.875vw;
}
.lsco-col-grid24-md-offset-right-15 {
    margin-right: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-15 {
    margin-right: 46.875vw;
}
.lsco-col-grid24-md-offset-top-15 {
    margin-top: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-15 {
    margin-top: 46.875vw;
}
.lsco-col-grid24-md-16 {
    flex: 0 0 auto;
    flex-basis: 66.6666666667vw;
    width: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-16 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
}
.lsco-col-grid24-md-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 68.75vw;
    width: 68.75vw;
}
.-facets-open-grid .lsco-col-grid24-md-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 51.5625vw;
    width: 51.5625vw;
}
.lsco-col-grid24-md-offset-16 {
    margin-left: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-16 {
    margin-left: 50vw;
}
.lsco-col-grid24-md-offset-right-16 {
    margin-right: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-16 {
    margin-right: 50vw;
}
.lsco-col-grid24-md-offset-top-16 {
    margin-top: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-16 {
    margin-top: 50vw;
}
.lsco-col-grid24-md-17 {
    flex: 0 0 auto;
    flex-basis: 70.8333333333vw;
    width: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-17 {
    flex: 0 0 auto;
    flex-basis: 53.125vw;
    width: 53.125vw;
}
.lsco-col-grid24-md-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 72.9166666667vw;
    width: 72.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 54.6875vw;
    width: 54.6875vw;
}
.lsco-col-grid24-md-offset-17 {
    margin-left: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-17 {
    margin-left: 53.125vw;
}
.lsco-col-grid24-md-offset-right-17 {
    margin-right: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-17 {
    margin-right: 53.125vw;
}
.lsco-col-grid24-md-offset-top-17 {
    margin-top: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-17 {
    margin-top: 53.125vw;
}
.lsco-col-grid24-md-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
}
.-facets-open-grid .lsco-col-grid24-md-18 {
    flex: 0 0 auto;
    flex-basis: 56.25vw;
    width: 56.25vw;
}
.lsco-col-grid24-md-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 77.0833333333vw;
    width: 77.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 57.8125vw;
    width: 57.8125vw;
}
.lsco-col-grid24-md-offset-18 {
    margin-left: 75vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-18 {
    margin-left: 56.25vw;
}
.lsco-col-grid24-md-offset-right-18 {
    margin-right: 75vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-18 {
    margin-right: 56.25vw;
}
.lsco-col-grid24-md-offset-top-18 {
    margin-top: 75vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-18 {
    margin-top: 56.25vw;
}
.lsco-col-grid24-md-19 {
    flex: 0 0 auto;
    flex-basis: 79.1666666667vw;
    width: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-19 {
    flex: 0 0 auto;
    flex-basis: 59.375vw;
    width: 59.375vw;
}
.lsco-col-grid24-md-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 81.25vw;
    width: 81.25vw;
}
.-facets-open-grid .lsco-col-grid24-md-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 60.9375vw;
    width: 60.9375vw;
}
.lsco-col-grid24-md-offset-19 {
    margin-left: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-19 {
    margin-left: 59.375vw;
}
.lsco-col-grid24-md-offset-right-19 {
    margin-right: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-19 {
    margin-right: 59.375vw;
}
.lsco-col-grid24-md-offset-top-19 {
    margin-top: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-19 {
    margin-top: 59.375vw;
}
.lsco-col-grid24-md-20 {
    flex: 0 0 auto;
    flex-basis: 83.3333333333vw;
    width: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-20 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
}
.lsco-col-grid24-md-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 85.4166666667vw;
    width: 85.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 64.0625vw;
    width: 64.0625vw;
}
.lsco-col-grid24-md-offset-20 {
    margin-left: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-20 {
    margin-left: 62.5vw;
}
.lsco-col-grid24-md-offset-right-20 {
    margin-right: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-20 {
    margin-right: 62.5vw;
}
.lsco-col-grid24-md-offset-top-20 {
    margin-top: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-20 {
    margin-top: 62.5vw;
}
.lsco-col-grid24-md-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-21 {
    flex: 0 0 auto;
    flex-basis: 65.625vw;
    width: 65.625vw;
}
.lsco-col-grid24-md-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 89.5833333333vw;
    width: 89.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 67.1875vw;
    width: 67.1875vw;
}
.lsco-col-grid24-md-offset-21 {
    margin-left: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-21 {
    margin-left: 65.625vw;
}
.lsco-col-grid24-md-offset-right-21 {
    margin-right: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-21 {
    margin-right: 65.625vw;
}
.lsco-col-grid24-md-offset-top-21 {
    margin-top: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-21 {
    margin-top: 65.625vw;
}
.lsco-col-grid24-md-22 {
    flex: 0 0 auto;
    flex-basis: 91.6666666667vw;
    width: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-22 {
    flex: 0 0 auto;
    flex-basis: 68.75vw;
    width: 68.75vw;
}
.lsco-col-grid24-md-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 93.75vw;
    width: 93.75vw;
}
.-facets-open-grid .lsco-col-grid24-md-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 70.3125vw;
    width: 70.3125vw;
}
.lsco-col-grid24-md-offset-22 {
    margin-left: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-22 {
    margin-left: 68.75vw;
}
.lsco-col-grid24-md-offset-right-22 {
    margin-right: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-22 {
    margin-right: 68.75vw;
}
.lsco-col-grid24-md-offset-top-22 {
    margin-top: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-22 {
    margin-top: 68.75vw;
}
.lsco-col-grid24-md-23 {
    flex: 0 0 auto;
    flex-basis: 95.8333333333vw;
    width: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-23 {
    flex: 0 0 auto;
    flex-basis: 71.875vw;
    width: 71.875vw;
}
.lsco-col-grid24-md-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 97.9166666667vw;
    width: 97.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-md-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 73.4375vw;
    width: 73.4375vw;
}
.lsco-col-grid24-md-offset-23 {
    margin-left: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-23 {
    margin-left: 71.875vw;
}
.lsco-col-grid24-md-offset-right-23 {
    margin-right: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-23 {
    margin-right: 71.875vw;
}
.lsco-col-grid24-md-offset-top-23 {
    margin-top: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-23 {
    margin-top: 71.875vw;
}
.lsco-col-grid24-md-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
}
.-facets-open-grid .lsco-col-grid24-md-24 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
}
.lsco-col-grid24-md-offset-24 {
    margin-left: 100vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-24 {
    margin-left: 75vw;
}
.lsco-col-grid24-md-offset-right-24 {
    margin-right: 100vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-right-24 {
    margin-right: 75vw;
}
.lsco-col-grid24-md-offset-top-24 {
    margin-top: 100vw;
}
.-facets-open-grid .lsco-col-grid24-md-offset-top-24 {
    margin-top: 75vw;
}
.lsco-row-grid24-md--unset-justify {
    justify-content: unset;
}
.lsco-row-grid24-md--start {
    justify-content: flex-start;
}
.lsco-row-grid24-md--center {
    justify-content: center;
}
.lsco-row-grid24-md--end {
    justify-content: flex-end;
}
.lsco-row-grid24-md--top {
    align-items: flex-start;
}
.lsco-row-grid24-md--middle {
    align-items: center;
}
.lsco-row-grid24-md--baseline {
    align-items: baseline;
}
.lsco-row-grid24-md--bottom {
    align-items: flex-end;
}
.lsco-row-grid24-md--around {
    justify-content: space-around;
}
.lsco-row-grid24-md--between {
    justify-content: space-between;
}
.lsco-row-grid24-md--reverse {
    flex-direction: row-reverse;
}
.lsco-row-grid24-md--nowrap {
    flex-wrap: nowrap;
}
.lsco-row-grid24-md--wrap {
    flex-wrap: wrap;
}
.lsco-col-grid24-md {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%;
}
.lsco-col-grid24-md--first {
    order: -1;
}
.lsco-col-grid24-md--last {
    order: 1;
}
.lsco-col-grid24-md--hide {
    display: none;
}
.lsco-col-grid24-md--show {
    display: flex;
}
.lsco-col-grid24-md--show-inline-block {
    display: inline-block;
}
}
@media (min-width: 1025px) {
.lsco-col-grid24-lg-1 {
    flex: 0 0 auto;
    flex-basis: 4.1666666667vw;
    width: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-1 {
    flex: 0 0 auto;
    flex-basis: 3.125vw;
    width: 3.125vw;
}
.lsco-col-grid24-lg-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 6.25vw;
    width: 6.25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-1-and-a-half {
    flex: 0 0 auto;
    flex-basis: 4.6875vw;
    width: 4.6875vw;
}
.lsco-col-grid24-lg-offset-0 {
    margin-left: 0;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-0 {
    margin-left: 0;
}
.lsco-col-grid24-lg-offset-right-0 {
    margin-right: 0;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-0 {
    margin-right: 0;
}
.lsco-col-grid24-lg-offset-top-0 {
    margin-top: 0;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-0 {
    margin-top: 0;
}
.lsco-col-grid24-lg-offset-1 {
    margin-left: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-1 {
    margin-left: 3.125vw;
}
.lsco-col-grid24-lg-offset-right-1 {
    margin-right: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-1 {
    margin-right: 3.125vw;
}
.lsco-col-grid24-lg-offset-top-1 {
    margin-top: 4.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-1 {
    margin-top: 3.125vw;
}
.lsco-col-grid24-lg-2 {
    flex: 0 0 auto;
    flex-basis: 8.3333333333vw;
    width: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-2 {
    flex: 0 0 auto;
    flex-basis: 6.25vw;
    width: 6.25vw;
}
.lsco-col-grid24-lg-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10.4166666667vw;
    width: 10.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-2-and-a-half {
    flex: 0 0 auto;
    flex-basis: 7.8125vw;
    width: 7.8125vw;
}
.lsco-col-grid24-lg-offset-2 {
    margin-left: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-2 {
    margin-left: 6.25vw;
}
.lsco-col-grid24-lg-offset-right-2 {
    margin-right: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-2 {
    margin-right: 6.25vw;
}
.lsco-col-grid24-lg-offset-top-2 {
    margin-top: 8.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-2 {
    margin-top: 6.25vw;
}
.lsco-col-grid24-lg-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-3 {
    flex: 0 0 auto;
    flex-basis: 9.375vw;
    width: 9.375vw;
}
.lsco-col-grid24-lg-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 14.5833333333vw;
    width: 14.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-3-and-a-half {
    flex: 0 0 auto;
    flex-basis: 10.9375vw;
    width: 10.9375vw;
}
.lsco-col-grid24-lg-offset-3 {
    margin-left: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-3 {
    margin-left: 9.375vw;
}
.lsco-col-grid24-lg-offset-right-3 {
    margin-right: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-3 {
    margin-right: 9.375vw;
}
.lsco-col-grid24-lg-offset-top-3 {
    margin-top: 12.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-3 {
    margin-top: 9.375vw;
}
.lsco-col-grid24-lg-4 {
    flex: 0 0 auto;
    flex-basis: 16.6666666667vw;
    width: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-4 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
}
.lsco-col-grid24-lg-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 18.75vw;
    width: 18.75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-4-and-a-half {
    flex: 0 0 auto;
    flex-basis: 14.0625vw;
    width: 14.0625vw;
}
.lsco-col-grid24-lg-offset-4 {
    margin-left: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-4 {
    margin-left: 12.5vw;
}
.lsco-col-grid24-lg-offset-right-4 {
    margin-right: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-4 {
    margin-right: 12.5vw;
}
.lsco-col-grid24-lg-offset-top-4 {
    margin-top: 16.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-4 {
    margin-top: 12.5vw;
}
.lsco-col-grid24-lg-5 {
    flex: 0 0 auto;
    flex-basis: 20.8333333333vw;
    width: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-5 {
    flex: 0 0 auto;
    flex-basis: 15.625vw;
    width: 15.625vw;
}
.lsco-col-grid24-lg-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 22.9166666667vw;
    width: 22.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-5-and-a-half {
    flex: 0 0 auto;
    flex-basis: 17.1875vw;
    width: 17.1875vw;
}
.lsco-col-grid24-lg-offset-5 {
    margin-left: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-5 {
    margin-left: 15.625vw;
}
.lsco-col-grid24-lg-offset-right-5 {
    margin-right: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-5 {
    margin-right: 15.625vw;
}
.lsco-col-grid24-lg-offset-top-5 {
    margin-top: 20.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-5 {
    margin-top: 15.625vw;
}
.lsco-col-grid24-lg-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-6 {
    flex: 0 0 auto;
    flex-basis: 18.75vw;
    width: 18.75vw;
}
.lsco-col-grid24-lg-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 27.0833333333vw;
    width: 27.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-6-and-a-half {
    flex: 0 0 auto;
    flex-basis: 20.3125vw;
    width: 20.3125vw;
}
.lsco-col-grid24-lg-offset-6 {
    margin-left: 25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-6 {
    margin-left: 18.75vw;
}
.lsco-col-grid24-lg-offset-right-6 {
    margin-right: 25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-6 {
    margin-right: 18.75vw;
}
.lsco-col-grid24-lg-offset-top-6 {
    margin-top: 25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-6 {
    margin-top: 18.75vw;
}
.lsco-col-grid24-lg-7 {
    flex: 0 0 auto;
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-7 {
    flex: 0 0 auto;
    flex-basis: 21.875vw;
    width: 21.875vw;
}
.lsco-col-grid24-lg-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 31.25vw;
    width: 31.25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-7-and-a-half {
    flex: 0 0 auto;
    flex-basis: 23.4375vw;
    width: 23.4375vw;
}
.lsco-col-grid24-lg-offset-7 {
    margin-left: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-7 {
    margin-left: 21.875vw;
}
.lsco-col-grid24-lg-offset-right-7 {
    margin-right: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-7 {
    margin-right: 21.875vw;
}
.lsco-col-grid24-lg-offset-top-7 {
    margin-top: 29.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-7 {
    margin-top: 21.875vw;
}
.lsco-col-grid24-lg-8 {
    flex: 0 0 auto;
    flex-basis: 33.3333333333vw;
    width: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-8 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
}
.lsco-col-grid24-lg-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 35.4166666667vw;
    width: 35.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-8-and-a-half {
    flex: 0 0 auto;
    flex-basis: 26.5625vw;
    width: 26.5625vw;
}
.lsco-col-grid24-lg-offset-8 {
    margin-left: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-8 {
    margin-left: 25vw;
}
.lsco-col-grid24-lg-offset-right-8 {
    margin-right: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-8 {
    margin-right: 25vw;
}
.lsco-col-grid24-lg-offset-top-8 {
    margin-top: 33.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-8 {
    margin-top: 25vw;
}
.lsco-col-grid24-lg-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-9 {
    flex: 0 0 auto;
    flex-basis: 28.125vw;
    width: 28.125vw;
}
.lsco-col-grid24-lg-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 39.5833333333vw;
    width: 39.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-9-and-a-half {
    flex: 0 0 auto;
    flex-basis: 29.6875vw;
    width: 29.6875vw;
}
.lsco-col-grid24-lg-offset-9 {
    margin-left: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-9 {
    margin-left: 28.125vw;
}
.lsco-col-grid24-lg-offset-right-9 {
    margin-right: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-9 {
    margin-right: 28.125vw;
}
.lsco-col-grid24-lg-offset-top-9 {
    margin-top: 37.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-9 {
    margin-top: 28.125vw;
}
.lsco-col-grid24-lg-10 {
    flex: 0 0 auto;
    flex-basis: 41.6666666667vw;
    width: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-10 {
    flex: 0 0 auto;
    flex-basis: 31.25vw;
    width: 31.25vw;
}
.lsco-col-grid24-lg-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 43.75vw;
    width: 43.75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-10-and-a-half {
    flex: 0 0 auto;
    flex-basis: 32.8125vw;
    width: 32.8125vw;
}
.lsco-col-grid24-lg-offset-10 {
    margin-left: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-10 {
    margin-left: 31.25vw;
}
.lsco-col-grid24-lg-offset-right-10 {
    margin-right: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-10 {
    margin-right: 31.25vw;
}
.lsco-col-grid24-lg-offset-top-10 {
    margin-top: 41.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-10 {
    margin-top: 31.25vw;
}
.lsco-col-grid24-lg-11 {
    flex: 0 0 auto;
    flex-basis: 45.8333333333vw;
    width: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-11 {
    flex: 0 0 auto;
    flex-basis: 34.375vw;
    width: 34.375vw;
}
.lsco-col-grid24-lg-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 47.9166666667vw;
    width: 47.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-11-and-a-half {
    flex: 0 0 auto;
    flex-basis: 35.9375vw;
    width: 35.9375vw;
}
.lsco-col-grid24-lg-offset-11 {
    margin-left: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-11 {
    margin-left: 34.375vw;
}
.lsco-col-grid24-lg-offset-right-11 {
    margin-right: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-11 {
    margin-right: 34.375vw;
}
.lsco-col-grid24-lg-offset-top-11 {
    margin-top: 45.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-11 {
    margin-top: 34.375vw;
}
.lsco-col-grid24-lg-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
}
.-facets-open-grid .lsco-col-grid24-lg-12 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
}
.lsco-col-grid24-lg-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 52.0833333333vw;
    width: 52.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-12-and-a-half {
    flex: 0 0 auto;
    flex-basis: 39.0625vw;
    width: 39.0625vw;
}
.lsco-col-grid24-lg-offset-12 {
    margin-left: 50vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-12 {
    margin-left: 37.5vw;
}
.lsco-col-grid24-lg-offset-right-12 {
    margin-right: 50vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-12 {
    margin-right: 37.5vw;
}
.lsco-col-grid24-lg-offset-top-12 {
    margin-top: 50vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-12 {
    margin-top: 37.5vw;
}
.lsco-col-grid24-lg-13 {
    flex: 0 0 auto;
    flex-basis: 54.1666666667vw;
    width: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-13 {
    flex: 0 0 auto;
    flex-basis: 40.625vw;
    width: 40.625vw;
}
.lsco-col-grid24-lg-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 56.25vw;
    width: 56.25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-13-and-a-half {
    flex: 0 0 auto;
    flex-basis: 42.1875vw;
    width: 42.1875vw;
}
.lsco-col-grid24-lg-offset-13 {
    margin-left: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-13 {
    margin-left: 40.625vw;
}
.lsco-col-grid24-lg-offset-right-13 {
    margin-right: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-13 {
    margin-right: 40.625vw;
}
.lsco-col-grid24-lg-offset-top-13 {
    margin-top: 54.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-13 {
    margin-top: 40.625vw;
}
.lsco-col-grid24-lg-14 {
    flex: 0 0 auto;
    flex-basis: 58.3333333333vw;
    width: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-14 {
    flex: 0 0 auto;
    flex-basis: 43.75vw;
    width: 43.75vw;
}
.lsco-col-grid24-lg-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 60.4166666667vw;
    width: 60.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-14-and-a-half {
    flex: 0 0 auto;
    flex-basis: 45.3125vw;
    width: 45.3125vw;
}
.lsco-col-grid24-lg-offset-14 {
    margin-left: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-14 {
    margin-left: 43.75vw;
}
.lsco-col-grid24-lg-offset-right-14 {
    margin-right: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-14 {
    margin-right: 43.75vw;
}
.lsco-col-grid24-lg-offset-top-14 {
    margin-top: 58.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-14 {
    margin-top: 43.75vw;
}
.lsco-col-grid24-lg-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-15 {
    flex: 0 0 auto;
    flex-basis: 46.875vw;
    width: 46.875vw;
}
.lsco-col-grid24-lg-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 64.5833333333vw;
    width: 64.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-15-and-a-half {
    flex: 0 0 auto;
    flex-basis: 48.4375vw;
    width: 48.4375vw;
}
.lsco-col-grid24-lg-offset-15 {
    margin-left: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-15 {
    margin-left: 46.875vw;
}
.lsco-col-grid24-lg-offset-right-15 {
    margin-right: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-15 {
    margin-right: 46.875vw;
}
.lsco-col-grid24-lg-offset-top-15 {
    margin-top: 62.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-15 {
    margin-top: 46.875vw;
}
.lsco-col-grid24-lg-16 {
    flex: 0 0 auto;
    flex-basis: 66.6666666667vw;
    width: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-16 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
}
.lsco-col-grid24-lg-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 68.75vw;
    width: 68.75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-16-and-a-half {
    flex: 0 0 auto;
    flex-basis: 51.5625vw;
    width: 51.5625vw;
}
.lsco-col-grid24-lg-offset-16 {
    margin-left: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-16 {
    margin-left: 50vw;
}
.lsco-col-grid24-lg-offset-right-16 {
    margin-right: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-16 {
    margin-right: 50vw;
}
.lsco-col-grid24-lg-offset-top-16 {
    margin-top: 66.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-16 {
    margin-top: 50vw;
}
.lsco-col-grid24-lg-17 {
    flex: 0 0 auto;
    flex-basis: 70.8333333333vw;
    width: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-17 {
    flex: 0 0 auto;
    flex-basis: 53.125vw;
    width: 53.125vw;
}
.lsco-col-grid24-lg-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 72.9166666667vw;
    width: 72.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-17-and-a-half {
    flex: 0 0 auto;
    flex-basis: 54.6875vw;
    width: 54.6875vw;
}
.lsco-col-grid24-lg-offset-17 {
    margin-left: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-17 {
    margin-left: 53.125vw;
}
.lsco-col-grid24-lg-offset-right-17 {
    margin-right: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-17 {
    margin-right: 53.125vw;
}
.lsco-col-grid24-lg-offset-top-17 {
    margin-top: 70.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-17 {
    margin-top: 53.125vw;
}
.lsco-col-grid24-lg-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-18 {
    flex: 0 0 auto;
    flex-basis: 56.25vw;
    width: 56.25vw;
}
.lsco-col-grid24-lg-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 77.0833333333vw;
    width: 77.0833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-18-and-a-half {
    flex: 0 0 auto;
    flex-basis: 57.8125vw;
    width: 57.8125vw;
}
.lsco-col-grid24-lg-offset-18 {
    margin-left: 75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-18 {
    margin-left: 56.25vw;
}
.lsco-col-grid24-lg-offset-right-18 {
    margin-right: 75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-18 {
    margin-right: 56.25vw;
}
.lsco-col-grid24-lg-offset-top-18 {
    margin-top: 75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-18 {
    margin-top: 56.25vw;
}
.lsco-col-grid24-lg-19 {
    flex: 0 0 auto;
    flex-basis: 79.1666666667vw;
    width: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-19 {
    flex: 0 0 auto;
    flex-basis: 59.375vw;
    width: 59.375vw;
}
.lsco-col-grid24-lg-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 81.25vw;
    width: 81.25vw;
}
.-facets-open-grid .lsco-col-grid24-lg-19-and-a-half {
    flex: 0 0 auto;
    flex-basis: 60.9375vw;
    width: 60.9375vw;
}
.lsco-col-grid24-lg-offset-19 {
    margin-left: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-19 {
    margin-left: 59.375vw;
}
.lsco-col-grid24-lg-offset-right-19 {
    margin-right: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-19 {
    margin-right: 59.375vw;
}
.lsco-col-grid24-lg-offset-top-19 {
    margin-top: 79.1666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-19 {
    margin-top: 59.375vw;
}
.lsco-col-grid24-lg-20 {
    flex: 0 0 auto;
    flex-basis: 83.3333333333vw;
    width: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-20 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
}
.lsco-col-grid24-lg-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 85.4166666667vw;
    width: 85.4166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-20-and-a-half {
    flex: 0 0 auto;
    flex-basis: 64.0625vw;
    width: 64.0625vw;
}
.lsco-col-grid24-lg-offset-20 {
    margin-left: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-20 {
    margin-left: 62.5vw;
}
.lsco-col-grid24-lg-offset-right-20 {
    margin-right: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-20 {
    margin-right: 62.5vw;
}
.lsco-col-grid24-lg-offset-top-20 {
    margin-top: 83.3333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-20 {
    margin-top: 62.5vw;
}
.lsco-col-grid24-lg-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-21 {
    flex: 0 0 auto;
    flex-basis: 65.625vw;
    width: 65.625vw;
}
.lsco-col-grid24-lg-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 89.5833333333vw;
    width: 89.5833333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-21-and-a-half {
    flex: 0 0 auto;
    flex-basis: 67.1875vw;
    width: 67.1875vw;
}
.lsco-col-grid24-lg-offset-21 {
    margin-left: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-21 {
    margin-left: 65.625vw;
}
.lsco-col-grid24-lg-offset-right-21 {
    margin-right: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-21 {
    margin-right: 65.625vw;
}
.lsco-col-grid24-lg-offset-top-21 {
    margin-top: 87.5vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-21 {
    margin-top: 65.625vw;
}
.lsco-col-grid24-lg-22 {
    flex: 0 0 auto;
    flex-basis: 91.6666666667vw;
    width: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-22 {
    flex: 0 0 auto;
    flex-basis: 68.75vw;
    width: 68.75vw;
}
.lsco-col-grid24-lg-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 93.75vw;
    width: 93.75vw;
}
.-facets-open-grid .lsco-col-grid24-lg-22-and-a-half {
    flex: 0 0 auto;
    flex-basis: 70.3125vw;
    width: 70.3125vw;
}
.lsco-col-grid24-lg-offset-22 {
    margin-left: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-22 {
    margin-left: 68.75vw;
}
.lsco-col-grid24-lg-offset-right-22 {
    margin-right: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-22 {
    margin-right: 68.75vw;
}
.lsco-col-grid24-lg-offset-top-22 {
    margin-top: 91.6666666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-22 {
    margin-top: 68.75vw;
}
.lsco-col-grid24-lg-23 {
    flex: 0 0 auto;
    flex-basis: 95.8333333333vw;
    width: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-23 {
    flex: 0 0 auto;
    flex-basis: 71.875vw;
    width: 71.875vw;
}
.lsco-col-grid24-lg-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 97.9166666667vw;
    width: 97.9166666667vw;
}
.-facets-open-grid .lsco-col-grid24-lg-23-and-a-half {
    flex: 0 0 auto;
    flex-basis: 73.4375vw;
    width: 73.4375vw;
}
.lsco-col-grid24-lg-offset-23 {
    margin-left: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-23 {
    margin-left: 71.875vw;
}
.lsco-col-grid24-lg-offset-right-23 {
    margin-right: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-23 {
    margin-right: 71.875vw;
}
.lsco-col-grid24-lg-offset-top-23 {
    margin-top: 95.8333333333vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-23 {
    margin-top: 71.875vw;
}
.lsco-col-grid24-lg-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
}
.-facets-open-grid .lsco-col-grid24-lg-24 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
}
.lsco-col-grid24-lg-offset-24 {
    margin-left: 100vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-24 {
    margin-left: 75vw;
}
.lsco-col-grid24-lg-offset-right-24 {
    margin-right: 100vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-right-24 {
    margin-right: 75vw;
}
.lsco-col-grid24-lg-offset-top-24 {
    margin-top: 100vw;
}
.-facets-open-grid .lsco-col-grid24-lg-offset-top-24 {
    margin-top: 75vw;
}
.lsco-row-grid24-lg--unset-justify {
    justify-content: unset;
}
.lsco-row-grid24-lg--start {
    justify-content: flex-start;
}
.lsco-row-grid24-lg--center {
    justify-content: center;
}
.lsco-row-grid24-lg--end {
    justify-content: flex-end;
}
.lsco-row-grid24-lg--top {
    align-items: flex-start;
}
.lsco-row-grid24-lg--middle {
    align-items: center;
}
.lsco-row-grid24-lg--baseline {
    align-items: baseline;
}
.lsco-row-grid24-lg--bottom {
    align-items: flex-end;
}
.lsco-row-grid24-lg--around {
    justify-content: space-around;
}
.lsco-row-grid24-lg--between {
    justify-content: space-between;
}
.lsco-row-grid24-lg--reverse {
    flex-direction: row-reverse;
}
.lsco-row-grid24-lg--nowrap {
    flex-wrap: nowrap;
}
.lsco-row-grid24-lg--wrap {
    flex-wrap: wrap;
}
.lsco-col-grid24-lg {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%;
}
.lsco-col-grid24-lg--first {
    order: -1;
}
.lsco-col-grid24-lg--last {
    order: 1;
}
.lsco-col-grid24-lg--hide {
    display: none;
}
.lsco-col-grid24-lg--show {
    display: flex;
}
.lsco-col-grid24-lg--show-inline-block {
    display: inline-block;
}
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: black;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
[tabindex="0"]:focus-visible {
  outline: 2px solid #395775;
  outline-offset: 2px;
  border-radius: 4px;
}
li:focus-visible {
  outline: 2px solid #395775;
  outline-offset: 2px;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 0.5rem;
}
sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: currentColor;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #395775;
  outline-offset: 2px;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: black;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted #395775;
  outline: 5px auto #395775;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
input:is([type=button], [type=submit], [type=reset]),
input[type=file]::file-selector-button,
button {
  color: #000000;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-fast-enter-active {
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-fast-enter-from,
.fade-fast-leave-to {
  opacity: 0;
}
.lsco-btn {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 3px solid #395775;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
  color: #ffffff;
  background-color: #e9e9e9;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-default .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-primary {
  border: 1px solid;
  background-color: #c41320;
  border-color: #c41320;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .btn-primary, .-bg-section-dark .btn-primary, .-bg-page-dark .-bg-section-transparent .btn-primary {
  color: #ffffff;
  fill: #ffffff;
}
.btn-primary {
  padding: 13px 0;
  height: 46px;
  font-weight: normal;
  color: #ffffff;
  background-image: none;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary.disabled:hover {
  outline: 0;
  opacity: 0.85;
  color: #ffffff;
  background-color: #c41320;
  border-color: #c41320;
  background-image: none;
}
.btn-primary.disabled {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #ffffff;
  background-color: #990611;
  border-color: #990611;
  outline: 0;
}
.btn-primary .badge {
  color: #c41320;
  background-color: #ffffff;
}
.btn-tertiary {
  border: 1px solid;
  border-radius: 2px;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active {
  color: #000000;
  background-color: #f3f3f3;
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-tertiary:active,
.btn-tertiary.active {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  color: #000000;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-tertiary .badge {
  color: #ffffff;
  background-color: #000000;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #134a7d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #6e6e6e;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn.btn-default {
  height: 46px;
  width: 255px;
  margin: 0 auto;
  text-transform: uppercase;
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #403e3f;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
input {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark input, .-bg-section-dark input, .-bg-page-dark .-bg-section-transparent input {
  color: #ffffff;
  fill: #ffffff;
}
input a {
  color: #000000;
}
.-bg-dark input a, .-bg-section-dark input a, .-bg-page-dark .-bg-section-transparent input a {
  color: #ffffff;
  fill: #ffffff;
}
.buybox .color-label {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .buybox .color-label, .-bg-section-dark .buybox .color-label, .-bg-page-dark .-bg-section-transparent .buybox .color-label {
  color: #ffffff;
  fill: #ffffff;
}
.buybox .color-label a {
  color: #000000;
}
.-bg-dark .buybox .color-label a, .-bg-section-dark .buybox .color-label a, .-bg-page-dark .-bg-section-transparent .buybox .color-label a {
  color: #ffffff;
  fill: #ffffff;
}
.buybox .color-label {
  text-transform: none;
  margin-right: 15px;
}
@media (max-width: 767px) {
.sticky-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
    display: block;
    z-index: 300;
    padding: 8px 20px;
}
}
.sticky-bar-desktop {
  position: sticky;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 32.02%);
}
.box-separator {
  width: calc(get-vw(25));
  margin: 16px 0 8px 0;
  border-top: 1px solid #f3f3f3;
  margin-left: -get-vw(2);
}
@media (min-width: 768px) {
.box-separator.mweb-comming-soon-box-seperator {
    margin-top: -8px;
    margin-bottom: 0;
}
}
@media (min-width: 768px) {
.box-separator {
    margin-left: 0;
    width: 100%;
}
}
body {
  margin: 0 auto;
  padding-right: 0 !important;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body,
html {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark body, .-bg-section-dark body, .-bg-page-dark .-bg-section-transparent body,
.-bg-dark html,
.-bg-section-dark html,
.-bg-page-dark .-bg-section-transparent html {
  color: #ffffff;
  fill: #ffffff;
}
body a,
html a {
  color: #000000;
}
.-bg-dark body a, .-bg-section-dark body a, .-bg-page-dark .-bg-section-transparent body a,
.-bg-dark html a,
.-bg-section-dark html a,
.-bg-page-dark .-bg-section-transparent html a {
  color: #ffffff;
  fill: #ffffff;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
}
body .pageType-ProductPage .container.page-main-container,
html .pageType-ProductPage .container.page-main-container {
  min-height: 100vh;
}
body .QSISlider,
html .QSISlider {
  z-index: 50 !important;
}
body .QSISlider div,
html .QSISlider div {
  z-index: 50 !important;
}
body.sidenav-open,
html.sidenav-open {
  overflow: hidden;
  height: 100%;
}
.brand-color {
  color: #c41320 !important;
}
.headline-header {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .headline-header, .-bg-section-dark .headline-header, .-bg-page-dark .-bg-section-transparent .headline-header {
  color: #ffffff;
  fill: #ffffff;
}
.headline-header {
  color: #000000;
  margin: 20px 0 20px;
  padding: 0;
  text-align: center;
}
.menu-margin-top {
  margin-top: 62px;
}

/** Seperator **/
.line-text-separator {
  border-top: solid 2px #e9e9e9;
  position: relative;
}
.line-text-separator .separator-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding-right: 10px;
}
.line-text-separator .separator-text.center {
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 10px;
}

/* This mixin is to truncate shown text at multiple lines and add ellipsis character*/
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
.container.page-main-container .cart-container-wrapper,
  .container.page-main-container .headline-container {
    margin-left: 0;
    margin-right: 0;
}
}
/* Browser's default focus style */
.browser-default-focus {
  outline: 1px dotted #395775;
  outline: 5px auto #395775;
}

/* Skip links visible on focus*/
.skiptocontent.show-on-focus,
.skiptonavigation.show-on-focus {
  width: auto;
  height: auto;
  clip: auto;
  color: #f3f3f3;
  z-index: 2;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .skiptocontent.show-on-focus, .-bg-section-dark .skiptocontent.show-on-focus, .-bg-page-dark .-bg-section-transparent .skiptocontent.show-on-focus,
.-bg-dark .skiptonavigation.show-on-focus,
.-bg-section-dark .skiptonavigation.show-on-focus,
.-bg-page-dark .-bg-section-transparent .skiptonavigation.show-on-focus {
  color: #ffffff;
  fill: #ffffff;
}
.skiptocontent.show-on-focus a,
.skiptonavigation.show-on-focus a {
  color: #000000;
}
.-bg-dark .skiptocontent.show-on-focus a, .-bg-section-dark .skiptocontent.show-on-focus a, .-bg-page-dark .-bg-section-transparent .skiptocontent.show-on-focus a,
.-bg-dark .skiptonavigation.show-on-focus a,
.-bg-section-dark .skiptonavigation.show-on-focus a,
.-bg-page-dark .-bg-section-transparent .skiptonavigation.show-on-focus a {
  color: #ffffff;
  fill: #ffffff;
}
@media (max-width: 991px) {
.skiptocontent.show-on-focus,
  .skiptonavigation.show-on-focus {
    color: #000000;
}
}
a#giftcardbalancecheck:target:before {
  content: "";
  display: block;
  visibility: hidden;
  height: 62px;
  margin-top: -62px;
}
a:hover,
a:active {
  outline: 0;
}
.router-link-active:focus-visible,
.router-link-exact-active:focus-visible {
  outline: 2px solid #395775;
  outline-offset: 2px;
}
.text-as-it-is {
  text-transform: none;
}
.center {
  text-align: center;
}

/* Utilities */
[data-whatinput=mouse] button:focus,
[data-whatinput=touch] button:focus,
[data-whatintent=mouse] select:focus,
[data-whatintent=mouse] input:focus {
  outline: none !important;
}
.-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@keyframes opacityPulse {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
.outlined-on-focus {
  outline: 1px solid #395775;
}
.birthday-requirement-error {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: left;
}
.birthday-requirement-error a {
  text-decoration: underline;
}

/**
 * Responsive show/hide classes
 * NOTE: The hide() mixin relies upon the "display" property. A specificity hack is required because most components also set a display property in scoped CSS,
 * which is higher specificity than the hide/show class.
 * https://css-tricks.com/where-has-a-cool-specificity-trick-too/
 */
@media (min-width: 768px) and (max-width: 1024px) {
:is(.show-mobile, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (min-width: 1025px) {
:is(.show-mobile, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (max-width: 767px) {
:is(.show-tablet, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (min-width: 1025px) {
:is(.show-tablet, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (max-width: 767px) {
:is(.show-desktop, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
:is(.show-desktop, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (max-width: 767px) {
:is(.hide-mobile, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
:is(.hide-tablet, #increase#specificity#above#scoped) {
    display: none;
}
}
@media (min-width: 1025px) {
:is(.hide-desktop, #increase#specificity#above#scoped) {
    display: none;
}
}

/**
 * The .sr-only class visually hides elements on the web page
 * while keeping them accessible to screen readers.
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@font-face {
  font-family: "DenimINK-Regular";
  src: url("/ngsa/fonts/DenimINK-Regular.woff2") format("woff2"), url("/ngsa/fonts/DenimINK-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DenimINK-Medium";
  src: url("/ngsa/fonts/DenimINK-Medium.woff2") format("woff2"), url("/ngsa/fonts/DenimINK-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DenimINK-RegularItalic";
  src: url("/ngsa/fonts/DenimINK-RegularItalic.woff2") format("woff2"), url("/ngsa/fonts/DenimINK-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.brand-loading-icon {
  background-image: url("/ngsa/images/loading.gif");
  background-size: 98px 43px;
  background-repeat: no-repeat;
}
.page-level-loader {
  min-height: 420px;
  background-position: 50% 30%;
}
.page-level-loader-mask {
  position: absolute;
  z-index: 1000;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 46%;
}
.swatch-loading {
  background-image: url("/ngsa/images/spinner.gif");
}
.lsco-container:empty {
  height: 100%;
}
.lsco-container {
  min-height: 70vh;
  --icon-active: #c41320;
  --icon-darkred: #990611;
  --icon-darkblue: #134a7d;
  --icon-darkgreen: #268061;
  --icon-mediumgrey: #6e6e6e;
}
#branch-banner-iframe {
  z-index: 300 !important;
}
.modal.modal-mask.promo-details-modal .modal-dialog .modal-header {
  border: none;
}
.modal.modal-mask.promo-details-modal .modal-dialog .modal-body {
  padding: 0px 32px 52px;
  max-height: 100%;
  overflow-y: auto;
}
.modal.modal-mask.country-modal .modal-dialog {
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.modal.modal-mask.country-modal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 0px;
}
.modal.modal-mask.country-modal .modal-dialog .modal-header .country-modal__title {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .modal.modal-mask.country-modal .modal-dialog .modal-header .country-modal__title, .-bg-section-dark .modal.modal-mask.country-modal .modal-dialog .modal-header .country-modal__title, .-bg-page-dark .-bg-section-transparent .modal.modal-mask.country-modal .modal-dialog .modal-header .country-modal__title {
  color: #ffffff;
  fill: #ffffff;
}
.modal.modal-mask.country-modal .modal-dialog .modal-header .country-modal__title {
  padding-top: 40px;
  padding-left: 56px;
}
.modal.modal-mask.country-modal .modal-dialog .modal-content {
  width: 100%;
  overflow: visible;
}
.modal.modal-mask.country-modal .modal-dialog .modal-body {
  padding: 0px;
  overflow: visible;
}
.modal.modal-mask.country-modal .modal-dialog .modal-body .country-modal__body {
  padding: 44px 56px 56px 56px;
}
.modal.modal-mask.country-modal .modal-dialog .modal__close {
  padding: 24px;
}
@media (min-width: 768px) {
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-dialog {
    max-width: 48%;
    width: 504px;
}
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-content {
  width: auto;
  padding: 0px;
  height: 100%;
}
@media (min-width: 768px) {
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-content {
    height: auto;
    width: 504px;
}
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-header {
  background: #f3f3f3;
  border-bottom: 0;
  padding: 16px 32px;
  justify-content: center;
}
.modalV4.modalV4-mask.sync-user-error-modal .modal-title {
  font-family: "DenimINK-Medium";
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .modalV4.modalV4-mask.sync-user-error-modal .modal-title, .-bg-section-dark .modalV4.modalV4-mask.sync-user-error-modal .modal-title, .-bg-page-dark .-bg-section-transparent .modalV4.modalV4-mask.sync-user-error-modal .modal-title {
  color: #ffffff;
  fill: #ffffff;
}
.modalV4.modalV4-mask.sync-user-error-modal .modal-title a {
  color: #000000;
}
.-bg-dark .modalV4.modalV4-mask.sync-user-error-modal .modal-title a, .-bg-section-dark .modalV4.modalV4-mask.sync-user-error-modal .modal-title a, .-bg-page-dark .-bg-section-transparent .modalV4.modalV4-mask.sync-user-error-modal .modal-title a {
  color: #ffffff;
  fill: #ffffff;
}
.modalV4.modalV4-mask.sync-user-error-modal .modal-title {
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: center;
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-body {
  padding: 24px 32px;
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy, .-bg-section-dark .modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy, .-bg-page-dark .-bg-section-transparent .modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy {
  color: #ffffff;
  fill: #ffffff;
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy a {
  color: #000000;
}
.-bg-dark .modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy a, .-bg-section-dark .modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy a, .-bg-page-dark .-bg-section-transparent .modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy a {
  color: #ffffff;
  fill: #ffffff;
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-copy {
  text-align: center;
  margin: 0px;
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-btn {
  margin-top: 24px;
}
.modalV4.modalV4-mask.sync-user-error-modal .modalV4-body .sync-user-error-btn .button-and-link__button {
  width: 100%;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
}
.scrim {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 300;
}
@media (min-width: 1025px) {
.scrim {
    background-color: rgba(0, 0, 0, 0.5);
}
}
.scrim.scrim--plp-redesign-transparent {
  background-color: transparent;
}
@media (min-width: 1025px) {
.scrim.scrim--plp-redesign-transparent {
    background-color: rgba(0, 0, 0, 0.5);
}
}
.app {
  height: 100%;
}
.app.is-checkout {
  display: flex;
  flex-direction: column;
}
html[lang^=da] q {
  quotes: "»" "«" "›" "‹";
}
html[lang^=de] q {
  quotes: "„" "“" "‚" "‘";
}
html[lang=de_CH] q,
html[lang=de-CH] q,
html[lang=de-ch] q {
  quotes: "«" "»" "‹" "›";
}
html[lang^=en] q,
html[lang^=nl] q {
  quotes: "“" "”" "‘" "’";
}
html[lang=en_GB] q,
html[lang=en-GB] q,
html[lang=en-gb] q {
  quotes: "‘" "’" "“" "”";
}
html[lang^=es] q,
html[lang^=it] q {
  quotes: "«" "»" "‘" "’";
}
html[lang^=fr] q {
  quotes: "«" "»" "‹" "›";
}
html[lang^=sv] q {
  quotes: "”" "”" "’" "’";
}
html[lang^=pl] q {
  quotes: "„" "”" "«" "»";
}
html[lang^=ru] q {
  quotes: "«" "»" "„" "“";
}