.featured-showcase {
  font-family: "Poppins", sans-serif;
}

.featured-title {
  font-family: "Poppins", sans-serif;

  font-size: 60px;
  font-weight: 800;

  line-height: 0.95;
}

.featured-products {
  margin-top: 80px 0;
}

.featured-card,
.featured-brand,
.featured-name,
.featured-price,
.wishlist-btn,
.add-cart-btn {
  font-family: "Poppins", sans-serif;
}

.featured-wrapper {
  display: flex;
  margin-top: 80px;

  position: relative;
  gap: 24px;

  padding: 24px;

  border-radius: 30px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at left top,
      rgba(169, 115, 255, 0.35),
      transparent 35%
    ),
    radial-gradient(
      circle at right center,
      rgba(255, 122, 0, 0.25),
      transparent 40%
    ),
    linear-gradient(135deg, #fff8fd, #f8f2ff, #fff4ea);
}

.featured-showcase {
  position: relative;

  overflow: visible;

  min-height: 150px;
  min-width: 300px;
  max-width: 300px;

  padding-left: 75px;

  border-radius: 0px !important;

  background: transparent !important;

  box-shadow: none !important;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* BLOBS */

.blob {
  position: absolute;
  border-radius: 50%;
}

.blob-1 {
  width: 380px;
  height: 380px;

  left: -180px;
  top: -120px;

  background: radial-gradient(
    circle,
    rgba(155, 89, 255, 0.75),
    rgba(155, 89, 255, 0.25),
    transparent
  );
}

.blob-2 {
  width: 340px;
  height: 340px;

  right: -150px;
  bottom: -150px;

  background: radial-gradient(
    circle,
    rgba(255, 122, 0, 0.75),
    rgba(255, 122, 0, 0.2),
    transparent
  );
}

.blob-3 {
  position: absolute;

  width: 250px;
  height: 250px;

  left: 140px;
  bottom: -120px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(255, 95, 143, 0.45), transparent);
}

/* TAG */

.featured-title {
  position: relative;
  z-index: 10;
}

.collection-text {
  position: relative;
  z-index: 10;
}

.featured-tag {
  color: #ff7a00;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 18px;

  position: relative;
  z-index: 5;
}

/* TITLE */

.featured-title {
  font-weight: 800;
  line-height: 0.88;
  margin-bottom: 28px;

  color: #12003a;

  position: relative;
  z-index: 5;
}
.collection-gradient {
  display: block;

  margin-top: -10px;

  background-image: linear-gradient(
    90deg,
    #5f17ff 0%,
    #9d4dff 25%,
    #ff5fa3 65%,
    #ff7a00 100%
  );

  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;

  -webkit-text-fill-color: transparent;

  width: max-content;
}
.collection-text {
  margin-top: -8px;
}
/* DESCRIPTION */

.featured-desc {
  max-width: 280px;

  color: #444;

  line-height: 1.8;

  font-size: 18px;

  margin-bottom: 35px;

  position: relative;
  z-index: 5;
}

/* BUTTON */

.featured-btn {
  width: max-content;
  transition: 0.3s ease;

  border: none;

  padding: 20px 36px;

  border-radius: 999px;

  cursor: pointer;

  font-weight: 700;

  color: #fff;

  background: linear-gradient(90deg, #2f0f87, #5b1fff);

  box-shadow: 0 12px 25px rgba(91, 31, 255, 0.25);

  position: relative;
  z-index: 5;
}

.featured-btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 16px 35px rgba(91, 31, 255, 0.35);
}

/* LEAVES */

