/* 
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;
}

#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: 1em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

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

.center-text {
  text-align: center !important;
}

.red-text {
  color: #eb361c !important;
}

.subheading {
  font-size: 1.5em !important;
  margin-bottom: 0em !important;
}

.bold-text {
  font-weight: bold !important;
}

.hero-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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;
}

.text-decoration-underline {
  text-decoration: underline !important;
  color: #007b9b !important;
}

/* 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%;
  }
}
/* 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;
}

.cta {
  color: #000000 !important;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 1em 2em;
  border: 1px solid #000000;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=trip-to-jp.css.map */