/* [project]/src/components/boutique/ProductCard.module.css [app-client] (css) */
.ProductCard-module__S0WGLq__card {
  --prod-burg: #6b0f0f;
  --prod-burg-light: #8b1a1a;
  --prod-cream: #faf6f0;
  --prod-cream-dark: #ede8e0;
  --prod-sand: #d4c4b0;
  --prod-ink: #1e1210;
  --prod-muted: #9a7e72;
  background: var(--prod-cream);
  border: .5px solid var(--prod-sand);
  isolation: isolate;
  border-radius: 3px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px #1e12101a;
}

.ProductCard-module__S0WGLq__media {
  z-index: 0;
  background: var(--prod-cream-dark);
  justify-content: center;
  align-items: center;
  height: 196px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ProductCard-module__S0WGLq__mediaLink {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.ProductCard-module__S0WGLq__coverImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.ProductCard-module__S0WGLq__placeholder {
  z-index: 0;
  color: var(--prod-sand);
  opacity: .6;
  pointer-events: none;
  position: relative;
}

.ProductCard-module__S0WGLq__badge {
  z-index: 2;
  background: var(--prod-burg);
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: .28rem .55rem;
  font-size: .58rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 11px;
  left: 11px;
}

.ProductCard-module__S0WGLq__wishlist {
  z-index: 3;
  border: .5px solid var(--prod-sand);
  cursor: pointer;
  background: #faf6f0e6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: background .15s;
  display: flex;
  position: absolute;
  top: 9px;
  right: 9px;
}

.ProductCard-module__S0WGLq__wishlist:hover {
  background: #fff;
}

.ProductCard-module__S0WGLq__wishlist svg {
  color: var(--prod-burg);
  display: block;
}

.ProductCard-module__S0WGLq__wishlistActive svg {
  fill: var(--prod-burg);
  stroke: var(--prod-burg);
}

.ProductCard-module__S0WGLq__ornament {
  align-items: center;
  padding: 13px 14px 10px;
  display: flex;
}

.ProductCard-module__S0WGLq__ornament:before, .ProductCard-module__S0WGLq__ornament:after {
  content: "";
  background: var(--prod-sand);
  flex: 1;
  height: .5px;
}

.ProductCard-module__S0WGLq__ornamentDot {
  background: var(--prod-burg);
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin: 0 8px;
}

.ProductCard-module__S0WGLq__body {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  padding: 0 14px 14px;
  display: flex;
  position: relative;
}

.ProductCard-module__S0WGLq__tags {
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--prod-muted);
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
  font-size: .62rem;
  font-weight: 700;
  display: flex;
}

.ProductCard-module__S0WGLq__tags span + span:before {
  content: " · ";
  color: var(--prod-sand);
  letter-spacing: 0;
  font-weight: 400;
}

.ProductCard-module__S0WGLq__name {
  font-family: var(--font-serif), "Playfair Display", Georgia, serif;
  color: var(--prod-ink);
  letter-spacing: -.02em;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15;
}

.ProductCard-module__S0WGLq__name a {
  color: inherit;
  text-decoration: none;
}

.ProductCard-module__S0WGLq__name a:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.ProductCard-module__S0WGLq__priceRow {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  margin-bottom: 4px;
  display: flex;
}

.ProductCard-module__S0WGLq__price {
  color: var(--prod-ink);
  font-size: .97rem;
  font-weight: 600;
  line-height: 1.2;
}

.ProductCard-module__S0WGLq__craft {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--prod-burg-light);
  flex-shrink: 0;
  font-size: .58rem;
  font-weight: 700;
  line-height: 1;
}

.ProductCard-module__S0WGLq__material {
  color: var(--prod-muted);
  margin-bottom: 13px;
  font-size: .7rem;
}

.ProductCard-module__S0WGLq__swatches {
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  display: flex;
}

