/* 
Tiktok Viral Page for UNIQLO
Created by John Wong Cheuk Bun(john.wong@uniqlo.eu)
Last Updated: 2025-03-18
*/
@media screen and (min-width: 768px) {
  .desktop-grid {
    display: block;
  }
}
.desktop-grid {
  display: none;
}

.social-links li {
  display: inline !important;
  margin-left: 1em;
  margin-top: 1em;
}

.tiktok-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  margin: 20px 0;
}

.tiktok-video {
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
  background: #000;
}

.tiktok-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .tiktok-grid {
    grid-template-columns: 1fr;
  }
}
#lifewear .lifewear-logo {
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .mobile-grid {
    display: block;
  }
}
.mobile-grid {
  display: none;
}

.swiper-parent {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (min-width: 813px) {
  [data-component-type=ProductCarouselDestroy] .fr-bff-product {
    margin-top: 28px;
    margin-top: var(--pc-v-l);
    width: 25% !important;
  }
}
@media screen and (max-width: 813px) {
  [data-component-type=ProductCarouselDestroy] .fr-bff-product {
    margin-top: 20px;
    margin-top: var(--sp-v-m);
    width: 50% !important;
  }
}
.mt2 {
  margin-top: 2em !important;
}

.mt1 {
  margin-top: em !important;
}

.p1 {
  padding: 0 1rem !important;
}

/* container */
.two-columns {
  display: flex;
  flex-wrap: wrap;
}

/* Make even rows reverse direction */
#look2,
#look4 {
  flex-direction: row-reverse;
}

/* columns */
.two-columns > * {
  width: 100%;
  padding: 1rem;
}

/* tablet breakpoint */
@media (min-width: 768px) {
  .two-columns > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .fr-bff-product #hero-product {
    padding: 5em 0;
  }
}

#left .fr-bff-products {
  width: 100%;
}

#left .fr-bff-product {
  width: 100% !important;
  margin-left: 0 !important;
}

#left .fr-bff-product_content {
  padding: 0 !important;
}

.decoration-line {
  text-decoration: underline;
}

.promptbanner {
  margin: 1em auto;
  background-color: #f0f0f0;
  width: min(100%, 556px);
  height: auto;
  padding: 1em;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promptbanner img {
  height: max(200px, 10em) !important;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.promptbanner .text-content {
  flex: 1;
}

.promptbanner h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.promptbanner p {
  font-size: 1em;
  margin: 0 1em 0 0;
}

.promptbanner .disclaimer {
  font-size: 0.8em;
  color: #666;
}

video::-webkit-media-controls {
  display: none !important;
}

.reuniqlo-icon {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  display: block;
  margin: auto;
}

.button {
  background-color: #19923d;
  color: #ffffff;
  padding: 1em 2em;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  margin: 2em auto;
  text-align: center;
}/*# sourceMappingURL=viral-john.css.map */