.home header #ast-desktop-header {
  position: relative;
  overflow: hidden;
  padding: 4px !important;
  background-color: transparent !important;
}

/* 2) On crée le calque flou + dégradé */
.home header #ast-desktop-header::before {
  content: '';
  position: absolute;
  top: -10px; /* on étend légèrement pour un flou plus doux */
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: -1;

  /* dégradé du rose semi-opaque en haut vers transparent en bas */
  background: linear-gradient(
    to bottom,
    rgba(245, 207, 228, 0.6) 0%,
    rgba(245, 207, 228, 0) 100%
  );
  filter: blur(8px);
}

.home header #ast-desktop-header .main-header-menu a {
  color: #2a2a2a !important;
}

.home header #ast-desktop-header .main-header-menu a {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 1px rgba(255, 255, 255, 0.3);
}

.home header #ast-desktop-header .main-header-menu a:hover {
  color: #fb5fab !important;
}

.site-header .menu-text {
  font-weight: 525;
}

.home .ast-site-header-cart i.astra-icon {
  font-size: 1.05em !important;
}

.home #container-producthighlighted {
  position: relative;
  z-index: 1;
  background-color: white;
  text-align: center;
  padding: 37px 0;
  margin-bottom: 20px;
  clip-path: polygon(
    8% 0,
    91% 0,
    100% 11%,
    100% 89%,
    91% 100%,
    8% 100%,
    0 89%,
    0 11%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}

.home #container-producthighlighted::before {
  background-color: #fcf9f3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fad7e8 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.home #container-producthighlighted::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fad7e8 100%);
  opacity: 0.5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.home #container-producthighlighted .border-element {
  position: absolute;
  padding: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
  z-index: -1;
}

.home #container-producthighlighted h4 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  position: relative;
  z-index: 1;
  color: #021210;
}

/*** Responsive */

@media (min-width: 2400px) {
  #container-hero-logo {
    padding-left: 80px;
  }

  #angybeauty-hero-logo img {
    width: 570px;
    height: 570px;
  }

  .home #container-hero-producthighlighted {
    align-items: center;
    padding-right: 16em;
  }

  .home #container-producthighlighted {
    max-width: 800px;
  }
}

@media (max-width: 1536px) {
  .home header #ast-desktop-header {
    padding: 24px !important;
  }

  .home nav .menu-link {
    font-size: 1.15rem !important;
  }

  #angybeauty-hero-logo {
    width: 350px !important;
    height: 350px !important;
  }

  .home #container-hero-producthighlighted {
    align-items: flex-start;
  }

  .home #container-producthighlighted {
    padding: 32px 0;
  }

  .home #container-producthighlighted h4 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  .home header #ast-desktop-header {
    padding: 36px 4px !important;
  }

  .site-header .menu-text {
    font-size: 1.05rem !important;
  }

  .home #container-producthighlighted {
    padding: 28px 0;
  }

  .home #container-producthighlighted h4 {
    font-size: 26px;
  }
}

@media (max-width: 1155px) {
  .site-header .menu-text {
    font-size: 0.84rem !important;
  }

  .ast-site-header-cart i.astra-icon {
    font-size: 0.84em !important;
  }

  #container-hero-logo {
    padding-left: 60px;
  }

  .home #container-producthighlighted {
    padding: 25px 15px;
    clip-path: polygon(
      10% 0,
      90% 0,
      100% 8%,
      100% 92%,
      90% 100%,
      10% 100%,
      0 92%,
      0 8%
    );
  }

  .home #container-producthighlighted h4 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  #container-hero-logo {
    padding-left: 0px;
  }

  .home #container-producthighlighted {
    margin-bottom: 15px;
    clip-path: polygon(
      12% 0,
      88% 0,
      100% 6%,
      100% 94%,
      88% 100%,
      12% 100%,
      0 94%,
      0 6%
    );
  }

  .home #container-producthighlighted h4 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .site-logo-img img {
    filter: none;
  }

  .home #angybeauty-hero-logo {
    display: none;
  }

  .home #container-hero-producthighlighted {
    align-items: center;
  }

  .home #container-producthighlighted {
    clip-path: polygon(
      15% 0,
      85% 0,
      100% 5%,
      100% 95%,
      85% 100%,
      15% 100%,
      0 95%,
      0 5%
    );
  }

  .home #container-producthighlighted h4 {
    font-size: 20px;
  }

  .home #container-producthighlighted .border-element {
    display: none;
  }
}

@media (max-width: 480px) {
  .home #container-producthighlighted {
    clip-path: polygon(
      18% 0,
      82% 0,
      100% 4%,
      100% 96%,
      82% 100%,
      18% 100%,
      0 96%,
      0 4%
    );
  }

  .home #container-producthighlighted h4 {
    font-size: 18px;
  }

  .home #container-producthighlighted .border-element {
    padding: 8px;
  }
}

@media (max-width: 1024px) {
  #angybeauty-hero-logo {
    width: 270px !important;
    height: 270px !important;
  }
}
