.workouts-showcase .workout-list .workout-items {
  padding: 100px 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 500px) {
  .workouts-showcase .workout-list .workout-items {
    padding: 50px 10px !important;
  }
}
.workouts-showcase .workout-list .workout-items .item {
  width: max(400px, 15vw);
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  cursor: pointer;
  color: #f1f1f1;
  transition: all 0.1s ease;
}
.workouts-showcase .workout-list .workout-items .item:hover {
  transition: all 0.1s ease;
  scale: 1.015;
}
.workouts-showcase .workout-list .workout-items .item:hover:after {
  backdrop-filter: blur(0);
  transition: all 0.1s ease;
  background: rgba(0, 0, 0, 0.1);
}
.workouts-showcase .workout-list .workout-items .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.workouts-showcase .workout-list .workout-items .item img.body-pump {
  object-position: -70px 0px;
}
.workouts-showcase .workout-list .workout-items .item img.core-workout {
  object-position: -115px 0;
}
.workouts-showcase .workout-list .workout-items .item:after {
  transition: all 0.1s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.workouts-showcase .workout-list .workout-items .item .title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: fit-content;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 2;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-box-shadow: 0 0 52px 0 rgb(0, 0, 0);
  -moz-box-shadow: 0 0 52px 0 rgb(0, 0, 0);
  box-shadow: 0 0 52px 0 rgb(0, 0, 0);
}
.workouts-showcase .workout-showcase {
  width: min(1550px, 95%);
  margin: 50px auto 100px auto;
  display: flex;
  background: #f3f3f3;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1110px) {
  .workouts-showcase .workout-showcase {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 25px;
    gap: 50px;
  }
  .workouts-showcase .workout-showcase .video {
    margin-top: 0;
    width: 95% !important;
    aspect-ratio: 1/2 !important;
    max-height: 65vh;
  }
  .workouts-showcase .workout-showcase .description {
    max-width: 100% !important;
    padding: 0 5px !important;
    justify-content: center;
    text-align: center;
  }
  .workouts-showcase .workout-showcase .description .title:after {
    left: 50%;
    transform: translateX(50%);
  }
  .workouts-showcase .workout-showcase .description .list {
    justify-content: center !important;
  }
}
.workouts-showcase .workout-showcase .video {
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 20px -5px rgb(66, 68, 90);
  -moz-box-shadow: 8px 8px 20px -5px rgb(66, 68, 90);
  box-shadow: 8px 8px 20px -5px rgb(66, 68, 90);
  aspect-ratio: 2/1;
  width: 40%;
}
.workouts-showcase .workout-showcase .video video, .workouts-showcase .workout-showcase .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.workouts-showcase .workout-showcase .description {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 25px 50px;
  max-width: 60%;
  gap: 40px;
}
.workouts-showcase .workout-showcase .description .title {
  font-weight: 500;
  position: relative;
}
.workouts-showcase .workout-showcase .description .title h2 {
  color: #B72CB8;
}
.workouts-showcase .workout-showcase .description .title p {
  font-style: italic;
  opacity: 0.75;
}
.workouts-showcase .workout-showcase .description .title:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  border-bottom: 4px solid rgba(64, 61, 61, 0.9);
  width: 50%;
  content: "";
  border-radius: 25px;
}
.workouts-showcase .workout-showcase .description .about {
  font-style: italic;
  line-height: 1.4em;
  font-size: 0.95rem;
}
.workouts-showcase .workout-showcase .description .effects h3 {
  margin-bottom: 15px;
}
.workouts-showcase .workout-showcase .description .effects .list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.workouts-showcase .workout-showcase .description .effects .list .tile {
  border-radius: 15px;
  background: rgba(37, 23, 48, 0.9);
  height: 150px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #f1f1f1;
  gap: 10px;
  padding: 10px 5px;
  transition: all 0.1s ease-in;
}
.workouts-showcase .workout-showcase .description .effects .list .tile:hover {
  background: #B72CB8;
  transition: all 0.15s ease-in;
}
.workouts-showcase .workout-showcase .description .effects .list .tile img {
  height: 54px;
  filter: invert(1);
}
.workouts-showcase .workout-showcase .description .effects .list .tile p {
  text-align: center;
  font-size: 0.95rem;
  margin: auto 0;
  font-weight: 500;
}
.workouts-showcase .workout-showcase .description .for-who h3 {
  margin-bottom: 15px;
}
.workouts-showcase .workout-showcase .description .for-who p {
  font-style: italic;
  line-height: 1.5em;
  font-size: 0.95rem;
}
.workouts-showcase .workout-showcase .description .cta button {
  padding: 12px 50px;
  font-weight: 500;
  transition: all 0.1s ease-out;
}
.workouts-showcase .workout-showcase .description .cta button:hover {
  transition: all 0.1s ease-in;
  scale: 1.05;
}

/*# sourceMappingURL=workouts.css.map */
