/* line 1, ../scss/_main.scss */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 10, ../scss/_main.scss */
#global-landing {
  margin: 0 auto;
  color: #444444;
  height: 100vh;
  overflow-x: hidden;
  padding-right: 15px;
  margin-right: -15px;
  /* Landscape */
}
/* line 18, ../scss/_main.scss */
#global-landing img {
  max-width: 100%;
}
/* line 22, ../scss/_main.scss */
#global-landing .hero {
  position: relative;
  transition: all .25s ease-in-out;
}
/* line 26, ../scss/_main.scss */
#global-landing .region-selection {
  position: relative;
  transition: all .25s ease-in-out;
}
/* line 30, ../scss/_main.scss */
#global-landing .no-scrollbar {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  /* line 38, ../scss/_main.scss */
  #global-landing .region-selection {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 46, ../scss/_main.scss */
  #global-landing.active .region-selection {
    top: 0;
    overflow: hidden;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 52, ../scss/_main.scss */
  #global-landing.active .hero {
    display: none;
  }
  /* line 55, ../scss/_main.scss */
  #global-landing.active .region-selection {
    transform: none;
    overflow: scroll;
  }
}
@media (min-width: 992px) {
  /* line 61, ../scss/_main.scss */
  #global-landing.inactive {
    overflow: hidden;
  }
  /* line 64, ../scss/_main.scss */
  #global-landing.inactive .region-selection {
    top: 100vh;
  }
}
/* line 70, ../scss/_main.scss */
#global-landing .region-selector > img {
  max-width: 100%;
  height: 100px;
}
/* line 74, ../scss/_main.scss */
#global-landing .flex-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 74, ../scss/_main.scss */
  #global-landing .flex-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 74, ../scss/_main.scss */
  #global-landing .flex-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 74, ../scss/_main.scss */
  #global-landing .flex-container {
    max-width: 1170px;
  }
}
/* line 88, ../scss/_main.scss */
#global-landing .hero {
  height: 100vh;
  width: calc(100vw + 15px);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 88, ../scss/_main.scss */
  #global-landing .hero {
    margin-left: -15px;
  }
}
/* line 99, ../scss/_main.scss */
#global-landing .hero .hero-logo {
  width: 100px;
  /* Landscape */
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  /* line 99, ../scss/_main.scss */
  #global-landing .hero .hero-logo {
    width: 40px;
  }
}
/* line 109, ../scss/_main.scss */
#global-landing .hero .best-you .mobile {
  max-height: 35vh;
  /* Landscape */
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  /* line 109, ../scss/_main.scss */
  #global-landing .hero .best-you .mobile {
    max-height: 21vh;
  }
}
/* line 119, ../scss/_main.scss */
#global-landing .hero .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px 20px;
  height: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  /* line 119, ../scss/_main.scss */
  #global-landing .hero .flex-container {
    padding: 100px 40px 40px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  /* line 119, ../scss/_main.scss */
  #global-landing .hero .flex-container {
    padding: 30px 10px 20px;
  }
}
/* line 135, ../scss/_main.scss */
#global-landing .hero .flex-container .button-section {
  display: flex;
  flex-direction: column;
  text-align: center;
}
/* line 140, ../scss/_main.scss */
#global-landing .hero .flex-container .button-section ns-button {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 140, ../scss/_main.scss */
  #global-landing .hero .flex-container .button-section ns-button {
    margin-bottom: 20px;
  }
}
/* line 146, ../scss/_main.scss */
#global-landing .hero .flex-container .button-section ns-checkbox {
  margin-top: 10px;
}
/* line 153, ../scss/_main.scss */
#global-landing .hero .navigation a li {
  color: white;
}
/* line 160, ../scss/_main.scss */
#global-landing .navigation {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
/* line 168, ../scss/_main.scss */
#global-landing .navigation a {
  text-decoration: none !important;
}
/* line 171, ../scss/_main.scss */
#global-landing .navigation a li {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 178, ../scss/_main.scss */
  #global-landing .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 183, ../scss/_main.scss */
  #global-landing .mobile {
    display: none;
  }
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  /* line 189, ../scss/_main.scss */
  #global-landing .best-you .desktop {
    display: none;
  }
  /* line 192, ../scss/_main.scss */
  #global-landing .best-you .mobile {
    display: block;
  }
  /* line 195, ../scss/_main.scss */
  #global-landing .navigation.desktop {
    display: none;
  }
}
/* line 200, ../scss/_main.scss */
#global-landing .region-selection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  z-index: 2000;
  position: relative;
  width: 100vw;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 200, ../scss/_main.scss */
  #global-landing .region-selection {
    display: block;
  }
}
/* line 216, ../scss/_main.scss */
#global-landing .region-selection .region-wrap {
  position: relative;
  flex-grow: 1;
  margin: 40px 0;
  background-color: white;
}
@media (min-width: 992px) {
  /* line 216, ../scss/_main.scss */
  #global-landing .region-selection .region-wrap {
    margin: 40px;
  }
}
/* line 226, ../scss/_main.scss */
#global-landing .region-selection .region-wrap ns-checkbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: 0 auto;
  text-align: center;
  z-index: 2010;
}
@media (min-width: 992px) {
  /* line 226, ../scss/_main.scss */
  #global-landing .region-selection .region-wrap ns-checkbox {
    top: auto;
    bottom: 40px;
  }
}
/* line 241, ../scss/_main.scss */
#global-landing .region-selection .region-wrap .close-element {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;;
  font-weight: 100;
  font-size: 22px;
  line-height: 14px;
  z-index: 1000;
}
@media (max-width: 991px) {
  /* line 241, ../scss/_main.scss */
  #global-landing .region-selection .region-wrap .close-element {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 257, ../scss/_main.scss */
  #global-landing .region-selection .region-wrap .flex-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 257, ../scss/_main.scss */
  #global-landing .region-selection .region-wrap .flex-container {
    padding: 0 20px 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 992px) {
  /* line 257, ../scss/_main.scss */
  #global-landing .region-selection .region-wrap .flex-container {
    min-height: calc(100vh - 135px);
  }
}
/* line 269, ../scss/_main.scss */
#global-landing .region-selection .footer-navigation {
  min-height: 55px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  /* line 269, ../scss/_main.scss */
  #global-landing .region-selection .footer-navigation {
    flex-direction: row;
    padding: 0;
  }
}
/* line 282, ../scss/_main.scss */
#global-landing .region-selection .footer-navigation .navigation {
  padding: 0;
}
@media (max-width: 991px) {
  /* line 282, ../scss/_main.scss */
  #global-landing .region-selection .footer-navigation .navigation {
    justify-content: flex-start;
    flex-direction: column;
  }
}
/* line 290, ../scss/_main.scss */
#global-landing .region-selection .footer-navigation .navigation a {
  padding: 0 20px;
}
@media (max-width: 991px) {
  /* line 290, ../scss/_main.scss */
  #global-landing .region-selection .footer-navigation .navigation a {
    position: relative;
    padding: 20px;
  }
  /* line 297, ../scss/_main.scss */
  #global-landing .region-selection .footer-navigation .navigation a li {
    color: #727272;
    font-size: 16px;
    line-height: 16px;
    position: relative;
  }
  /* line 303, ../scss/_main.scss */
  #global-landing .region-selection .footer-navigation .navigation a li:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    background-color: #F7F7F7;
  }
}
/* line 317, ../scss/_main.scss */
#global-landing .region-selection .footer-navigation .copyright {
  font-size: 13px;
  line-height: 13px;
  color: #727272;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 317, ../scss/_main.scss */
  #global-landing .region-selection .footer-navigation .copyright {
    display: none;
  }
}

