.elementor-393547 .elementor-element.elementor-element-6a49957:not(.elementor-motion-effects-element-type-background), .elementor-393547 .elementor-element.elementor-element-6a49957 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F0ED;}.elementor-393547 .elementor-element.elementor-element-6a49957{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 5px 0px;}.elementor-393547 .elementor-element.elementor-element-6a49957 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-393547 .elementor-element.elementor-element-6d3a317.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-393547 .elementor-element.elementor-element-6d3a317 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-393547 .elementor-element.elementor-element-0d4285f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-393547 .elementor-element.elementor-element-5f539ff:not(.elementor-motion-effects-element-type-background), .elementor-393547 .elementor-element.elementor-element-5f539ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F0ED6E;}.elementor-393547 .elementor-element.elementor-element-5f539ff > .elementor-background-overlay{opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-393547 .elementor-element.elementor-element-5f539ff{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-393547 .elementor-element.elementor-element-bdbe453 .elementor-post-wrapper .column-item:nth-child(even){margin-top:calc(100px);}.elementor-393547 .elementor-element.elementor-element-bdbe453 .slick-dots{text-align:center;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-393547 .elementor-element.elementor-element-6a49957{padding:15px 15px 15px 15px;}.elementor-393547 .elementor-element.elementor-element-6d3a317 > .elementor-element-populated{margin:-75px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-393547 .elementor-element.elementor-element-5f539ff{margin-top:-50px;margin-bottom:0px;padding:0px 15px 55px 15px;}}/* Start custom CSS for html, class: .elementor-element-0d4285f */.candelnia-bougies-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("https://www.candle.reweb.ma/wp-content/uploads/2026/03/slide-bougie-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #eee3dc;
}

.candelnia-bougies-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(248, 244, 241, 0.84);
  z-index: 1;
}

.candelnia-bougies-hero__container {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.candelnia-bougies-hero__content {
  max-width: 100%;
  text-align: center;
  padding: 90px 0;
}

.candelnia-bougies-hero__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #b97856;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.candelnia-bougies-hero__title {
  margin: 0 0 18px;
  color: #2a2522;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.candelnia-bougies-hero__text {
  margin: 0;
  max-width: 100%;
  text-align: center;
  color: #7f746b;
  font-size: 20px;
  line-height: 1.8;
}

.candelnia-bougies-hero__actions {
  display: none;
  flex-wrap: wrap;
  text-align: center;
  gap: 14px;
  margin-top: 34px;
}

.candelnia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.candelnia-btn--primary {
  background: #b97856;
  color: #ffffff;
}

.candelnia-btn--primary:hover {
  background: #9c6244;
  transform: translateY(-2px);
}

.candelnia-btn--outline {
  background: rgba(255, 255, 255, 0.55);
  color: #2a2522;
  border: 1px solid rgba(42, 37, 34, 0.14);
  backdrop-filter: blur(4px);
}

.candelnia-btn--outline:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .candelnia-bougies-hero {
    min-height: 520px;
  }

  .candelnia-bougies-hero__container {
    width: min(100% - 24px, 1200px);
  }

  .candelnia-bougies-hero__content {
    padding: 70px 0;
  }

  .candelnia-bougies-hero__text {
    font-size: 16px;
  }

  .candelnia-bougies-hero__actions {
    flex-direction: column;
  }

  .candelnia-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6a49957 *//* =========================
   PAGE CATEGORIE BOUGIES
   Candelnia - Upgrade CSS
   ========================= */

:root{
  --candelnia-bg: #f6efeb;
  --candelnia-white: #ffffff;
  --candelnia-text: #2b2522;
  --candelnia-accent: #b97a5a;
  --candelnia-accent-dark: #9f6548;
  --candelnia-line: #eaded6;
  --candelnia-shadow: 0 18px 45px rgba(84, 57, 41, 0.08);
  --candelnia-radius: 22px;
}

/* Fond général plus propre */
body,
.elementor-kit-7 {
  background-color: var(--candelnia-bg);
  color: var(--candelnia-text);
}

/* =========================
   TITRES / INTRO
   ========================= */

/* Script title */
.elementor-heading-title,
h1, h2, h3 {
  color: var(--candelnia-text);
}

/* Sous-titres de type “Best for you / Subscribe” */
.elementor-widget-heading .elementor-heading-title {
  letter-spacing: -0.02em;
}

/* Paragraphe global */
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  color: var(--candelnia-muted);
  line-height: 1.8;
}

/* =========================
   BLOCS PRODUITS / CATEGORIES
   ========================= */

/* Cartes produits/catégories */
.woocommerce ul.products li.product,
.products .product,
.wc-block-grid__product,
.elementor-widget-woocommerce-products ul.products li.product {
  background: var(--candelnia-white);
  border-radius: var(--candelnia-radius);
  overflow: hidden;
  box-shadow: var(--candelnia-shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(0,0,0,0.03);
  padding-bottom: 14px !important;
}

/* Hover */
.woocommerce ul.products li.product:hover,
.products .product:hover,
.wc-block-grid__product:hover,
.elementor-widget-woocommerce-products ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(84, 57, 41, 0.12);
}

/* Images */
.woocommerce ul.products li.product a img,
.products .product a img,
.wc-block-grid__product-image img,
.elementor-widget-woocommerce-products ul.products li.product a img {
  width: 100%;
  display: block;
  margin: 0 !important;
  transition: transform 0.6s ease;
}

.woocommerce ul.products li.product:hover a img,
.products .product:hover a img,
.wc-block-grid__product:hover img,
.elementor-widget-woocommerce-products ul.products li.product:hover a img {
  transform: scale(1.05);
}

/* Titre produit/catégorie */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.products .product .woocommerce-loop-category__title,
.products .product h2,
.products .product h3,
.wc-block-grid__product-title {
  font-size: 20px !important;
  line-height: 1.35;
  font-weight: 500;
  color: var(--candelnia-text);
  padding: 18px 20px 6px;
  margin: 0;
}

/* Compteur catégorie */
.products .product .count,
.woocommerce-loop-category__title .count {
  background: transparent !important;
  color: var(--candelnia-text);
  opacity: 0.75;
  font-size: 0.95em;
  font-weight: 500;
}

/* Prix */
.woocommerce ul.products li.product .price,
.wc-block-grid__product-price {
  padding: 0 20px 14px;
  color: var(--candelnia-accent) !important;
  font-weight: 600;
  font-size: 16px;
}

/* Boutons */
.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.elementor-button {
  border-radius: 999px !important;
  transition: all 0.3s ease;
}

/* Bouton WooCommerce */
.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
  margin: 0 20px 6px !important;
  background: var(--candelnia-accent) !important;
  color: #fff !important;
  padding: 12px 18px !important;
  border: none !important;
}

