.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;
  /* stylelint-disable-next-line selector-class-pattern */
}
@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;
}

.main-section.main-visual {
  padding-bottom: 5rem;
  overflow-x: hidden;
}
.main-section.main-visual .visual .main-visual-swiper .swiper-slide img {
  width: 100%;
  max-height: 31.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-section.main-visual .visual .swiper-option-wrap {
  position: absolute;
  width: 12.5rem;
  height: 2.1875rem;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.25rem;
}
.main-section.main-visual .visual .swiper-option-wrap .swiper-button-prev, .main-section.main-visual .visual .swiper-option-wrap .swiper-button-next {
  background: none;
  width: auto;
  height: auto;
  bottom: -0.25rem;
  color: var(--custom-color-black);
  z-index: 11;
}
.main-section.main-visual .visual .swiper-option-wrap .swiper-button-prev i, .main-section.main-visual .visual .swiper-option-wrap .swiper-button-next i {
  font-size: 1.25rem;
}
.main-section.main-visual .visual .swiper-option-wrap .swiper-button-prev::after, .main-section.main-visual .visual .swiper-option-wrap .swiper-button-next::after {
  display: none;
}
.main-section.main-visual .visual .swiper-option-wrap .swiper-pagination {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4875rem;
  color: var(--custom-secondary01);
  top: 0.375rem;
}
.main-section.main-visual .visual .swiper-option-wrap .custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.4375rem;
}
.main-section.main-visual .visual .swiper-option-wrap .swiper-scrollbar {
  left: 50%;
  bottom: 1rem;
  width: 3.4375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: var(--custom-color-gray04);
}
.main-section.main-visual .visual .swiper-option-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  top: 0;
  background-color: var(--custom-secondary01);
}
.main-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.main-section .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7rem;
  color: var(--custom-secondary01);
  margin-bottom: 1rem;
}
.main-section .section-header p {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--custom-color-gray02);
}
.main-section .section-header a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: var(--custom-secondary01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.main-section .section-header a i {
  font-size: 1rem;
}
.main-section + .main-section {
  margin-top: 5rem;
}

.page__container:not(:has(.main-section01)) .main-section02 {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
}