/* line 1, ../scss/_main.scss */
#nsFeaturedProducts {
  width: calc(100% - 30px);
  max-width: 100vw;
  justify-content: center;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "copy" "cards" "link";
  text-align: left;
}
/* line 3, ../scss/_main.scss */
#nsFeaturedProducts * {
  box-sizing: border-box;
  font-family: "proxima-nova", "source-han-sans-japanese", "source-han-sans-korean", "source-han-sans-simplified-c", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  /* line 1, ../scss/_main.scss */
  #nsFeaturedProducts {
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "copy copy copy cards cards cards cards cards cards cards cards cards";
    grid-column-gap: 15px;
  }
}
/* line 19, ../scss/_main.scss */
#nsFeaturedProducts .copy-section {
  grid-area: copy;
  align-self: center;
  justify-self: center;
}
/* line 24, ../scss/_main.scss */
#nsFeaturedProducts .copy-section h2 {
  color: #272525;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  /* line 24, ../scss/_main.scss */
  #nsFeaturedProducts .copy-section h2 {
    text-align: left;
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
/* line 42, ../scss/_main.scss */
#nsFeaturedProducts .copy-section .description-wrap {
  grid-area: description;
  text-align: left;
}
@media (min-width: 1440px) {
  /* line 19, ../scss/_main.scss */
  #nsFeaturedProducts .copy-section {
    align-self: center;
  }
}
/* line 53, ../scss/_main.scss */
#nsFeaturedProducts .description-wrap p {
  color: #272525;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  /* line 53, ../scss/_main.scss */
  #nsFeaturedProducts .description-wrap p {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 65, ../scss/_main.scss */
