div#d52495cf-8a12-43e1-9662-3815b1756949 {
    background: linear-gradient(135deg, #B73895, #5C7BE5);
    margin-top: 6vw;
    z-index: 3;
    padding: 30px;
}
@media (min-width: 1024px) {
    .header--transparent.header--fixed .nav .nav__itemlvl1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
}
div#ab37eb97-b4b2-4d39-b388-646dde163e54 .wizi-img--quadruple-title.wizi-img--large .wizi-img__content__wrapper {
    padding-top: 60%;
}
div#\36 df33d18-678e-4c19-a2bd-de6bb667d0da {
    background: linear-gradient(135deg, #B73895, #5C7BE5);
}
div#\36 df33d18-678e-4c19-a2bd-de6bb667d0da .wizi-imgtxt__wrap {
    background-color: white;
    border-radius: 15px;
    padding: 10px;
}
h2 {
    background: linear-gradient(135deg, #B73895, #5C7BE5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
div#d52495cf-8a12-43e1-9662-3815b1756949 .wizi-imgtxt__wrap {
    background-color: white;
    border-radius: 15px;
    padding: 10px;
}
div#\37 5403eb0-0623-46ef-b393-5ce91b97405d .wizi-imgtxt__left.wizi-imgtxt__left--small {
    border-radius: 15px;
}
div#ab37eb97-b4b2-4d39-b388-646dde163e54 img.wizi-img__item {
    border-radius: 15px;
}
div#\31 817e60c-2dec-4e2b-b4d7-a3ddd769a712 .wizi-txt__background {
    border-radius: 15px;
}
@media (min-width: 1025px) {
  div#d52495cf-8a12-43e1-9662-3815b1756949 .wizi-imgtxt__right.wizi-imgtxt__right--small {
    margin-top: -14vw !important;
  }
}
div#d52495cf-8a12-43e1-9662-3815b1756949 .wizi-imgtxt__left.wizi-imgtxt__left--small {
    margin-bottom: -14vw !important;
}
button.prod__btn.prod__btn--addCart {
    background: linear-gradient(135deg, #B73895, #5C7BE5) !important;
}
.prod__hover span {
    color: white !important;
}
button#add-cart-btn {
    background: linear-gradient(135deg, #B73895, #5C7BE5);
}
div#prod-add-cart span {
    color: white;
}
section#bloc-home-1 {
    border: 3px solid #B73895;
    padding: 10px;
    border-radius: 30px;
}
.filter {
    background: linear-gradient(135deg, #B73895, #5C7BE5);
}
div#\37 5403eb0-0623-46ef-b393-5ce91b97405d .wizi-imgtxt__right {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
div#\37 5403eb0-0623-46ef-b393-5ce91b97405d .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    gap: 2vw;
}
div#ab37eb97-b4b2-4d39-b388-646dde163e54 .wizi-img__content__wrapper {
    border-radius: 20px;
}
div#\39 1e86054-4ad3-40ae-88ad-71d9b1785d27 .wizi-imgtxt__left {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1:hover {
        color: white !important;
    }
}
/* H1 visible et stylé pour WiziShop */
.wizi-wrapper--textOnImg.wizi-wrapper--medium .wizi-txt--large h1 span {
  color: #E83DDA !important; /* rose vif lisible */
  font-weight: 800 !important;
  font-size: 2.8rem !important;
  letter-spacing: 0.02em;
  text-shadow:
    0 0 5px rgba(0,0,0,0.40),
    0 0 12px rgba(0,0,0,0.25),
    0 0 20px rgba(139,11,224,0.45);
  display: inline-block;
}
@media (max-width: 767px) {
  .wizi-wrapper--textOnImg.wizi-wrapper--medium .wizi-txt--large h1 span {
      color: white !important;
      font-weight: 800 !important;
      font-size: 2.8rem !important;
      letter-spacing: 0.02em;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.40), 
                   0 0 12px rgba(0, 0, 0, 0.25), 
                   0 0 20px rgba(139, 11, 224, 0.45);
      display: inline-block;
  }
}

/* Ligne du dessous “à Creil” */
.wizi-wrapper--textOnImg.wizi-wrapper--medium .wizi-txt--large h1 span:nth-child(2) {
  margin-top: 4px;
}

/* Barre décorative (centrée) */
.wizi-wrapper--textOnImg.wizi-wrapper--medium .wizi-txt--large h1::after {
  content: "";
  display: block;
  width: 140px;
  height: 6px;
  margin: 14px 0 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #8B0BE0, #E83DDA);
  box-shadow: 0 4px 12px rgba(232, 61, 218, 0.5);
}