/*
UNIQLO EU Welcome Page Custom CSS
Created by John Wong
john.wong@uniqlo.eu
Date: 07/03/2025
*/
#container .fr-linkText_item {
  margin: 0px 5px;
}

#container img {
  width: 100%;
}

#container .uq-wrapper {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  #container .uq-wrapper {
    flex-wrap: wrap;
  }
}
#container .uq-wrapper .col {
  width: 50%;
  padding: 40px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 768px) {
  #container .uq-wrapper .col {
    width: 100%;
  }
}
#container .uq-wrapper .col .eu-app-download-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  max-width: 70%;
}

@media only screen and (max-width: 768px) {
  #container .uq-wrapper .col .eu-app-download-wrapper {
    max-width: 100%;
  }
}
#container .uq-wrapper .col .eu-app-download-wrapper a {
  display: block;
  width: 50%;
  flex-grow: 1;
}

#container #hero-carousel .swiper-slide {
  height: 650px;
}

@media only screen and (max-width: 500px) {
  #container #hero-carousel .swiper-slide {
    height: 500px;
  }
}
#container #hero-carousel .swiper-slide .asset {
  width: 100%;
  height: 100%;
}

#container #hero-carousel .swiper-slide .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

#container #wp-shop-by-category {
  text-align: center;
}

#container #wp-shop-by-category .categories-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  #container #wp-shop-by-category .categories-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
#container #wp-shop-by-category .categories-wrapper p {
  font-weight: 600;
}

#container #wp-shop-by-category .categories-wrapper a {
  font-size: 12px;
}

#container .darkoverlay::before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}

#container .swiper-slide {
  position: relative;
}

#container .swiper-slide .copy-container {
  width: 100%;
  color: white;
  text-align: center;
  padding: 0 3%;
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

#container #live-station .ls-logo,
#container #ambassadors .ls-logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#container #lifewear .lifewear-logo {
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}

#container .swiper-container .swiper-slide {
  position: relative;
}

#container [data-category-wrapper=category-men],
#container [data-category-wrapper=category-kids],
#container [data-category-wrapper=category-baby] {
  display: none;
}

.main-tiles > * > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-tiles .tile-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.main-tiles {
  display: flex;
  flex-wrap: wrap;
}
.main-tiles > * {
  width: 50%;
  padding: 1em;
}
.main-tiles > * > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-tiles .tile-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .main-tiles > * {
    width: 25%;
  }
}

.lw-tiles > * > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lw-tiles .lwt-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* Center tiles when there are fewer than 4 */
.lw-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.lw-tiles > div {
  flex: 0 0 calc(25% - 15px);
  min-width: 250px;
  max-width: 300px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .lw-tiles > div {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .lw-tiles > div {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero-video-desktop {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    align-items: center;
    margin-top: 65px !important;
    margin-bottom: -65px !important;
  }
}
@media only screen and (max-width: 768px) {
  .hero-video-desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hero-video-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero-video-mobile {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    align-items: center;
    margin-top: 65px !important;
    margin-bottom: -65px !important;
  }
}

.disabled {
  display: none;
}

.decoration {
  text-decoration: underline !important;
}

/*#
sourceMappingURL=welcome-page.css.map *//*# sourceMappingURL=welcome-john-ss25.css.map */