#nsFeaturedProducts ns-product-small {
  width: 250px;
  margin: 0 auto;
  min-height: 300px;
}
@media (min-width: 768px) {
  /* line 65, ../scss/_main.scss */
  #nsFeaturedProducts ns-product-small {
    height: 100%;
    width: 100%;
  }
}
/* line 76, ../scss/_main.scss */
#nsFeaturedProducts ns-expressive-link {
  grid-area: link;
  margin-top: 20px;
}
/* line 80, ../scss/_main.scss */
#nsFeaturedProducts ns-expressive-link.mobile {
  text-align: center;
}
/* line 86, ../scss/_main.scss */
#nsFeaturedProducts .accent {
  position: relative;
  top: -7px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  /* line 86, ../scss/_main.scss */
  #nsFeaturedProducts .accent {
    position: initial;
  }
}
/* line 96, ../scss/_main.scss */
#nsFeaturedProducts .mobile {
  display: initial;
}
@media (min-width: 768px) {
  /* line 96, ../scss/_main.scss */
  #nsFeaturedProducts .mobile {
    display: none;
  }
}
/* line 103, ../scss/_main.scss */
#nsFeaturedProducts .tabletUp {
  display: none;
}
@media (min-width: 768px) {
  /* line 103, ../scss/_main.scss */
  #nsFeaturedProducts .tabletUp {
    display: block;
  }
}
/* line 110, ../scss/_main.scss */
#nsFeaturedProducts .mobile-large {
  display: none;
}
@media (min-width: 375px) and (max-width: 767px) {
  /* line 110, ../scss/_main.scss */
  #nsFeaturedProducts .mobile-large {
    display: block;
  }
}
/* line 118, ../scss/_main.scss */
#nsFeaturedProducts .cards {
  display: grid;
  grid-auto-flow: row;
  grid-area: cards;
  grid-gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 118, ../scss/_main.scss */
  #nsFeaturedProducts .cards {
    margin-bottom: 0;
    grid-auto-flow: column;
    grid-gap: 5px;
    grid-template-columns: repeat(9, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (min-width: 1024px) {
  /* line 118, ../scss/_main.scss */
  #nsFeaturedProducts .cards {
    grid-gap: 15px;
  }
}
/* line 137, ../scss/_main.scss */
#nsFeaturedProducts .cards ns-product-small {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 300px;
}
@media (min-width: 768px) {
  /* line 137, ../scss/_main.scss */
  #nsFeaturedProducts .cards ns-product-small {
    max-width: 100%;
    grid-column: span 3;
  }
}

/* line 152, ../scss/_main.scss */
.featured-products {
  margin: auto;
}
@media (min-width: 1024px) {
  /* line 152, ../scss/_main.scss */
  .featured-products {
    max-width: 994px;
  }
}
@media (min-width: 1440px) {
  /* line 152, ../scss/_main.scss */
  .featured-products {
    max-width: 1440px;
  }
}

