/** Shopify CDN: Minification failed

Line 258:10 Unexpected "{"
Line 258:19 Expected ":"

**/
/* ═══════════════════════════════════════════════════════════
   ELITE THEME — REFONTE MINIMALISTE ÉPURÉE
   Style: Apple / Aesop — Clean, aéré, sophistiqué
   ═══════════════════════════════════════════════════════════ */

/* ── TYPOGRAPHIE GLOBALE ─────────────────────────────────── */

body,
.body,
p {
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5 {
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.h0 { letter-spacing: -0.03em; }

/* Sous-titres et captions */
.subtitle,
.caption,
.caption-with-letter-spacing {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72em;
  font-weight: 500;
}

/* ── LIENS & INTERACTIONS ────────────────────────────────── */

a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

/* ── BOUTONS ─────────────────────────────────────────────── */

.button,
.shopify-payment-button__button,
button.button {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82em;
  font-weight: 600;
  padding: 14px 32px;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover,
button.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.button:active,
button.button:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Bouton outline */
.button--secondary {
  border-color: rgba(26, 26, 26, 0.2);
}

.button--secondary:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}

/* ── HEADER ──────────────────────────────────────────────── */

.header {
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  padding-top: 16px;
  padding-bottom: 16px;
}

.header__heading-link {
  transition: opacity 0.2s ease;
}

.header__heading-link:hover {
  opacity: 0.6;
}

/* Navigation — plus légère */
.header__menu-item,
.header__menu-item span {
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header__menu-item:hover {
  opacity: 0.6;
}

/* Icons header plus fins */
.header__icon {
  transition: opacity 0.2s ease;
}

.header__icon:hover {
  opacity: 0.6;
}

/* ── FOOTER ──────────────────────────────────────────────── */

.footer {
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}

.footer-block__heading {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ── PRODUCT CARDS ───────────────────────────────────────── */

.card-wrapper {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-wrapper:hover {
  transform: translateY(-3px);
}

.card__heading,
.card__heading a {
  font-weight: 500;
  font-size: 0.92em;
  letter-spacing: 0;
}

.card-information .price {
  font-weight: 400;
  font-size: 0.88em;
  opacity: 0.7;
}

/* Badge promo — discret */
.badge {
  font-size: 0.68em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
}

/* ── PRODUCT PAGE ────────────────────────────────────────── */

.product__title h1 {
  letter-spacing: -0.025em;
  line-height: 1.12;
  font-weight: 700;
}

.product__description,
.product__description.rte {
  font-size: 0.94em;
  line-height: 1.7;
  opacity: 0.75;
}

/* Prix */
.price-item--regular,
.price-item--sale {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.price-item--regular.price-item--last {
  opacity: 0.4;
}

/* Variant picker — clean */
.product-form__input label {
  font-size: 0.78em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Quantity selector — épuré */
.quantity {
  border-color: rgba(26, 26, 26, 0.15);
}

.quantity__button {
  transition: background-color 0.15s ease;
}

.quantity__button:hover {
  background-color: rgba(26, 26, 26, 0.04);
}

/* ATC button — standout */
.product-form__submit {
  min-height: 52px;
  font-size: 0.82em;
  letter-spacing: 0.1em;
}

/* ── COLLECTION PAGE ─────────────────────────────────────── */

.collection__title h1 {
  letter-spacing: -0.03em;
  font-weight: 700;
}

.collection__description {
  opacity: 0.6;
  max-width: 640px;
}

/* Filtres — plus discrets */
.facets__heading {
  font-size: 0.75em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ── CART ─────────────────────────────────────────────────── */

.cart-item__name {
  font-weight: 500;
  font-size: 0.92em;
}

.cart-item__price-wrapper .price {
  font-weight: 500;
}

/* ── SECTION SPACING REFINEMENTS ─────────────────────────── */

.section-{{ section.id }}-padding {
  scroll-margin-top: 80px;
}

/* ── FORMS — inputs plus fins ────────────────────────────── */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select,
.field__input {
  font-size: 0.92em;
  padding: 12px 14px;
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus,
select:focus,
.field__input:focus {
  border-color: #1a1a1a;
  box-shadow: none;
  outline: none;
}

/* ── ANNOUNCEMENTS BAR — minimaliste ─────────────────────── */

.announcement-bar {
  font-size: 0.72em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── IMAGES — transitions douces ─────────────────────────── */

.media img,
.card__media img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
}

.card-wrapper:hover .card__media img {
  transform: scale(1.03);
}

/* ── BREADCRUMBS ─────────────────────────────────────────── */

.breadcrumbs,
.breadcrumbs a {
  font-size: 0.72em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.5;
}

.breadcrumbs a:hover {
  opacity: 1;
}

/* ── ACCORDIONS ──────────────────────────────────────────── */

.accordion summary {
  font-size: 0.88em;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 16px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.accordion__content {
  font-size: 0.92em;
  line-height: 1.7;
  opacity: 0.7;
  padding: 16px 0;
}

/* ── SCROLLBAR — minimaliste ──────────────────────────────── */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 26, 0.15);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 26, 26, 0.3);
}

/* ── SELECTION ────────────────────────────────────────────── */

::selection {
  background: rgba(26, 26, 26, 0.08);
  color: #1a1a1a;
}

/* ── FOCUS STATES — accessibles mais discrets ────────────── */

*:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

/* ── DIVIDERS ─────────────────────────────────────────────── */

hr {
  border: none;
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}

/* ── MOBILE REFINEMENTS ──────────────────────────────────── */

@media screen and (max-width: 749px) {
  h1, .h1 {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }

  .button,
  button.button,
  .product-form__submit {
    padding: 14px 24px;
    font-size: 0.78em;
  }

  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .card__heading,
  .card__heading a {
    font-size: 0.85em;

    /* ── CUSTOMIZER BLOCK DETECTION FIX ── */

.shopify-design-mode .product__info-container > * {
  min-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
  }
}