/** Shopify CDN: Minification failed

Line 215:13 Expected identifier but found whitespace
Line 215:15 Unexpected "{"
Line 215:24 Expected ":"
Line 234:8 Expected identifier but found whitespace
Line 234:10 Unexpected "{"
Line 234:19 Expected ":"
Line 242:8 Expected identifier but found whitespace
Line 242:10 Unexpected "{"
Line 242:19 Expected ":"
Line 392:8 Expected identifier but found whitespace
... and 16 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:pro-hero (INDEX:1) */
.hero-pro {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-pro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-pro__overlay {
  position: absolute;
  inset: 0;
}

.hero-pro__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  z-index: 2;
}

.hero-pro__kicker {
  font-weight: 700;
  opacity: 1;
}

.hero-pro__title {
  font-family: 'Times New Roman', serif;
  font-weight: 700;
}

.hero-pro__subtitle {
  opacity: 1;
  line-height: 2;
  max-width: 700px;
}

/* 🌟 Harmonisation – Hero PRO (Premium) */

.hero-pro__button {
  margin-top: 1.5rem;
  padding: 0.9rem 2rem;
  border-radius: 999px; /* arrondi complet pour cohérence */
  font-weight: 700;
  font-size: 16px;
  font-family: "Times New Roman", serif;
  color: #000000;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hero-pro__button:hover {
  background-color: #ffffff;
  border-color: #bbb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
/* END_SECTION:pro-hero */

/* START_SECTION:pro-shop-by-occasion (INDEX:2) */
/* --- Shop by Occasion (style premium) --- */
.shop-by-occasion {
  background-color: #F4EAE3;
  padding: 60px 0;
}

.shop-by-occasion__title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 12px;
  color: #222;
}

.shop-by-occasion__subtitle {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.shop-by-occasion__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  justify-items: center;
}

.shop-by-occasion__card {
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-by-occasion__card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.shop-by-occasion__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.shop-by-occasion__card-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #333;
  padding: 12px 0 16px;
}

/* Responsive mobile */
@media screen and (max-width: 749px) {
  .shop-by-occasion__title {
    font-size: 28px;
  }
  .shop-by-occasion__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .shop-by-occasion__grid {
    gap: 16px;
  }
}
/* END_SECTION:pro-shop-by-occasion */

/* START_SECTION:pro-shop-by-relationship (INDEX:3) */
/* Sous-titre en Times New Roman */
.shop-by-relationship__subtitle {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
}
/* Bouton "Shop by relationship" en Times New Roman et gras */
.shop-by-relationship__dropdown-label {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-style: normal;
}


/* Empêche le bouton de se comporter comme une carte produit */
.shop-by-relationship__view-all {
  display: block;
  width: auto;
  max-width: 280px;
  margin: 24px auto 0;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #f8f8f8;
  color: #333;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover premium */
.shop-by-relationship__view-all:hover {
  background-color: #fff;
  border-color: #bbb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Force le bouton à sortir de la grille produit */
.shop-by-relationship__view-all {
  grid-column: 1 / -1 !important; /* occupe toute la ligne */
  justify-self: center !important; /* centré horizontalement */
  }
.shop-by-relationship {
  padding: 4rem 0;
  background: {{ section.settings.bg_color }};
}

/* Container */
.shop-by-relationship__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.shop-by-relationship__header {
  text-align: center;
  margin-bottom: 2rem;
}

.shop-by-relationship__title {
  font-family: 'Times New Roman', serif;
  font-weight: 400; /* Harmonisation : titres non gras */
  color: {{ section.settings.text_color }};
}

.shop-by-relationship__subtitle {
  opacity: 0.85;
  max-width: 640px;
  margin: 0.75rem auto 2.25rem auto;
  line-height: 1.6;
  color: {{ section.settings.text_color }};
}

/* Dropdown */
.shop-by-relationship__controls {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.shop-by-relationship__dropdown-wrapper {
  position: relative;
  min-width: 260px;
  max-width: 340px;
}

.shop-by-relationship__dropdown {
  width: 100%;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.4rem;
}

.shop-by-relationship__dropdown-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-by-relationship__dropdown-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.shop-by-relationship__dropdown.open .shop-by-relationship__dropdown-icon {
  transform: rotate(180deg);
}

/* Dropdown list */
.shop-by-relationship__dropdown-list {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.12);
  max-height: 320px;
  overflow-y: auto;
  z-index: 20;
  padding: 0.4rem 0;
  display: none;
}

.shop-by-relationship__dropdown-list.open {
  display: block;
}

.shop-by-relationship__dropdown-item {
  padding: 0.65rem 1.25rem;
  cursor: pointer;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.18s ease, color 0.18s ease;
}

.shop-by-relationship__dropdown-item:hover {
  background: rgba(0,0,0,0.03);
}

.shop-by-relationship__dropdown-item.active {
  background: rgba(0,0,0,0.06);
  font-weight: 700;
}

/* Product grid */
.shop-by-relationship__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 750px) {
  .shop-by-relationship__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .shop-by-relationship__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Product card */
.shop-by-relationship__item {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: 0.35s ease;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  position: relative;
}

.shop-by-relationship__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Glow premium */
.shop-by-relationship__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 22px rgba(255, 200, 150, 0.25);
  opacity: 0;
  transition: 0.35s ease;
  pointer-events: none;
}

.shop-by-relationship__item:hover::after {
  opacity: 1;
}

.shop-by-relationship__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-by-relationship__name {
  margin: 0.9rem 1rem 0 1rem;
  font-family: 'Times New Roman', serif;
  font-weight: 400;
  color: {{ section.settings.text_color }};
}

.shop-by-relationship__price {
  opacity: 0.85;
  margin: 0.25rem 1rem 1.1rem 1rem;
  font-weight: 700; /* Harmonisation : prix en gras */
  color: {{ section.settings.text_color }};
}
.shop-by-relationship__view-all {
  display: block;
  text-align: center;
  margin: 1.8rem auto 0 auto;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: #ffffff;
  color: {{ section.settings.text_color }};
  font-family: 'Times New Roman', serif;
  font-size: 1.4rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  width: fit-content;
}

.shop-by-relationship__view-all:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}
.shop-by-relationship__view-all {
  display: block;
  text-align: center;
  margin: 1.8rem auto 0 auto;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: #ffffff;
  color:  #000000 !important; /* ⭐ force la couleur */
  font-family: 'Times New Roman', serif;
  font-size: 1.4rem;
  text-decoration: none !important; /* ⭐ enlève le bleu + souligné */
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  width: fit-content;
}

.shop-by-relationship__view-all:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  color: {{ section.settings.text_color }} !important; /* ⭐ garde la couleur au hover */
}
/* FORCE LA COULEUR DU TEXTE DU BOUTON */
.shop-by-relationship__view-all,
.shop-by-relationship__view-all:visited,
.shop-by-relationship__view-all:active,
.shop-by-relationship__view-all:hover {
  color: {{ section.settings.text_color }} !important;
  text-decoration: none !important;
}
/* END_SECTION:pro-shop-by-relationship */