.woocommerce ul.products li.product .button:hover,
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  background: var(--candelnia-accent-dark) !important;
  transform: translateY(-2px);
}

/* =========================
   GRILLE PRODUITS
   ========================= */

.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product,
ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* =========================
   SECTION NEWSLETTER
   ========================= */

/* Bloc newsletter blanc du milieu */
.elementor-widget-form,
.mc4wp-form,
.newsletter,
[class*="newsletter"] {
  border-radius: 24px;
}

/* Si le bloc newsletter est dans un container blanc */
.elementor-element .elementor-widget-form,
.elementor-element .mc4wp-form {
  background: transparent;
}

/* Inputs */
input[type="email"],
input[type="text"],
input[type="search"],
.woocommerce input.input-text,
.elementor-field {
  min-height: 52px;
  border-radius: 999px !important;
  border: 1px solid var(--candelnia-line) !important;
  background: #fff !important;
  box-shadow: none !important;
  padding-left: 18px !important;
  color: var(--candelnia-text) !important;
}

/* Bouton formulaire */
button,
input[type="submit"],
.elementor-button[type="submit"] {
  border-radius: 999px !important;
  background: var(--candelnia-accent);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
.elementor-button[type="submit"]:hover {
  background: var(--candelnia-accent-dark);
  transform: translateY(-2px);
}

/* =========================
   LIEN “Voir tous les produits”
   ========================= */

a[href*="produits"],
a[href*="product"],
.elementor a {
  transition: all 0.3s ease;
}

a[href*="produits"]:hover,
a[href*="product"]:hover,
.elementor a:hover {
  color: var(--candelnia-accent-dark);
}

/* =========================
   HEADER / PETITS DETAILS
   ========================= */

/* Icônes header plus fines */
.site-header i,
.site-header svg,
.elementor-icon {
  transition: all 0.25s ease;
}

.site-header a:hover i,
.site-header a:hover svg,
.elementor-icon:hover {
  transform: translateY(-1px);
}

/* =========================
   FOOTER
   ========================= */

footer,
.site-footer {
  color: var(--candelnia-muted);
}

footer a,
.site-footer a {
  color: var(--candelnia-text);
}

footer a:hover,
.site-footer a:hover {
  color: var(--candelnia-accent);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .products .product .woocommerce-loop-category__title,
  .products .product h2,
  .products .product h3,
  .wc-block-grid__product-title {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .products .product .woocommerce-loop-category__title,
  .products .product h2,
  .products .product h3,
  .wc-block-grid__product-title {
    font-size: 17px !important;
    padding: 16px 16px 6px;
  }

  .woocommerce ul.products li.product .price,
  .wc-block-grid__product-price {
    padding: 0 16px 12px;
  }

  .woocommerce ul.products li.product .button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link {
    margin: 0 16px 6px !important;
    width: calc(100% - 32px);
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5f539ff */background:
    radial-gradient(circle at top left, rgba(198, 149, 117, 0.12), transparent 24%),
    radial-gradient(circle at bottom right, rgba(157, 109, 82, 0.08), transparent 28%),
    linear-gradient(180deg, #fbf6f1 0%, #f7efe8 100%);
}

.cand-founder__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}

.cand-founder__media {
  position: relative;
}

.cand-founder__image-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #eadfd5;
  box-shadow: 0 28px 70px rgba(60, 36, 25, 0.14);
}

.cand-founder__image {
  display: block;
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
}

.cand-founder__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(33, 22, 17, 0.02) 0%,
    rgba(33, 22, 17, 0.06) 100%
  );
  pointer-events: none;
}

