/* [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;
}

/*# sourceMappingURL=src_components_boutique_ProductCard_module_07lpp2t.css.map*/