/* line 1, ../scss/_main.scss */
.nsFeaturedProductsHome {
  max-width: 100vw;
  justify-content: center;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "copy" "cards" "link";
  text-align: left;
}
/* line 3, ../scss/_main.scss */
.nsFeaturedProductsHome * {
  box-sizing: border-box;
  font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', 'Meiryo', 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', 'Helvetica', 'Arial', 'sans-serif';
}

@media (min-width: 768px) {
  /* line 15, ../scss/_main.scss */
  .nsFeaturedProductsHome {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "copy copy copy cards cards cards cards cards cards cards cards cards";
    grid-column-gap: 15px;
  }

  /* line 22, ../scss/_main.scss */
  .nsFeaturedProductsHomeAccommodatedText {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "copy copy copy copy copy copy copy copy copy copy copy copy" "cards cards cards cards cards cards cards cards cards cards cards cards";
    grid-column-gap: 15px;
  }
}
/* line 31, ../scss/_main.scss */
.copy-section {
  grid-area: copy;
  align-self: center;
  justify-self: center;
}
/* line 36, ../scss/_main.scss */
.copy-section h2 {
  color: #272525;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  /* line 36, ../scss/_main.scss */
  .copy-section h2 {
    text-align: left;
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
/* line 55, ../scss/_main.scss */
.copy-section .description-wrap {
  grid-area: description;
  text-align: left;
}
@media (min-width: 1440px) {
  /* line 31, ../scss/_main.scss */
  .copy-section {
    align-self: center;
  }
}

@media (min-width: 1024px) {
  /* line 68, ../scss/_main.scss */
  .nsFeaturedProductsHomeDesktopLayout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "copy copy copy cards cards cards cards cards cards cards cards cards";
    grid-column-gap: 15px;
  }
}
/* line 77, ../scss/_main.scss */
.description-wrap p {
  color: #272525;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  /* line 77, ../scss/_main.scss */
  .description-wrap p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 89, ../scss/_main.scss */
.featured-product-card {
  width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 89, ../scss/_main.scss */
  .featured-product-card {
    height: 100%;
    width: 100%;
  }
}

/* line 99, ../scss/_main.scss */
ns-expressive-link {
  grid-area: link;
  margin-top: 20px;
}
/* line 103, ../scss/_main.scss */
ns-expressive-link.mobile {
  text-align: center;
}

/* line 109, ../scss/_main.scss */
.title-wrap {
  position: relative;
}
/* line 112, ../scss/_main.scss */
.title-wrap .accent {
  position: absolute;
  left: -20px;
  top: -5px;
}

/* line 119, ../scss/_main.scss */
.mobile {
  display: initial;
}
@media (min-width: 768px) {
  /* line 119, ../scss/_main.scss */
  .mobile {
    display: none;
  }
}

/* line 126, ../scss/_main.scss */
.tabletUp {
  display: none;
}
@media (min-width: 768px) {
  /* line 126, ../scss/_main.scss */
  .tabletUp {
    display: block;
  }
}

/* line 133, ../scss/_main.scss */
.mobile-large {
  display: none;
}
@media (min-width: 375px) and (max-width: 767px) {
  /* line 133, ../scss/_main.scss */
  .mobile-large {
    display: block;
  }
}

/* line 141, ../scss/_main.scss */
.cards {
  display: grid;
  grid-auto-flow: row;
  grid-area: cards;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 141, ../scss/_main.scss */
  .cards {
    margin-bottom: 0;
    grid-auto-flow: column;
    grid-gap: 5px;
    grid-template-columns: repeat(9, 1fr);
    grid-auto-rows: 1fr;
  }
}
@media (min-width: 1024px) {
  /* line 141, ../scss/_main.scss */
  .cards {
    grid-gap: 15px;
  }
}
/* line 160, ../scss/_main.scss */
.cards .featured-product-card {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 300px;
}
@media (min-width: 768px) {
  /* line 160, ../scss/_main.scss */
  .cards .featured-product-card {
    max-width: 100%;
    grid-column: span 3;
  }
}

/* line 1, ../main.scss */
.as-seen-in-header {
  text-align: center;
}

/* line 5, ../main.scss */
.as-seen-in-title {
  color: #272525;
  font-family: "proxima-nova", "source-han-sans-japanese", "source-han-sans-korean", "source-han-sans-simplified-c", Helvetica;
  font-weight: 100;
  font-size: 40px;
  line-height: 43px;
}

/* line 14, ../main.scss */
.as-seen-in-component-container > ns-expressive-link {
  margin-top: 70px;
}

/* line 19, ../main.scss */
.as-seen-in-container {
  margin-top: 10px;
}

/* line 23, ../main.scss */
.as-seen-in-flex-items-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 29, ../main.scss */
.item {
  margin: 60px 0 0 0;
  height: auto;
  text-align: center;
  height: 45px;
  box-sizing: border-box;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .15s ease-in-out;
  padding: 0 15px;
  width: auto;
}
/* line 41, ../main.scss */
.item img,
.item span {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* line 48, ../main.scss */
.item [href=""] {
  display: none;
}
/* line 52, ../main.scss */
.item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 57, ../main.scss */
.item a {
  display: inline-block;
  height: inherit;
}

/* line 63, ../main.scss */
.item:nth-child(1n + 4) {
  display: none;
}

/* line 67, ../main.scss */
.item-error {
  color: red;
  filter: grayscale(0%);
}

/* line 72, ../main.scss */
.item-empty {
  display: none;
}

/** Tablet **/
@media (min-width: 768px) {
  /* line 78, ../main.scss */
  .as-seen-in-flex-items-container {
    margin-left: -15px;
    margin-right: -15px;
    max-height: 210px;
    overflow-y: hidden;
  }

  /* line 85, ../main.scss */
  .item {
    width: auto;
  }
  /* line 88, ../main.scss */
  .item img,
  .item span {
    width: auto;
  }

  /* line 94, ../main.scss */
  .item:nth-child(1n + 4) {
    display: inline-block;
  }
}

/* line 1, ../scss/_main.scss */
body {
  background-color: #ffffff;
}

/* line 6, ../scss/_main.scss */
.precontent * {
  box-sizing: border-box;
}
/* line 8, ../scss/_main.scss */
.precontent .contained {
  width: calc(100% - 30px);
  margin: 0 auto;
}
/* line 12, ../scss/_main.scss */
.precontent .contained.mobile-full {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 8, ../scss/_main.scss */
  .precontent .contained {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  /* line 8, ../scss/_main.scss */
  .precontent .contained {
    max-width: 994px;
  }
}
@media (min-width: 1440px) {
  /* line 8, ../scss/_main.scss */
  .precontent .contained {
    max-width: 1410px;
  }
}
/* line 27, ../scss/_main.scss */
.precontent .homepageHeroCarousel {
  padding-bottom: 40px;
}
/* line 31, ../scss/_main.scss */
.precontent .featuredProducts {
  padding-bottom: 40px;
}
/* line 35, ../scss/_main.scss */
.precontent .heroCarousel, .precontent .brandCatagories, .precontent .brandStory, .precontent .promoBand, .precontent .popularProductCarousel, .precontent .homepagePromoHero, .precontent .forYouProductCarousel, .precontent .highlights, .precontent .asSeenIn {
  padding-bottom: 80px;
}

/* line 40, ../scss/_main.scss */
#content {
  min-height: 0;
  padding: 0;
}
/* line 44, ../scss/_main.scss */
#content .parsys.bodyContent {
  margin-bottom: 0;
}

/* line 49, ../scss/_main.scss */
#mainContainer {
  background-color: white !important;
}

/* line 53, ../scss/_main.scss */
#mainContainer.container {
  background-color: white !important;
  min-height: var(--min-body-height);
}

/* line 60, ../scss/_main.scss */
body[page="cart"] #mainContainer {
  background-color: #FAFAFA;
}
/* line 63, ../scss/_main.scss */
body[page="cart"] #mainContainer #mainContent .container {
  padding-top: 20px;
}

/* line 69, ../scss/_main.scss */
.lazy-fade {
  animation: lazyFade .3s ease-in forwards;
}

@keyframes lazyFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

