/* 
BTS25
by: LeeAnn and John
*/
.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;
}

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

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

.mt2 {
  margin-top: 2em !important;
}

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

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

.ml1 {
  margin-left: 1em !important;
}

.ml2 {
  margin-left: 2em !important;
}

.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

[id]::before {
  content: "";
  display: block;
  height: 65px;
  margin-top: -65px;
  visibility: hidden;
}

.menu-container {
  display: flex;
  place-content: center;
  gap: 10px; /* Space between menus */
}

.menu-item {
  width: 100px; /* Adjust size */
  height: 100px; /* 1:1 ratio */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
.menu-item:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.menu-title {
  color: white;
  font-size: 12.5px;
  font-weight: bold;
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  text-align: center;
  padding: 1em;
}

.img-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .img-pc {
    display: none;
  }
}

.img-mb {
  display: none;
}
@media only screen and (max-width: 768px) {
  .img-mb {
    display: block;
  }
}

.sectionhero {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1em;
}/*# sourceMappingURL=bts25.css.map */