@media screen and (min-width: 1200px) {
  h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
    transform: translateY(200px);
    color: #fff;
    transition: 0.3s;
    font-size: 24px;
  }
  .swiper-slide.slide--one-fourth.text-center.group:hover
    h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
    transform: translateY(-120px);
  }
  .swiper-slide.slide--one-fourth.text-center.group .overflow-hidden {
    position: relative;
  }
  .swiper-slide.slide--one-fourth.text-center.group .overflow-hidden:after {
    position: absolute;
    content: "";
    background: #2a7b9b;
    background: linear-gradient(
      180deg,
      rgba(42, 123, 155, 0) 0%,
      rgba(0, 142, 175, 1) 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .swiper-slide.slide--one-fourth.text-center.group
    .overflow-hidden:hover:after {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .swiper-slide.slide--one-fourth.text-center.group .overflow-hidden {
    position: relative;
  }
  .swiper-slide.slide--one-fourth.text-center.group .overflow-hidden:after {
    position: absolute;
    content: "";
    background: #2a7b9b;
    background: linear-gradient(
      180deg,
      rgba(42, 123, 155, 0) 20%,
      rgba(0, 142, 175, 1) 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s;
  }
   h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
  
    color: #fff;
    transition: 0.3s;
    font-size: 24px;
  }
  .swiper-slide.slide--one-fourth.text-center.group
    h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
    transform: translateY(-120px);
  }
}
/*fixed-product*/
@media (min-width: 992px) {
  .s-products-list-vertical-cards .product-card--vertical {
    flex-direction: row;
  }

  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s-products-list-wrapper.s-products-list-vertical-cards .product-card__image {
    width: 50%;
  }

  .s-products-list-wrapper.s-products-list-vertical-cards
    .product-card__content {
    width: 50%;
    justify-content: space-around !important;
  }
}
.product-card__title a {
  color: #000;
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary.home-block-line {
  display: none;
}
html.selia-theme.hydrated.dark .product-card__title a {
  color: #fff;
}
/*fixed-product*/

/* title */
.my-2.mx-auto.w-28.h-0.border-2.border-primary.home-block-line {
  display: none;
}
.my-2.mx-auto.w-28.h-0.border-2.border-primary {
  display: none;
}
.mb-8.home-block-title h2,
.lg\:mx-0.text-center.home-block-title h2,
.lg\:mx-0.text-center.mb-8 h2,.home-block-title h2 {
  width: fit-content;
  position: relative;
}
.mb-8.home-block-title h2:before,
.lg\:mx-0.text-center.home-block-title h2::before,
.lg\:mx-0.text-center.mb-8 h2::before,.home-block-title h2::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://i.ibb.co/7NYGpQ0b/Dumbell-Exercise-1.png);
  display: inline-block;
  right: 0;
  top: 0;
  transform: translateX(120%);
}
.mb-8.home-block-title h2:after,
.lg\:mx-0.text-center.home-block-title h2::after,
.lg\:mx-0.text-center.mb-8 h2::after,.home-block-title h2:after {
  content: "";
  position: absolute;

  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://i.ibb.co/60NZx8Cb/Dumbell-Exercise.png);
  display: inline-block;
  left: 0%;
  top: 0;
  transform: translateX(-120%);
}

.mb-8.home-block-title,
.lg\:mx-0.text-center.home-block-title,
.lg\:mx-0.text-center.mb-8,.home-block-title  {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-block--enhanced-features__item h2 {
    color: #E02D3E;
}
/* title */
ul.footer-list.enhanced_links.links_with_bullits.store-links-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mb-2\.5:nth-of-type(2) {
  width: 500px;
}
.grid.grid-cols-2.lg\:grid-cols-5.lg\:gap-6 {
  display: flex;
}
@media (max-width: 600px) {
  .grid.grid-cols-2.lg\:grid-cols-5.lg\:gap-6 {
    flex-wrap: wrap;
  }
}