.cand-founder__floating-card {
  position: absolute;
  right: -18px;
  bottom: 38px;
  width: 270px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 248, 242, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(125, 88, 67, 0.10);
  box-shadow: 0 18px 45px rgba(61, 39, 28, 0.12);
}

.cand-founder__floating-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b17b5e;
}

.cand-founder__floating-title {
  display: block;
  font-size: 17px;
  line-height: 1.45;
  color: #2d211b;
  font-weight: 600;
}

.cand-founder__content {
  position: relative;
  padding: 18px 0;
}

.cand-founder__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a57358;
}

.cand-founder__title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #2d201a;
}

.cand-founder__title em {
  font-style: italic;
  color: #b47656;
}

.cand-founder__lead {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.75;
  color: #5f4a3d;
  max-width: 680px;
}

.cand-founder__text p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.95;
  color: #725d50;
  max-width: 700px;
}

.cand-founder__text p:last-child {
  margin-bottom: 0;
}

.cand-founder__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(121, 90, 72, 0.14);
}

.cand-founder__signature {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cand-founder__signature-line {
  display: block;
  width: 42px;
  height: 1px;
  background: #b47a5a;
  flex: 0 0 42px;
}

.cand-founder__signature strong {
  display: block;
  font-size: 16px;
  color: #2b211c;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cand-founder__signature span:last-child {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #927565;
}

.cand-founder__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  background: #b67b5d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 32px rgba(182, 123, 93, 0.20);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.cand-founder__link::after {
  content: "→";
  font-size: 15px;
  transition: transform 0.3s ease;
}

.cand-founder__link:hover {
  transform: translateY(-2px);
  background: #a96f52;
  box-shadow: 0 18px 38px rgba(182, 123, 93, 0.24);
}

.cand-founder__link:hover::after {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .cand-founder {
    padding: 90px 20px;
  }

  .cand-founder__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .cand-founder__media {
    order: 1;
  }

  .cand-founder__content {
    order: 2;
    padding: 0;
  }

  .cand-founder__image {
    height: 560px;
  }

  .cand-founder__floating-card {
    right: 22px;
    bottom: 22px;
  }
}

@media (max-width: 767px) {
  .cand-founder {
    padding: 70px 16px;
  }

  .cand-founder__title {
    font-size: 46px;
    line-height: 1;
  }

  .cand-founder__lead {
    font-size: 17px;
    line-height: 1.75;
  }

  .cand-founder__text p {
    font-size: 15px;
    line-height: 1.85;
  }

  .cand-founder__image {
    height: 430px;
  }

  .cand-founder__image-wrap {
    border-radius: 24px;
  }

  .cand-founder__floating-card {
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .cand-founder__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cand-founder__link {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */