@charset "utf-8";

@media only screen and (max-width: 767px) {
  .desktop-carousel-text { display: none; }
  .pla-header__copy { text-align: center; position: relative; z-index: 1; }
  .mobile-carousel-text { display: block; }
  [data-cms-name="SEO_HomePage_Copy"] .section-seo { background: rgb(244, 243, 238) !important; padding-top: 2em !important; }
  #more-to-discover-carousel-ca.HPcarousel-section.mobile-carousel-bg-color { }
}

@media only screen and (min-width: 768px) {
  .desktop-carousel-text { display: block; }
  .pla-header__copy { text-align: center; position: relative; z-index: 1; }
  .mobile-carousel-text { display: none; }
  .pla-header-negative-top { margin-top: -3em; }
  [data-cms-name="Desktop Bottom"]:has(.homepage-category-atc-carousel) { padding-left: 0px; }
  [data-cms-name="Desktop Global Bottom"] .homepage-category-atc-carousel { width: calc(100% + 100px); margin-left: -50px; }
  .plp-layout [data-cms-name="Desktop Global Bottom"] .homepage-category-atc-carousel { width: calc(100% + 50px); margin-left: -50px; }
  .adaptive-layout .section-recently-viewed-spill { margin-top: 50px; }
  #more-to-discover-carousel-ca.HPcarousel-section.desktop-carousel-bg-color { background-color: rgb(244, 243, 237); }
}