
.home-collections__content a,
.home-summer a,
.home-footwear__content a {
  position: relative;
  text-decoration: none;
}
.home-collections__content a:before,
.home-summer a:before,
.home-footwear__content a:before,
.home-collections__content a:after,
.home-summer a:after,
.home-footwear__content a:after {
  background-color: #041e42;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.home-collections__content a:before,
.home-summer a:before,
.home-footwear__content a:before {
  transform: scaleX(0);
  transform-origin: left center;
}
.home-collections__content a:after,
.home-summer a:after,
.home-footwear__content a:after {
  transform: scaleX(1);
  transform-origin: right center;
}
.home-collections__content a:hover:before,
.home-summer a:hover:before,
.home-footwear__content a:hover:before {
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.home-collections__content a:hover:after,
.home-summer a:hover:after,
.home-footwear__content a:hover:after {
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-homepage .home-arrows {
  display: none;
}
.page-homepage .ls-button {
  border-radius: 50px;
  background: white;
  color: #041e42;
}
.page-homepage .ls-button__text:after {
  border-color: transparent #041e42;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-row--categories {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
.page-homepage .home-row--categories h2 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-row--categories h2 {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-row--categories h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-row--categories--three .col {
    padding-top: 46%;
  }
}
.page-homepage .home-row--categories--full h2 {
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-row--categories--full {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-row--categories--full {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
  .page-homepage .home-row--categories--full .home-categories__col {
    padding-top: 50%;
  }
}
.page-homepage .home-categories__col {
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  position: relative;
  background-position: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__col {
    padding-top: 60%;
    margin: 0 1.4rem;
  }
}
.page-homepage .home-categories__col .home-categories__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-homepage .home-categories__inner {
  position: relative;
}
.page-homepage .home-categories__inner img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__cols.cols {
    display: flex;
    justify-content: space-between;
    margin: 0 -1.4rem;
  }
}
.page-homepage .button-wrap {
  padding: 0 2.4rem;
}
.page-homepage .button-wrap .ls-button {
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
  display: table;
}
@media screen and (min-width: 768px) {
  .page-homepage .button-wrap .ls-button {
    width: 100%;
    max-width: 22rem;
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .page-homepage .button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.page-homepage .home-categories__content {
  bottom: 0rem;
  left: 0rem;
  height: 60%;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__content {
    height: 55%;
  }
}
.page-homepage .home-categories__content .home-categories__content-wrap-text {
  text-align: center;
  width: 65%;
  min-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-text {
    min-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-text {
    min-width: 300px;
  }
}
.page-homepage .home-categories__content .home-categories__content-wrap-text p {
  display: none;
  color: white;
}
.page-homepage .home-categories__content .home-categories__content-wrap-button {
  margin-top: auto;
  padding-bottom: 2rem;
}
.page-homepage .home-categories__content .home-categories__content-wrap-button .home-categories__content-button {
  width: 85%;
  max-width: 100%;
  margin: 1rem auto;
  display: table;
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-button .home-categories__content-button {
    width: 100%;
    max-width: 17rem;
    margin: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-button {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-text {
    max-width: 420px;
  }
  .page-homepage .home-categories__content .home-categories__content-wrap-text p {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .page-homepage .home-categories__content h4 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-text h4 {
    font-size: 46px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1600px) {
  .page-homepage .home-categories__content .home-categories__content-wrap-text h4 {
    font-size: 56px;
    line-height: 58px;
  }
}
.page-homepage .home-categories__content h4 {
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-family: 'Bodoni';
  margin-top: 0;
}
.page-homepage .home-categories__content .home-categories__content-button {
  display: inline-block;
  margin-right: 4%;
  max-width: 20rem;
  width: 47.4%;
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-categories__content .home-categories__content-button {
    margin-right: 1.2rem;
    max-width: none;
    width: auto;
  }
}
.page-homepage .home-categories__content .ls-button {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-homepage .home-categories__content .ls-button {
    min-width: 12.2rem;
    width: auto;
  }
}
#home-modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
#home-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 30, 66, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#home-modal .home-modal-video {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  width: 100%;
  padding: 2.4rem;
  max-width: 900px;
  left: 50%;
}
#home-modal #home-modal-close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  height: 50px;
  width: 50px;
}
#home-modal #home-modal-close img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero {
  margin-bottom: 2.4rem;
  padding-bottom: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.8rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-hero {
    margin-bottom: 5.8rem;
    padding-bottom: 10.3rem;
    padding-top: 8.5rem;
    height: 75vh;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero .body-copy-large {
    font-size: 48px;
  }
}
.home-hero__bg,
.home-hero__bg-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-hero__bg {
  left: 50%;
  width: 100vw;
  overflow: hidden;
  transform: translateY(-101%) translateX(-50%);
}
.home-hero[data-visible="true"] .home-hero__bg {
  transform: translateY(0) translateX(-50%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.home-hero__bg-inner {
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(101%);
}
.home-hero[data-visible="true"] .home-hero__bg-inner {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #041e42;
}
.nav-list__item span {
  display: block;
  padding-right: 50px;
}
.nav-list__item img {
  width: 6px;
  transform: rotate(180deg);
}
.nav-list__item:last-child {
  border: 0;
}
@media screen and (min-width: 768px) {
  .nav-list {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5.8rem;
  }
  .nav-list__item {
    display: block;
    padding: 1.8rem 4.8rem;
    border-bottom: 0;
    border-right: 1px solid #eee;
    text-align: center;
  }
  .nav-list__item img {
    display: none;
  }
  .nav-list__item span {
    padding-right: 0px;
    font-size: 18px;
  }
}
.nav-list--collections .nav-list__item {
  border-bottom: 1px solid #eeeeee;
}
.nav-list--collections .nav-list__item:last-child {
  border-bottom: 1px solid #eeeeee;
}
.home-pagination {
  margin-bottom: 0;
  padding-left: 0;
}
.home-pagination li {
  cursor: pointer;
  display: inline-block;
  height: 1.2rem;
  line-height: 0;
  position: relative;
  width: 1.2rem;
}
.home-pagination li:before {
  background-color: #041e42;
  border-radius: 50%;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 50%;
  width: .4rem;
}
.home-pagination svg {
  pointer-events: none;
  transform: rotateZ(-90deg);
}
.home-pagination circle {
  stroke: #041e42;
  stroke-dasharray: 32px;
  stroke-dashoffset: 32px;
}
.home-pagination--collections,
.home-pagination--footwear {
  display: none;
}
.home-pagination--collections li,
.home-pagination--footwear li {
  margin-right: .3rem;
}
.home-pagination--collections li circle,
.home-pagination--footwear li circle {
  transition: stroke-dashoffset 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.home-pagination--collections li[data-active="true"] circle,
.home-pagination--footwear li[data-active="true"] circle {
  stroke-dashoffset: 0;
  transition-delay: .4s;
}
.home-pagination--hero {
  position: absolute;
  right: 2.4rem;
  top: 82vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-pagination--hero {
    right: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-pagination--hero {
    bottom: 14.2rem;
    top: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-pagination--hero {
    bottom: 12.2rem;
    right: 4.6rem;
  }
}
.home-pagination--hero li {
  margin-left: .3rem;
}
.home-pagination--hero li:before {
  background-color: #FFF;
}
.home-pagination--hero li[data-active="true"] circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 5s linear;
}
.home-pagination--hero circle {
  stroke: #FFF;
}
.home-arrows {
  display: block;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.home-arrows li {
  display: inline-block;
}
.home-arrows li img {
  opacity: .3;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-arrows li[data-active="true"] button:hover {
  border-color: #041e42;
}
.home-arrows li[data-active="true"] button:focus {
  border-color: #e1e1e1;
}
.home-arrows li[data-active="true"] img {
  opacity: 1;
}
.home-arrows--collections {
  bottom: 0;
  position: absolute;
  right: 4.8rem;
}
@media screen and (min-width: 1600px) {
  .home-arrows--collections {
    right: calc(50vw - 720px);
  }
}
.home-arrows__button {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  height: 3.6rem;
  outline: none;
  position: relative;
  transition: border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 3.6rem;
}
.home-arrows__button--next {
  transform: rotateZ(180deg);
}
.home-arrows__button img {
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.6rem;
  position: absolute;
  top: 50%;
}
.home-hero__item {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .home-hero__item {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.home-hero__image-wrap {
  overflow: hidden;
  position: relative;
}
.home-hero__image-wrap:before {
  background-color: #ffe3e4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-101%);
  z-index: 1;
}
.home-hero__item[data-active="true"] .home-hero__image-wrap:before {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.home-hero__image-wrap--sml {
  display: none;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .home-hero__image-wrap--sml {
    display: inline-block;
    height: 20vw;
    width: 25vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero__image-wrap--sml {
    height: 31.2rem;
    width: 40rem;
  }
}
.home-hero__item[data-active="true"] .home-hero__image-wrap--sml:before {
  transition-delay: 0s;
}
.home-hero__image-wrap--lrg {
  height: 58vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-hero__image-wrap--lrg {
    bottom: 0;
    height: 100%;
    position: relative;
    right: 4vw;
    top: 0;
    width: 60%;
    z-index: 2;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero__image-wrap--lrg {
    width: 100rem;
  }
}
.home-hero__item[data-active="true"] .home-hero__image-wrap--lrg:before {
  transition-delay: .2s;
}
.home-hero__image-wrap-mask {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(-101%);
  z-index: 2;
}
.home-hero__item[data-active="true"] .home-hero__image-wrap-mask {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.home-hero__item[data-active="true"] .home-hero__image-wrap--sml .home-hero__image-wrap-mask {
  transition-delay: .16s;
}
.home-hero__item[data-active="true"] .home-hero__image-wrap--lrg .home-hero__image-wrap-mask {
  transition-delay: .36s;
  will-change: transform;
}
.home-hero__image-wrap-mask img {
  height: 100%;
  object-fit: cover;
  position: relative;
  transform: translateY(101%);
  width: 100%;
}
.home-hero__item[data-active="true"] .home-hero__image-wrap-mask img {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.home-hero__item[data-active="true"] .home-hero__image-wrap--sml .home-hero__image-wrap-mask img {
  transition-delay: .16s;
}
.home-hero__item[data-active="true"] .home-hero__image-wrap--lrg .home-hero__image-wrap-mask img {
  transition-delay: .36s;
  will-change: transform;
}
.home-hero__square {
  display: none;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .home-hero__square {
    display: block;
  }
}
.home-hero__square:before {
  background-color: #ffe3e4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-hero__item[data-active="true"] .home-hero__square:before {
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-hero__square--sml {
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .home-hero__square--sml {
    height: 23vw;
    left: 21vw;
    top: 0;
    width: 19vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero__square--sml {
    height: 37.6rem;
    left: 33.7rem;
    top: 0;
    width: 35.2rem;
  }
}
.home-hero__square--sml:before {
  transform: translateY(101%);
}
.home-hero__item[data-active="true"] .home-hero__square--sml:before {
  transition-delay: .5s;
}
.home-hero__square--lrg {
  bottom: -7rem;
  right: 0;
  top: 0;
  width: 44.8rem;
  z-index: 1;
}
.home-hero__square--lrg:before {
  transform: translateY(-101%);
  will-change: transform;
}
.home-hero__item[data-active="true"] .home-hero__square--lrg:before {
  transition-delay: .6s;
}
.home-hero__content {
  color: #FFF;
  padding-top: 3.2rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 375px) {
  .home-hero__content {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__content {
    text-align: left;
    position: absolute;
    left: 0;
    margin-right: 0;
    max-width: 52rem;
    margin-left: 10%;
    padding-top: 0;
    min-width: 500px;
    padding-bottom:2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero__content {
    margin-left: 14.2rem;
    max-width: 58rem;
    padding-bottom: 3.5rem;
  }
}
.home-hero__content h1,
.home-hero__content p,
.home-hero__content .ls-button {
  text-align: center;
  opacity: 0;
  transform: translateY(5rem);
}
.home-hero__item[data-active="true"] .home-hero__content h1,
.home-hero__item[data-active="true"] .home-hero__content p,
.home-hero__item[data-active="true"] .home-hero__content .ls-button {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 1024px) {
  .home-hero__content h1,
  .home-hero__content p,
  .home-hero__content .ls-button {
    text-align: left;
  }
}
.home-hero__content .ls-button {
  width: 100%;
  margin-top: .8rem;
  max-width: 100%;
}
.home-hero__content .ls-button:hover .ls-button__text:after {
  border-color: transparent #041e42;
}
@media screen and (min-width: 580px) {
  .home-hero__content .ls-button {
    max-width: 26rem;
  }
}
.home-hero__item[data-active="true"] .home-hero__content .ls-button {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 1024px) {
  .home-hero__content .ls-button {
    max-width: 20rem;
    margin-top: 0;
    margin-right: .8rem;
    text-align: center;
  }
}
.home-hero__content h1 {
  margin-bottom: .6rem;
  margin-top: 0;
  font-size: 52px;
  line-height: 52px;
}
@media screen and (min-width: 1024px) {
  .home-hero__content h1 {
    font-size: 7.7rem;
    line-height: 7.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero__content h1 {
    font-size: 98px;
    line-height: 98px;
  }
}
.home-hero__item[data-active="true"] .home-hero__content h1 {
  transition-delay: .85s;
}
.home-hero__content p {
  margin-bottom: 4rem;
}
.home-hero__item[data-active="true"] .home-hero__content p {
  transition-delay: .9s;
}
.home-hero__content .ls-button {
  display: inline-block;
}
.home-hero__item[data-active="true"] .home-hero__content .ls-button {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-hero__text {
  height: 75vw;
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .home-hero__text {
    bottom: 0;
    height: 95%;
    left: auto;
    right: 2rem;
    top: auto;
    transform: translateX(3rem);
  }
}
.home-hero__item[data-active="true"] .home-hero__text {
  opacity: 1;
  transform: translateX(-14vw);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
}
@media screen and (min-width: 1024px) {
  .home-hero__item[data-active="true"] .home-hero__text {
    transform: translateX(0);
  }
}
.home-hero__text-image {
  height: 100%;
  display: block;
  width: auto;
}
.home-row {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .home-row {
    margin-bottom: 5rem;
  }
}
.home-row h2 {
  margin-bottom: 3.8rem;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .home-row h2 {
    margin-bottom: 7.6rem;
  }
}
.home-row--wrapper {
  padding: 0 2.4rem;
  margin-bottom: 0;
}
.bg-block {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bg-block {
    padding-top: 47%;
    height: 100%;
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .bg-block {
    padding-top: 49%;
    height: 100%;
    width: 49%;
  }
}
.bg-block__main {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 80%;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.bg-block__title {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
}
.home-row--collection {
  position: relative;
  margin-bottom: 2.4rem;
}
.home-row--collection h2 {
  padding: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .home-row--collection h2 {
    width: 100%;
    padding-left: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .home-row--collection {
    padding: 0 4.8rem;
    margin-bottom: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .home-row--collection {
    margin-bottom: 4.8rem;
  }
}
.home-row--collection__content p {
  padding: 2rem 0;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .home-row--collection__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 0 2.4rem;
    min-width: 445px;
  }
}
@media (min-width: 1024px) {
  .home-row--collection__content {
    bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .home-row--collection__content {
    bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-row--collection .button-wrap {
    justify-content: flex-start;
  }
  .home-row--collection .button-wrap .ls-button {
    margin-left: 0;
  }
  .home-row--collection .button-wrap .home-categories__content-button {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-row--collection .button-wrap .ls-button {
    min-width: 17rem;
  }
  .home-row--collection .button-wrap .home-categories__content-button {
    margin-right: 2rem;
  }
}
.slide-progress-bar {
  position: relative;
  margin-top: 2rem;
  width: 100%;
  height: 5px;
  background: #EFEFEF;
}
.slide-progress-bar span {
  height: 100%;
  width: 40px;
  position: absolute;
  background: #041e42;
  display: block;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .slide-progress-bar {
    display: none;
  }
}
.home-collections {
  position: relative;
  width: 100%;
  padding: 2.4rem;
}
.home-collections__item .details {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.home-collections__item .details .name {
  font-weight: 600;
  display: block;
  padding-bottom: .5rem;
}
@media screen and (min-width: 768px) {
  .home-row--collection .home-collections {
    width: 52%;
    padding: 0;
    padding-left: 1rem;
  }
  .home-row--collection .home-collections__item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .home-row--collection .home-collections__item {
    width: 50%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-row--collection .home-collections {
    padding-left: 1.6rem;
    width: 50%;
  }
  .home-row--collection .home-collections__item-wrap {
    margin: 0 -1.6rem;
  }
  .home-row--collection .home-collections__item {
    padding: 0 1.6rem;
  }
}
.home-collections__item-wrap {
  position: relative;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-collections[data-active="2"] .home-collections__item-wrap {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .home-collections[data-active="2"] .home-collections__item-wrap {
    transform: none;
  }
}
.home-collections[data-active="3"] .home-collections__item-wrap {
  transform: translateX(-100%) translateX(-100%);
}
@media screen and (min-width: 768px) {
  .home-collections[data-active="3"] .home-collections__item-wrap {
    transform: none;
  }
}
.home-collections[data-active="4"] .home-collections__item-wrap {
  transform: translateX(-100%) translateX(-200%);
}
@media screen and (min-width: 768px) {
  .home-collections[data-active="4"] .home-collections__item-wrap {
    transform: none;
  }
}
.home-collections[data-active="5"] .home-collections__item-wrap {
  transform: translateX(-100%) translateX(-300%);
}
@media screen and (min-width: 768px) {
  .home-collections[data-active="5"] .home-collections__item-wrap {
    transform: none;
  }
}
.home-collections[data-active="6"] .home-collections__item-wrap {
  transform: translateX(-100%) translateX(-400%);
}
@media screen and (min-width: 768px) {
  .home-collections[data-active="6"] .home-collections__item-wrap {
    transform: none;
  }
}
.home-collections__item {
  left: 100%;
  padding-right: 1.6rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-collections__item:nth-child(2) {
  transform: translateX(0%);
}
@media screen and (min-width: 768px) {
  .home-collections__item:nth-child(2) {
    transform: none !important;
  }
}
.home-collections__item:nth-child(3) {
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .home-collections__item:nth-child(3) {
    transform: none !important;
  }
}
.home-collections__item:nth-child(4) {
  transform: translateX(200%);
}
@media screen and (min-width: 768px) {
  .home-collections__item:nth-child(4) {
    transform: none !important;
  }
}
.home-collections__item:nth-child(5) {
  transform: translateX(300%);
}
@media screen and (min-width: 768px) {
  .home-collections__item:nth-child(5) {
    transform: none !important;
  }
}
.home-collections__item:nth-child(6) {
  transform: translateX(400%);
}
@media screen and (min-width: 768px) {
  .home-collections__item:nth-child(6) {
    transform: none !important;
  }
}
@media screen and (min-width: 768px) {
  .home-collections__item {
    position: relative;
    left: auto;
  }
  .home-collections__item:nth-child(2) {
    transform: translateX(0%);
  }
  .home-collections__item:nth-child(3) {
    transform: translateX(100%);
  }
  .home-collections__item:nth-child(4) {
    transform: translateX(200%);
  }
  .home-collections__item:nth-child(5) {
    transform: translateX(300%);
  }
  .home-collections__item:nth-child(6) {
    transform: translateX(400%);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .home-collections__item:nth-child(2) {
    transform: none !important;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .home-collections__item:nth-child(3) {
    transform: none !important;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .home-collections__item:nth-child(4) {
    transform: none !important;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .home-collections__item:nth-child(5) {
    transform: none !important;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .home-collections__item:nth-child(6) {
    transform: none !important;
  }
}
.home-collections__item:first-of-type {
  left: 0;
  position: relative;
  width: 100%;
}
.home-collections__item:first-of-type .home-collections__image-wrap img:first-child {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-collections__item:first-of-type .home-collections__image-wrap img:first-child {
    width: 100%;
  }
}
.home-collections__item:first-of-type .home-collections__content {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-collections__item:first-of-type {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .home-collections__item {
    width: 50%;
    transform: none;
  }
}
.home-collections__image {
  height: auto;
  width: 100%;
}
.home-collections__content {
  font-size: 1.6rem;
}
.home-collections__content h5 {
  margin-bottom: 1.6rem;
  margin-top: 4rem;
}
.home-row--summer {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-row--summer {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-row--summer {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }
}
.home-summer h2 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.home-summer p {
  margin-bottom: 3.5rem;
}
.home-summer a {
  font-size: 1.6rem;
}
.home-summer__col--image {
  margin-bottom: 4.6rem;
  position: relative;
}
.home-summer__col--image:before {
  background-image: url("../images/homepage/row2/ellesse-basketball.jpg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: none;
  height: 65%;
  left: 16px;
  position: absolute;
  transform: translateX(-100%);
  width: 11.2rem;
}
@media screen and (min-width: 1600px) {
  .home-summer__col--image:before {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .home-summer__col--image {
    margin-bottom: 0;
    width: 58%;
  }
}
.home-summer__col--image img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-summer__col--content {
    margin-left: 6%;
    width: 36%;
  }
}
.home-summer__content {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .home-summer__content {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-summer__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-row--arrivals h2 {
  padding: 0 2.4rem;
  padding-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.home-row--arrivals .home-collections {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .home-row--arrivals .home-collections {
    padding: 0;
  }
  .home-row--arrivals .home-collections__item-wrap {
    display: flex;
    margin: 0 -1.6rem;
  }
  .home-row--arrivals .home-collections__item {
    padding: 0 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .home-row--arrivals {
    padding: 0 4.8rem;
  }
  .home-row--arrivals .details {
    padding-bottom: 0;
  }
  .home-row--arrivals h2 {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-row--footwear {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-row--footwear {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }
}
@media screen and (max-width: 768px) {
  .home-row--footwear {
    width: 100%;
    overflow: hidden;
  }
}
.home-footwear {
  position: relative;
}
.home-footwear__controls {
  bottom: 3.2rem;
  height: 3.9rem;
  left: 0;
  position: absolute;
  width: calc(32% - 32px);
  z-index: 11;
}
.home-pagination--footwear {
  position: relative;
  top: 1.1rem;
}
.home-arrows--footwear {
  bottom: 0;
  position: absolute;
  right: 0;
}
.home-footwear__col--title {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .home-footwear__col--title {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .home-footwear__col--carousel {
    width: 68%;
  }
}
.home-footwear__col--carousel:after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  z-index: 2;
}
.home-footwear__title {
  left: 4rem;
  position: absolute;
  right: 4rem;
  top: 5.8rem;
}
@media screen and (min-width: 768px) {
  .home-footwear__title {
    left: 6.4rem;
    right: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-footwear__title {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.home-footwear__title h2 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.home-footwear__title p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .home-footwear__title {
    padding-right: 64px;
  }
}
.home-footwear__item-wrap {
  position: relative;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 639px) {
  .home-footwear__item-wrap {
    background-color: #e6e6e6;
  }
}
.home-footwear[data-active="2"] .home-footwear__item-wrap {
  transform: translateX(-100%);
}
.home-footwear[data-active="3"] .home-footwear__item-wrap {
  transform: translateX(-200%);
}
.home-footwear[data-active="4"] .home-footwear__item-wrap {
  transform: translateX(-300%);
}
.home-footwear[data-active="5"] .home-footwear__item-wrap {
  transform: translateX(-400%);
}
.home-footwear[data-active="6"] .home-footwear__item-wrap {
  transform: translateX(-500%);
}
.home-footwear__item {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-footwear__item {
    display: block;
    padding-right: 64px;
    position: absolute;
    top: 0;
  }
  .home-footwear__item:nth-child(1) {
    transform: translateX(0%);
  }
  .home-footwear__item:nth-child(2) {
    transform: translateX(100%);
  }
  .home-footwear__item:nth-child(3) {
    transform: translateX(200%);
  }
  .home-footwear__item:nth-child(4) {
    transform: translateX(300%);
  }
  .home-footwear__item:nth-child(5) {
    transform: translateX(400%);
  }
  .home-footwear__item:nth-child(6) {
    transform: translateX(500%);
  }
}
.home-footwear__item:first-of-type {
  display: block;
  left: 0;
  position: relative;
  width: 100%;
}
.home-footwear__image-wrap {
  margin-bottom: 3.8rem;
  width: 200%;
}
@media screen and (min-width: 768px) {
  .home-footwear__image-wrap {
    width: 120%;
  }
}
@media screen and (min-width: 1024px) {
  .home-footwear__image-wrap {
    width: 100%;
  }
}
.home-footwear__image-wrap img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .home-footwear__image-wrap img {
    height: auto;
    width: 69%;
    position: relative;
    left: -10%;
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
.home-footwear__content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-footwear__content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home-footwear__content {
    left: 2.3rem;
    position: absolute;
    right: 4rem;
    top: 19rem;
    display: block;
  }
  .home-footwear__content h4 {
    display: none;
  }
}
.home-footwear__content h4 {
  margin-bottom: .8rem;
  margin-top: 0;
}
.home-footwear__content a {
  font-size: 1.6rem;
}
.home-row--categories {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .home-row--categories {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-row--categories {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }
}
.home-row--categories h2 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .home-row--categories h2 {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-row--categories h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-categories__col {
    width: 50%;
  }
}
.home-categories__inner {
  position: relative;
}
.home-categories__inner img {
  height: auto;
  max-width: 100%;
}
.home-categories__content {
  bottom: 4rem;
  left: 2.4rem;
  position: absolute;
  right: 2.4rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home-categories__content {
    bottom: 4.8rem;
    left: 4.8rem;
    right: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-categories__content {
    left: 5.2rem;
    right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-categories__content {
    bottom: 5.4rem;
    left: 6.6rem;
  }
}
.home-categories__content h4 {
  color: #FFF;
  margin-bottom: 3rem;
  margin-top: 0;
}
.home-categories__content .home-categories__content-button {
  display: inline-block;
  margin-right: 4%;
  max-width: 20rem;
  width: 47.4%;
}
.home-categories__content .home-categories__content-button:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .home-categories__content .home-categories__content-button {
    margin-right: 1.2rem;
    max-width: none;
    width: auto;
  }
}
.home-categories__content .ls-button {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-categories__content .ls-button {
    min-width: 12.2rem;
    width: auto;
  }
}
.home-row--title {
  margin: 3rem 2.4rem;
  margin-top: 4rem;
}
.home-row--title .ls-button--hide {
  display: none;
}
.home-row--title .ls-button {
  max-width: 80%;
  margin: 0 auto;
}
.home-row--title h2 {
  margin-left: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .home-row--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 4.8rem;
    padding-top: 4.8rem;
    margin: 0 !important;
  }
  .home-row--title .ls-button--hide {
    display: block;
  }
  .home-row--title h2 {
    padding-bottom: 0;
    margin: 0;
  }
  .home-row--title .ls-button {
    margin: 0;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-row--title {
    padding: 3rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  .home-row--title {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .home-row--title-hide {
    display: none;
  }
}
.home-row--title-border {
  margin-bottom: 0;
}
.home-row--video {
  display: flex;
  justify-content: center;
  padding-top: 88%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home-row--video .home-row--video__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 21px;
}
.home-row--video .home-row--video__content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.home-row--video .home-row--video__content a {
  color: white;
}
.home-row--video .home-row--video__content a:hover {
  color: white;
  border-color: white;
}
@media screen and (min-width: 768px) {
  .home-row--video {
    padding-top: 44%;
    margin-bottom: 0;
  }
}
.home-row--story {
  position: relative;
  height: auto;
  padding-bottom: 6.6rem;
}
@media screen and (min-width: 1024px) {
  .home-row--story {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.home-story__inner {
  color: #FFF;
}
.home-story__inner .home-story__text {
  position: absolute;
  left: 11.2rem;
  right: 11.2rem;
}
.home-story__inner .home-story__text {
  top: 40%;
  max-width: 58rem;
}
.home-story__inner .home-story__text h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.home-story__inner .home-story__text p {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .home-story__inner .home-story__text {
    left: 4.8rem;
    right: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-story__inner .home-story__text {
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .home-story__inner .home-story__text {
    left: 2.4rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-story__img--mod {
    width: auto;
    height: 76rem;
  }
}
.home-story__img--mod2 {
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 1024px) {
  .home-story__img--mod2 {
    width: 37%;
  }
}
.home-summer__content h2,
.home-footwear__title h2,
.home-story__text h2 {
  line-height: 0.95;
  font-size: 3rem;
}
@media screen and (min-width: 375px) {
  .home-summer__content h2,
  .home-footwear__title h2,
  .home-story__text h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-summer__content h2,
  .home-footwear__title h2,
  .home-story__text h2 {
    font-size: 4.6rem;
  }
}
#homepage-row3,
#home-row-4,
#home-row-5 {
  display: none;
}
@media (max-width: 639px) {
  .main__inner-wrapper {
    min-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}
.ls-link--imglink:before,
.ls-link--imglink:after {
  display: none;
}
