/* SECTION MOCK */
.carousel {
  height: 100vh;
  display: flex;
  width: 100%;

  justify-content: center;
}

.action {
  position: relative;
  background: #0b0b0b;
  height: 100vh;
  isolation: isolate;
}

.products-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.products-container {
  display: grid;
  width: 100%;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  padding-inline: 7rem;
  align-content: flex-start;
  height: fit-content;
}

.product-div {
  display: flex;
  flex-direction: column;
  gap: min(2.3rem, 2.3vh);
  align-items: center;
  padding: min(5.3rem, 5.3vh) min(4.7rem, 4.7vh) min(5.1rem, 5.1vh) min(5rem, 5vh);
  border-radius: 3rem;
  border: 0.979px solid #ffffff35;
  background: rgba(255, 255, 255, 0.11);
  min-height: 44rem;
  height: fit-content;
  width: 100%;
  z-index: 1;
  position: relative;
  isolation: isolate;
  height: 100%;
  overflow: hidden;
}

.product-div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  /* border-radius: 2rem; */
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
}

.product-div-img-plural {
  width: 31rem;
  object-fit: contain;
  height: 25.2rem;
  flex-shrink: 0;
}

.product-div-paragraph {
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.gradient-bg-juice {
  position: absolute;
  top: 50%;
  width: min(117.6rem, 117.6vh);
  height: min(82rem, 82vh);
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -75%);
}

.gradient-bg-juice svg {
  width: 100%;
  display: block;
  height: 100%;
}

.product-div-paragraphLarge {
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem; /* 85.714% */
  text-transform: capitalize;
  width: min(38.5rem, 38.5vh);
}

.carousel-container {
  width: 95%;
  position: relative;
  height: 100%;

  display: flex;
  padding-top: min(6.5rem, 6.5vh);
  align-items: start;
  justify-content: start;
}

.carousel-info {
  height: 100%;
  display: flex;

  width: 40%;
  flex-direction: column;
  justify-content: center;
}

.login-tagPage {
  display: flex;
  width: 13.4rem;
  height: 4.1rem;
  border-radius: 100px;
  border: 0.05rem solid rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(14.199999809265137px);
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: min(2.3rem, 2.3vh);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem; /* 166.667% */
  text-transform: capitalize;
}

.login-tagPage-icon {
  width: 0.4rem;
  display: block;
  height: 0.4rem;
}

.login-title {
  font-size: min(10rem, 10vh);
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  text-transform: capitalize;

  margin-bottom: min(2.3rem, 2.3vh);
  width: min(88.6rem, 88.6vh);
}

.Faqs-containerTitle-paragraph {
  color: #fff;
  width: min(54.5rem, 54.5vh);
  font-size: 1.8rem;
  font-style: normal;
  line-height: 2.3rem; /* 127.778% */
  margin-bottom: min(3.4rem, 3.4vh);
}

.carousel-containerSlide {
  position: relative;
  width: 60%;
  height: 95%;
  display: flex;
  justify-content: center;
}

.carousel .carousel-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  mask-image: linear-gradient(transparent 0, black 10%);
  background: #0b0b0b;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

.juice-swiper-slide {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.juice-slide-img {
  width: min(63.8rem, 63.8vh);
  height: min(51.6rem, 51.6vh);
  margin-bottom: min(2.9rem, 2.9vh);
  margin-top: min(2.9rem, 2.9vh);
}

.juice-slide-paragraph {
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem; /* 114.286% */
  text-transform: capitalize;
  width: min(41.3rem, 41.3vh);
}

.juice-slide-paragraph span {
  color: #f4783e;
  font-weight: 500;
}

.juice-swiper-container {
  width: 100%;
  overflow: hidden;
}

.juice-swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.juice-swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(2.5rem, 2.5vh);
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel__button {
  width: 8rem;
  height: 8rem;
  display: block !important;
  transition: transform 0.6s var(--ease), opacity 0.6s var(--ease);
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.carousel__button-ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.75);
  transition: transform 0.6s var(--ease);
}

.carousel__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.7rem;
  height: 1.5rem;
}

.no-mb {
  display: none;
}

/* GLOBAL GRID  */
.juice-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.carousel-background img {
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .carousel__button:hover .carousel__button-ellipse {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (orientation: portrait) {
  .carousel-container {
    flex-direction: column;

    padding-top: min(12rem, 12vh);
  }

  .carousel-containerSlide {
    width: 100%;

    height: fit-content;
  }

  .carousel-info {
    width: 100%;
    align-items: center;
    height: fit-content;
    margin-bottom: min(6.9rem, 6.9vh);
    position: relative;
    z-index: 3;
  }

  .no-desk {
    display: block;
  }

  .no-mb {
    display: none;
  }

  .login-title {
    width: min(43.4rem, 43.4vh);
    font-size: 4rem;
    text-align: center;
    margin-bottom: min(0.6rem, 0.6vh);
  }

  .Faqs-containerTitle-paragraph {
    font-size: 1.2rem;
    text-align: center;
    width: min(44.4rem, 44.4vh);
    margin-bottom: min(2.8rem, 2.8vh);
  }

  .juice-slide-img {
    width: min(27.3rem, 27.3vh);
    height: min(22.1rem, 22.1vh);
  }

  .juice-grid {
    position: fixed;
  }

  .carousel__button {
    width: 4.1rem;
    height: 4.1rem;
  }

  .carousel__button svg {
    width: 1.4rem;
    height: 1rem;
  }

  .juice-swiper-navigation {
    width: 95%;
  }

  .juice-slide-paragraph {
    font-size: 2.3rem;
    width: 100%;
  }

  .carousel .carousel-background {
    height: 205%;
    width: 145%;
    overflow: visible;
  }

  .product-div-img-plural {
    width: min(16.1rem, 16.1vh);
    height: min(13rem, 13vh);
  }

  .products-section {
  }

  .product-div-img-singular {
    width: min(7.6rem, 7.6vh);
    height: min(13rem, 13vh);
  }

  .product-div-paragraph {
    width: 100%;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .product-div-paragraphLarge {
    width: 100%;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .product-div {
    border-radius: 1.5rem;
    min-height: auto;
    height: 100%;
  }

  .juice-swiper-slide {
    width: 100%;
  }

  .product-div {
    padding: min(2.5rem, 2.5vh) min(1.5rem, 1.5vh) min(2.8rem, 2.8vh) min(1.6rem, 1.6vh);
  }

  .products-container {
    gap: 1.5rem;
    padding-inline: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

[data-fade-element] {
  opacity: 0;
}

[data-fetch-message] {
  font-size: 2.5rem;
  margin-block: 2rem;
  text-align: center;
}

.show-more__container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 4rem;
}

[data-showmore] {
  margin-inline: auto;
  padding: 1rem 3rem;
}
