.elementor-1000376 .elementor-element.elementor-element-f886ae8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cbefefb *//* ═══ PRODUCT PAGE LUXURY TOKENS ════ */
:root {
  --cream: #f3e8d9;
  --choco: #301a12;
  --coral: #c2542d;
}

.mi-product-wrap {
  font-family: 'Jost', sans-serif;
  color: var(--choco);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.mi-product-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
}

.mi-price {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--coral);
  margin-bottom: 30px;
}

.mi-description {
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 40px;
  color: rgba(48, 26, 18, 0.85);
}

.mi-btn {
  display: inline-block;
  background: var(--choco);
  color: var(--cream);
  padding: 18px 45px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 12px;
  transition: all 0.3s ease;
  border: 1px solid var(--choco);
}

.mi-btn:hover {
  background: transparent;
  color: var(--choco);
}/* End custom CSS */