/** Shopify CDN: Minification failed

Line 26:0 Unexpected "}"

**/
/* --- Critical CSS pour Lovely Sins --- */

/* Variables principales */
:root {
  --font-heading: 'Barlow', sans-serif;
  --font-body: 'Assistant', sans-serif;
  --primary-color: #202174;
  --secondary-color: #ead3d8;
  --accent-color: #18858f;
}

/* Structure de base */
body, html {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  background-color: #fff;
  color: #202020;
}
 
}

}

/* Header (menu) */
.site-header {
  background-color: #ead3d8;
}

.site-nav__link, .slide-nav__link {
  font-family: var(--font-heading);
  color: var(--primary-color);
}

.site-nav__dropdown, .site-nav__dropdown-list, .megamenu__wrapper {
  background-color: #ead3d8;
  border-radius: 12px;
}

details[open] > summary,
.site-nav__link--has-dropdown:hover {
  background-color: #d6b7be;
  color: #000;
  border-radius: 12px;
}

/* Boutons */
.button, .shopify-payment-button button, .shopify-payment-button__button--unbranded {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 12px;
  font-family: var(--font-heading);
  font-weight: 600;
}

/* Quickshop Buttons */
.shopify-payment-button__button {
  background: var(--accent-color);
  color: #ffffff;
  border-radius: 12px;
  font-family: var(--font-heading);
}

/* Mobile Menu */
.site-header__mobile-nav, .mobile-nav__content {
  background-color: #ead3d8;
}

.slide-nav__item a, .slide-nav__button {
  color: var(--primary-color);
}

/* Optimisations Textes */
p, li, span, a, div {
  font-family: var(--font-body);
  font-size: 16px;
}

/* Transitions douces */
a, button, summary {
  transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
}
/* Harmonisation des boutons Judge.me avec le style de Lovely Sins */
.judgeme_product_reviews button,
.judgeme_product_reviews .jdgm-submit-btn,
.judgeme_product_reviews .jdgm-btn,
.jdgm-widget-actions-wrapper button,
.jdgm-question-form-wrapper button {
  border-radius: 12px !important;
  padding: 10px 16px;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 500;
}