.leaf {
  position: absolute;

  width: 80px;
  height: 130px;

  border-radius: 100% 0 100% 0;

  background: linear-gradient(180deg, #ffd1ff, #d38cff, #7d2eff);

  opacity: 0.65;
}

.leaf-1 {
  left: -5px;
  bottom: 40px;

  transform: rotate(-25deg);
}

.leaf-2 {
  left: 45px;
  bottom: 20px;

  transform: rotate(10deg);
}

.leaf-3 {
  left: 90px;
  bottom: 55px;

  transform: rotate(-8deg);
}

/* SPARKLES */

.sparkle {
  position: absolute;

  color: #ffb84d;

  font-size: 20px;

  opacity: 0.8;
}

.sparkle-1 {
  top: 95px;
  left: 110px;
}

.sparkle-2 {
  left: 55px;
  top: 150px;
}

.sparkle-3 {
  left: 120px;
  bottom: 130px;
}
.sparkle-4 {
  top: 60px;
  right: 80px;
}

.sparkle-5 {
  bottom: 80px;
  right: 120px;
}

.featured-products {
  margin-left: 110px;
  display: flex;

  gap: 20px;

  overflow-x: auto;

  align-items: stretch;

  padding-bottom: 10px;
}

.featured-card {
  flex: 0 0 260px;

  min-height: auto;

  background: linear-gradient(180deg, #fff7fb 0%, #fff3fa 50%, #ffffff 100%);

  border-radius: 24px;

  padding: 10px;

  position: relative;
}

.featured-card {
  cursor: pointer;
}
.featured-card::before {
  content: "";

  position: absolute;

  top: 55px;
  left: 50%;

  transform: translateX(-50%);

  width: 220px;
  height: 220px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(255, 180, 220, 0.55),
    rgba(255, 180, 220, 0.15),
    transparent 75%
  );

  z-index: 1;
}

.featured-card:nth-child(2)::before {
  background: radial-gradient(
    circle,
    rgba(203, 162, 255, 0.45),
    transparent 70%
  );
}
.featured-card:nth-child(3)::before {
  background: radial-gradient(
    circle,
    rgba(255, 214, 130, 0.45),
    transparent 70%
  );
}

.featured-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;

  cursor: pointer;
}

.featured-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.04);
}

.featured-image {
  width: 100%;

  height: 300px;

  object-fit: cover;

  border-radius: 18px;

  display: block;
}

.featured-brand {
  font-size: 12px;

  font-weight: 700;

  color: #6a35ff;

  margin-bottom: 3px;
}

.featured-name {
  font-size: 16px;

  line-height: 1.4;

  margin-bottom: 5px;

  color: #12003a;
}

.featured-price {
  font-size: 20px;

  font-weight: 600;

  color: #ff7a00;
}

.wishlist-btn {
  position: absolute;

  right: 14px;
  top: 14px;

  width: 42px;
  height: 42px;

  border: none;
  border-radius: 50%;

  background: white;

  color: #6a35ff;

  font-size: 20px;
  font-weight: 700;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);

  z-index: 20;

  cursor: pointer;
}

.add-cart-btn {
  position: absolute;

  right: 18px;
  bottom: 18px;

  width: 42px;
  height: 42px;

  border: none;

  border-radius: 50%;

  background: linear-gradient(90deg, #5b1fff, #7a3cff);

  color: white;

  font-size: 24px;

  cursor: pointer;
}

.featured-nav {
  position: absolute;

  width: 60px;
  height: 60px;

  border: none;
  border-radius: 50%;

  background: #fff;

  color: #2f0f87;

  font-size: 30px;
  font-weight: 700;

  cursor: pointer;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  z-index: 999;
}
.featured-prev {
  position: absolute;

  left: 25px;

  top: 50%;

  transform: translateY(-50%);
}

.featured-next {
  position: absolute;

  right: 25px;

  top: 50%;

  transform: translateY(-50%);
}

.featured-nav:hover {
  transform: translateY(-50%) scale(1.05);
}
.featured-products {
  scrollbar-width: none;
}

.featured-products::-webkit-scrollbar {
  display: none;
}
.featured-prev,
.featured-next {
  position: absolute;
}
.featured-card {
  flex: 0 0 220px;

  min-width: 220px;

  background: rgba(255, 255, 255, 0.45);

  backdrop-filter: blur(12px);

  border-radius: 26px;

  padding: 10px;

  display: flex;
  flex-direction: column;

  position: relative;
}

.featured-image {
  width: 100%;

  height: 240px;

  object-fit: cover;

  border-radius: 18px;

  display: block;
}

.featured-brand {
  font-family: "Poppins", sans-serif;

  font-size: 12px;

  font-weight: 700;

  color: #6b35ff;

  margin-top: 12px;
}

.featured-name {
  font-family: "Poppins", sans-serif;

  font-size: 15px;

  font-weight: 600;

  line-height: 1.4;

  margin-top: 8px;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.featured-price {
  font-family: "Poppins", sans-serif;

  font-size: 30px;

  font-weight: 700;

  color: #ff7a00;
}
