.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.page .hero {
  background-position-y: 0;
}
.page .shop-the-style .hero {
  background-position-y: 45%;
}

.hp-category-message,
.hp-promotion-message {
  position: absolute;
  bottom: 0.9375em;
  left: 1.875em;
}
.hp-category-message a,
.hp-promotion-message a {
  color: #fff;
}
.hp-category-message a.hp-promotion-message1,
.hp-promotion-message a.hp-promotion-message1 {
  font-size: 0.75em;
}

.category-tile {
  border: 1px solid white;
}

.half-height {
  min-height: 23.125em;
}
@media (max-width: 768.98px) {
  .half-height {
    min-height: 15.375em;
  }
}

.full-height {
  min-height: 51.725em;
}
@media (max-width: 768.98px) {
  .full-height {
    min-height: 35.375em;
  }
}
@media (max-width: 543.98px) {
  .full-height {
    min-height: 15.375em;
  }
}

.mens-jackets {
  background-position: 50% 34%;
}
@media (min-width: 544px) {
  .mens-jackets {
    background-size: auto 100%;
  }
}
@media (max-width: 543.98px) {
  .mens-jackets {
    background-position-y: 8%;
  }
}

.womens-dresses {
  background-position: 50% 15%;
}

.womens-jewelry {
  background-position: 40% 60%;
}
@media (min-width: 544px) {
  .womens-jewelry {
    background-size: auto 100%;
  }
}

.shop-red {
  background-position-y: 60%;
  min-height: 28.65em;
}
@media (max-width: 768.98px) {
  .shop-red {
    min-height: 15.375em;
  }
}
@media (max-width: 543.98px) {
  .shop-red {
    background-position: 45% 85%;
  }
}

@media (max-width: 543.98px) {
  .container.home-categories {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-main-categories {
  margin-bottom: 2em;
}

.hp-product-grid {
  margin: 0;
}
.hp-product-grid .hp-product-content {
  background-color: transparent;
  text-align: center;
  border: 0;
}
@media (max-width: 543.98px) {
  .hp-product-grid .hp-product-content {
    min-height: 20.375em;
  }
}
.hp-product-grid .hp-product-content span {
  font-size: 1em;
}
@media (max-width: 768.98px) {
  .hp-product-grid .hp-product-content span {
    font-size: 0.85em;
  }
}
@media (max-width: 543.98px) {
  .hp-product-grid .hp-product-content span {
    font-size: 0.65em;
  }
}
.hp-product-grid .hp-product-content span.largeText {
  font-size: 5.5em;
  font-weight: 200;
}
@media (max-width: 1199.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 4.5em;
  }
}
@media (max-width: 991.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 3.4em;
  }
}
@media (max-width: 768.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 3em;
  }
}
@media (max-width: 543.98px) {
  .hp-product-grid .hp-product-content span.largeText {
    font-size: 2.5em;
  }
}
.hp-product-grid .hp-product-content a {
  color: var(--skin-primary-color-1);
  text-decoration: none;
}

.home-email-signup {
  background-color: #444;
}
.home-email-signup > .container {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.home-email-signup .email-description {
  padding-top: 0.375em;
  color: #fff;
}

.banner-zero-margin {
  padding: 0px 0px !important;
  margin: 0px 0px !important;
}

.banner-medium-margin-bottom {
  margin-bottom: 50px !important;
}

.category-height {
  padding-top: 10px !important;
}

.content-full-width {
  width: 100% !important;
}

.content-spacing-small {
  margin-bottom: 70px !important;
}

.content-spacing-medium {
  margin-bottom: 100px !important;
}

.content-spacing-large {
  margin-bottom: 130px !important;
}

.stories-title {
  font-weight: bold;
  color: #1C355E;
}

.home-main-video video {
  width: 100vw;
  min-height: 615px;
}

.homepage-him-her-wrapper .for-him {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 90px;
}
.homepage-him-her-wrapper .for-her {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 90px 0 50px;
}

@media screen and (max-width: 992px) {
  .homepage-him-her-wrapper .for-him {
    padding: 0 35px 30px;
  }
  .homepage-him-her-wrapper .for-her {
    padding: 0 35px;
  }
}
.limited-edition-carousel h2,
.best-seller-carousel h2 {
  padding-left: 84px;
  font-weight: bold;
  color: #1C355E;
}