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

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

.instagram-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-video-wrapper blockquote.instagram-media {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background: transparent !important;
}

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

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

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