.ProductCard-module__S0WGLq__swatch {
  border: 1.5px solid #0000;
  border-radius: 50%;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.ProductCard-module__S0WGLq__swatchMore {
  color: var(--prod-muted);
  letter-spacing: .04em;
  font-size: .62rem;
  font-weight: 700;
}

.ProductCard-module__S0WGLq__cta {
  background: var(--prod-burg);
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  width: 100%;
  margin-top: auto;
  padding: .72rem 1rem;
  font-family: inherit;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background .18s;
  display: block;
}

.ProductCard-module__S0WGLq__cta:hover {
  background: var(--prod-burg-light);
  color: #fff;
}

/* [project]/src/app/services/ServicesPage.module.css [app-client] (css) */
.ServicesPage-module__MHTFFa__pageHeader {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: min(38rem, 100%);
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
  padding: 0;
}

.ServicesPage-module__MHTFFa__pageTitle {
  letter-spacing: -.03em;
  color: #1d140f;
  text-wrap: balance;
  margin: 0 0 .65rem;
  font-size: clamp(1.95rem, 5.2vw, 3.05rem);
  font-weight: 500;
}

.ServicesPage-module__MHTFFa__pageLead {
  color: #1d140fad;
  text-wrap: pretty;
  margin: 0;
  font-size: clamp(.96rem, 2.1vw, 1.05rem);
  line-height: 1.65;
}

@media (max-width: 480px) {
  .ServicesPage-module__MHTFFa__pageHeader {
    text-align: left;
  }
}

.ServicesPage-module__MHTFFa__bottomNote {
  text-align: center;
  max-width: 42rem;
  margin: 2rem auto 0;
}

.ServicesPage-module__MHTFFa__categoryShell {
  max-width: 1080px;
  margin: 0 auto var(--space-lg);
  background: linear-gradient(145deg, #ffffffeb 0%, #fcf6efe0 100%);
  border: 1px solid #3c291d1f;
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  position: relative;
  box-shadow: 0 4px 24px #5a433412, inset 0 1px #fffc;
}

.ServicesPage-module__MHTFFa__inner {
  z-index: 1;
  position: relative;
}

.ServicesPage-module__MHTFFa__categoryShell .grid.collections-grid {
  justify-content: center;
  justify-items: center;
}

.ServicesPage-module__MHTFFa__categoryShell .grid.collections-grid .product-card-boutique {
  width: 100%;
  max-width: 420px;
}

.ServicesPage-module__MHTFFa__blockTop {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.ServicesPage-module__MHTFFa__blockTitle {
  font-family: var(--font-serif);
  color: #1d140f;
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 500;
}

.ServicesPage-module__MHTFFa__pill {
  color: #7a0000;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #7a00000f;
  border: 1px solid #7a000033;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  padding: .35rem .75rem;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
}

.ServicesPage-module__MHTFFa__blockSubtitle {
  color: #1d140f8c;
  max-width: 40rem;
  margin: 0 0 1.25rem;
  font-size: .88rem;
}

.ServicesPage-module__MHTFFa__servicesGrid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  align-items: stretch;
  gap: 1.1rem;
  display: grid;
}

.ServicesPage-module__MHTFFa__cardDesc {
  -webkit-line-clamp: 3;
  color: #1d140f9e;
  text-align: left;
  -webkit-box-orient: vertical;
  flex: 1;
  width: 100%;
  margin: .35rem 0 .5rem;
  font-size: .8rem;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
}

.ServicesPage-module__MHTFFa__cardThumb {
  border-radius: 12px;
  flex-shrink: 0;
  width: 100%;
  height: 118px;
  margin-bottom: .65rem;
  position: relative;
  overflow: hidden;
}

.ServicesPage-module__MHTFFa__cardThumbImg {
  object-fit: cover;
}

.ServicesPage-module__MHTFFa__serviceCard {
  min-height: 168px;
  color: inherit;
  background: linear-gradient(165deg, #fff 0%, #faf6f1 100%);
  border: 1px solid #3c291d1a;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem 1.2rem 1.1rem;
  text-decoration: none;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #37281e0f;
}

.ServicesPage-module__MHTFFa__serviceCard:before {
  content: "";
  background: var(--card-accent, #7a0000);
  opacity: .92;
  width: 4px;
  height: 100%;
  transition: width .22s;
  position: absolute;
  top: 0;
  left: 0;
}

.ServicesPage-module__MHTFFa__serviceCard:after {
  content: "";
  background: var(--card-glow, #7a00000f);
  pointer-events: none;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  transition: transform .28s;
  position: absolute;
  top: -40%;
  right: -25%;
}

.ServicesPage-module__MHTFFa__serviceCard:hover {
  border-color: #7a000029;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px #37281e1c;
}

.ServicesPage-module__MHTFFa__serviceCard:hover:before {
  width: 5px;
}

.ServicesPage-module__MHTFFa__serviceCard:hover:after {
  transform: scale(1.06);
}

.ServicesPage-module__MHTFFa__serviceCard:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #7a000073;
}

.ServicesPage-module__MHTFFa__cardIcon {
  background: var(--card-icon-bg, #7a000014);
  width: 44px;
  height: 44px;
  color: var(--card-accent, #7a0000);
  border-radius: 12px;
  place-items: center;
  margin-bottom: .75rem;
  display: grid;
}

.ServicesPage-module__MHTFFa__cardIcon svg {
  stroke-width: 1.6px;
  width: 24px;
  height: 24px;
}

.ServicesPage-module__MHTFFa__cardKicker {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1d140f7a;
  margin-bottom: .35rem;
  font-size: .65rem;
  font-weight: 700;
  display: block;
}

.ServicesPage-module__MHTFFa__cardTitle {
  font-family: var(--font-serif);
  color: #1d140f;
  margin: 0 0 auto;
  padding-bottom: .75rem;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.28;
}

.ServicesPage-module__MHTFFa__cardCta {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--card-accent, #7a0000);
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.ServicesPage-module__MHTFFa__cardCtaArrow {
  transition: transform .2s;
  display: inline-block;
}

.ServicesPage-module__MHTFFa__serviceCard:hover .ServicesPage-module__MHTFFa__cardCtaArrow {
  transform: translateX(4px);
}

.ServicesPage-module__MHTFFa__catCapillaire {
  --card-accent: #7a0000;
  --card-icon-bg: #7a000017;
  --card-glow: #7a000012;
}

.ServicesPage-module__MHTFFa__catVisage {
  --card-accent: #0d9488;
  --card-icon-bg: #0d94881c;
  --card-glow: #0d948814;
}

.ServicesPage-module__MHTFFa__catOnglerie {
  --card-accent: #7c3aed;
  --card-icon-bg: #7c3aed1a;
  --card-glow: #7c3aed12;
}

/*# sourceMappingURL=src_0zqz-_4._.css.map*/