/* ═══════════ Mimimsn — design marketplace ═══════════ */
:root {
  --brand: #f25c05;
  --brand-dark: #d14f04;
  --brand-soft: #fff1e8;
  --navy: #102a43;
  --navy-2: #243b53;
  --ink: #1f2933;
  --muted: #627d98;
  --bg: #faf8f5;
  --card: #ffffff;
  --line: #e8e2da;
  --success: #0c8b51;
  --success-dark: #0a7444;
  --danger: #d64545;
  --radius: 14px;
  --shadow: 0 1px 3px rgba(16, 42, 67, 0.07), 0 6px 18px rgba(16, 42, 67, 0.06);
  --shadow-lg: 0 8px 30px rgba(16, 42, 67, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 0.5em; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 1rem; }
.container-narrow { max-width: 860px; }

/* ─── Header ─── */
.header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  padding-top: 0.7rem; padding-bottom: 0.7rem;
  flex-wrap: wrap;
}
.logo { display: flex; align-items: center; gap: 0.45rem; font-weight: 800; font-size: 1.35rem; }
.logo-mark {
  width: 2.1rem; height: 2.1rem; border-radius: 0.65rem;
  background: linear-gradient(135deg, var(--brand), #ff8c42);
  color: #fff; display: grid; place-items: center;
  font-size: 1.3rem; font-weight: 800;
}
.logo-text { color: var(--navy); letter-spacing: -0.5px; }

.search {
  flex: 1; min-width: 200px; display: flex;
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 999px;
  overflow: hidden; transition: border-color 0.15s;
}
.search:focus-within { border-color: var(--brand); }
.search input {
  flex: 1; border: 0; background: transparent; padding: 0.6rem 1.1rem;
  font: inherit; font-size: 0.95rem; outline: none; min-width: 0;
}
.search button {
  border: 0; background: var(--brand); color: #fff;
  padding: 0 1.1rem; cursor: pointer; display: grid; place-items: center;
}
.header-nav { display: flex; align-items: center; gap: 0.4rem; }
.nav-link {
  padding: 0.45rem 0.8rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem;
  color: var(--navy-2);
}
.nav-link:hover { background: var(--bg); }
.nav-link-sell { color: var(--brand); }
.cart-btn {
  position: relative; display: grid; place-items: center;
  width: 2.6rem; height: 2.6rem; border-radius: 999px;
  background: var(--navy); color: #fff;
}
.cart-count {
  position: absolute; top: -4px; right: -4px;
  background: var(--brand); color: #fff; font-size: 0.7rem; font-weight: 800;
  min-width: 1.15rem; height: 1.15rem; border-radius: 999px;
  display: grid; place-items: center; padding: 0 0.25rem;
  border: 2px solid #fff;
}

/* ─── Boutons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border: 0; cursor: pointer; font: inherit; font-weight: 700;
  padding: 0.6rem 1.2rem; border-radius: 999px; font-size: 0.95rem;
  transition: transform 0.1s, box-shadow 0.15s, background 0.15s;
}
.btn:active { transform: scale(0.97); }
.btn-lg { padding: 0.85rem 1.7rem; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 4px 14px rgba(242, 92, 5, 0.35); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-success { background: var(--success); color: #fff; box-shadow: 0 4px 14px rgba(12, 139, 81, 0.3); }
.btn-success:hover { background: var(--success-dark); }
.btn-ghost { background: transparent; color: var(--navy); border: 2px solid var(--line); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-ghost-light { background: rgba(255,255,255,0.14); color: #fff; border: 1.5px solid rgba(255,255,255,0.4); }
.btn-light { background: #fff; color: var(--brand-dark); }
.btn-add {
  width: 100%; background: var(--brand-soft); color: var(--brand-dark);
  font-size: 0.88rem; padding: 0.55rem;
}
.btn-add:hover:not(:disabled) { background: var(--brand); color: #fff; }
.btn-add:disabled { opacity: 0.55; cursor: not-allowed; }

/* ─── Héros ─── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, #33536f 100%);
  color: #fff; overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: center;
  padding-top: 3.5rem; padding-bottom: 3.5rem;
}
.hero-eyebrow {
  display: inline-block; background: rgba(255,255,255,0.12);
  padding: 0.35rem 0.9rem; border-radius: 999px; font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 800; letter-spacing: -1px; }
.hero p { font-size: 1.1rem; color: #d9e2ec; max-width: 34rem; }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin: 1.5rem 0 1.2rem; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.4); }
.hero-trust { display: flex; gap: 1.2rem; flex-wrap: wrap; font-size: 0.88rem; color: #bcccdc; font-weight: 600; }
.hero-art { position: relative; height: 280px; }
.hero-bubble {
  position: absolute; display: grid; place-items: center;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 28%; font-size: 2.6rem;
  animation: float 5s ease-in-out infinite;
}
.hb1 { width: 110px; height: 110px; top: 8%; left: 12%; }
.hb2 { width: 84px; height: 84px; top: 56%; left: 0; animation-delay: 1.2s; }
.hb3 { width: 130px; height: 130px; top: 30%; right: 8%; animation-delay: 0.6s; }
.hb4 { width: 76px; height: 76px; bottom: 0; right: 30%; animation-delay: 1.8s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ─── Sections ─── */
.section { padding: 2.6rem 0; }
.section-alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { font-size: 1.5rem; font-weight: 800; color: var(--navy); letter-spacing: -0.4px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.section-more { color: var(--brand); font-weight: 700; font-size: 0.95rem; white-space: nowrap; }

/* ─── Chips catégories ─── */
.chips { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.chips-scroll { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.5rem; margin-bottom: 1rem; scrollbar-width: thin; }
.chip {
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 0.45rem 1rem; font-weight: 600; font-size: 0.92rem; white-space: nowrap;
  transition: border-color 0.15s, color 0.15s;
}
.chip:hover { border-color: var(--brand); color: var(--brand-dark); }
.chip small { color: var(--muted); font-weight: 500; }
.chip-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip-active small { color: #bcccdc; }

/* ─── Grille produits ─── */
.grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}
.card {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform 0.15s, box-shadow 0.15s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card-media { position: relative; aspect-ratio: 1; background: #f1ede7; display: grid; place-items: center; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-noimg { font-size: 3rem; opacity: 0.45; }
.card-noimg-lg { font-size: 6rem; }
.badge {
  position: absolute; top: 0.6rem; left: 0.6rem;
  font-size: 0.72rem; font-weight: 800; padding: 0.22rem 0.6rem; border-radius: 999px;
  color: #fff; text-transform: uppercase; letter-spacing: 0.4px;
}
.badge-promo { background: var(--brand); }
.badge-out { background: var(--muted); }
.badge-low { background: #b7791f; }
.card-body { padding: 0.75rem; display: flex; flex-direction: column; gap: 0.3rem; flex: 1; }
.card-title {
  font-weight: 700; font-size: 0.92rem; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.4em;
}
.card-title:hover { color: var(--brand-dark); }
.card-seller { font-size: 0.78rem; color: var(--muted); }
.card-seller:hover { color: var(--brand-dark); }
.card-price { display: flex; align-items: baseline; gap: 0.45rem; margin-top: auto; padding-top: 0.3rem; }
.price { color: var(--success-dark); font-weight: 800; }
.price-lg { font-size: 1.6rem; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: 0.85em; }
.price-save {
  background: var(--brand-soft); color: var(--brand-dark);
  font-weight: 800; font-size: 0.8rem; padding: 0.15rem 0.5rem; border-radius: 999px;
}

/* ─── Étapes / arguments ─── */
.steps, .perks { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin-top: 1.4rem; }
.step, .perk {
  background: var(--card); border-radius: var(--radius); padding: 1.5rem;
  box-shadow: var(--shadow);
}
.step-num {
  display: inline-grid; place-items: center; width: 2.4rem; height: 2.4rem;
  background: var(--brand); color: #fff; border-radius: 999px;
  font-weight: 800; font-size: 1.1rem; margin-bottom: 0.8rem;
}
.step h3, .perk h3 { font-size: 1.05rem; }
.step p, .perk p { color: var(--muted); font-size: 0.92rem; margin: 0; }

/* ─── Vendeurs ─── */
.seller-grid { display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.seller-card {
  display: flex; align-items: center; gap: 0.85rem;
  background: var(--card); border-radius: var(--radius); padding: 0.9rem 1.1rem;
  box-shadow: var(--shadow); transition: transform 0.15s, box-shadow 0.15s;
}
.seller-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.seller-card strong { display: block; color: var(--navy); }
.seller-card small, .seller-card p { color: var(--muted); font-size: 0.83rem; margin: 0; }
.seller-card-big { align-items: flex-start; padding: 1.2rem; }
.seller-logo { width: 3rem; height: 3rem; border-radius: 0.8rem; object-fit: cover; flex-shrink: 0; }
.seller-initial {
  width: 3rem; height: 3rem; border-radius: 0.8rem; flex-shrink: 0;
  display: grid; place-items: center; font-weight: 800; font-size: 1.3rem;
  background: var(--brand-soft); color: var(--brand-dark); text-transform: uppercase;
}
.seller-initial-lg { width: 4.2rem; height: 4.2rem; font-size: 2rem; }
.seller-card-inline { margin-top: 1.4rem; }
.seller-card-arrow { margin-left: auto; color: var(--brand); font-weight: 800; }

/* ─── CTA vendeur ─── */
.cta-sell {
  margin: 2.5rem 0 0;
  background: linear-gradient(120deg, var(--brand), #ff8c42);
  color: #fff;
}
.cta-sell-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  flex-wrap: wrap; padding-top: 2.6rem; padding-bottom: 2.6rem;
}
.cta-sell h2 { font-size: 1.7rem; }
.cta-sell p { margin: 0; max-width: 36rem; opacity: 0.95; }

/* ─── Pages ─── */
.breadcrumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.9rem; }
.breadcrumb a:hover { color: var(--brand-dark); }
.page-title { font-size: 1.7rem; font-weight: 800; color: var(--navy); }
.page-count { color: var(--muted); font-weight: 600; font-size: 0.95rem; margin-left: 0.5rem; }
.page-sub { color: var(--muted); margin-top: -0.4rem; margin-bottom: 1.4rem; }
.pagination { display: flex; gap: 0.4rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }
.page-link {
  min-width: 2.4rem; height: 2.4rem; display: grid; place-items: center;
  background: #fff; border: 1.5px solid var(--line); border-radius: 0.7rem; font-weight: 700;
}
.page-link:hover { border-color: var(--brand); }
.page-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.empty { text-align: center; padding: 3.5rem 1rem; color: var(--muted); font-size: 1.05rem; }
.empty .btn { margin-top: 0.8rem; }
.err-code { font-size: 4.5rem; font-weight: 800; color: var(--line); margin: 0; line-height: 1; }

/* ─── Fiche produit ─── */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.2rem; margin-top: 1rem; }
.gallery-main {
  position: relative; aspect-ratio: 1; background: #fff; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); display: grid; place-items: center;
}
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { display: flex; gap: 0.6rem; margin-top: 0.7rem; flex-wrap: wrap; }
.gallery-thumb {
  width: 4.2rem; height: 4.2rem; border-radius: 0.7rem; overflow: hidden;
  border: 2px solid var(--line); background: #fff; cursor: pointer; padding: 0;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb-active { border-color: var(--brand); }
.product-brand { color: var(--muted); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.6px; }
.product-name { font-size: 1.65rem; font-weight: 800; color: var(--navy); margin: 0.2rem 0 0.6rem; }
.product-price { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
.product-stock { font-weight: 700; font-size: 0.92rem; }
.stock-ok { color: var(--success-dark); }
.stock-out { color: var(--danger); }
.product-buy { display: flex; gap: 0.8rem; margin: 0.9rem 0 0.7rem; flex-wrap: wrap; }
.btn-buy { flex: 1; min-width: 200px; }
.qty-picker {
  display: flex; align-items: center; border: 1.5px solid var(--line);
  border-radius: 999px; overflow: hidden; background: #fff;
}
.qty-picker button {
  border: 0; background: transparent; width: 2.6rem; height: 2.9rem;
  font-size: 1.2rem; cursor: pointer; font-weight: 700; color: var(--navy);
}
.qty-picker button:hover { background: var(--bg); }
.qty-picker input {
  width: 3rem; border: 0; text-align: center; font: inherit; font-weight: 700; outline: none;
  -moz-appearance: textfield;
}
.qty-picker input::-webkit-outer-spin-button, .qty-picker input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty-picker-sm span { min-width: 2rem; text-align: center; font-weight: 700; }
.qty-picker-sm button { height: 2.2rem; width: 2.2rem; font-size: 1rem; }
.product-trust { display: flex; gap: 1rem; flex-wrap: wrap; color: var(--muted); font-size: 0.85rem; font-weight: 600; margin: 0.8rem 0; }
.product-highlights { list-style: none; padding: 1rem 1.2rem; margin: 0.8rem 0; background: var(--brand-soft); border-radius: var(--radius); }
.product-highlights li { padding: 0.18rem 0; font-weight: 600; color: var(--brand-dark); }
.product-desc h2 { font-size: 1.1rem; margin-top: 1.2rem; }
.product-desc p { color: var(--navy-2); white-space: pre-line; }

/* ─── Page vendeur ─── */
.seller-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  background-size: cover; background-position: center;
  color: #fff;
}
.seller-hero-inner { display: flex; gap: 1.4rem; align-items: flex-start; padding: 2.6rem 1rem; }
.seller-hero h1 { font-size: 1.9rem; font-weight: 800; margin-bottom: 0.2rem; }
.seller-hero-logo { width: 4.2rem; height: 4.2rem; border-radius: 1rem; object-fit: cover; background: #fff; }
.seller-hero-title { font-weight: 700; color: #ffd9bd; margin: 0 0 0.2rem; }
.seller-hero-desc { color: #d9e2ec; max-width: 40rem; margin: 0.2rem 0 0.6rem; }
.seller-meta { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.85rem; color: #bcccdc; font-weight: 600; margin-bottom: 0.9rem; }
.seller-contact { display: flex; gap: 0.7rem; flex-wrap: wrap; }

/* ─── Panier / commande ─── */
.cart-list { display: flex; flex-direction: column; gap: 0.8rem; }
.cart-row {
  display: flex; gap: 0.9rem; align-items: center;
  background: var(--card); border-radius: var(--radius); padding: 0.8rem;
  box-shadow: var(--shadow);
}
.cart-row-img {
  width: 4.4rem; height: 4.4rem; border-radius: 0.7rem; overflow: hidden;
  background: #f1ede7; display: grid; place-items: center; font-size: 1.8rem; flex-shrink: 0;
}
.cart-row-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-row-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.1rem; }
.cart-row-name { font-weight: 700; font-size: 0.95rem; }
.cart-row-info small { color: var(--muted); }
.cart-row-actions { display: flex; align-items: center; gap: 0.6rem; }
.cart-remove { border: 0; background: transparent; font-size: 1.1rem; cursor: pointer; opacity: 0.6; }
.cart-remove:hover { opacity: 1; }
.cart-total {
  display: flex; justify-content: space-between; align-items: center;
  margin: 1.2rem 0 0.4rem; padding: 1rem 1.2rem;
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  font-weight: 700;
}
.cart-loading { color: var(--muted); padding: 2rem 0; text-align: center; }

.checkout-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.6rem; align-items: start; }
.checkout-form, .checkout-summary {
  background: var(--card); border-radius: var(--radius); padding: 1.5rem;
  box-shadow: var(--shadow);
}
.checkout-form h2, .checkout-summary h2 { font-size: 1.15rem; }
.checkout-form label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 1rem; }
.checkout-form input, .checkout-form textarea {
  width: 100%; margin-top: 0.35rem; padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--line); border-radius: 0.7rem;
  font: inherit; font-weight: 500; outline: none; transition: border-color 0.15s;
  background: var(--bg);
}
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--brand); }
.phone-row { display: flex; gap: 0.5rem; margin-top: 0.35rem; }
.phone-row input { margin-top: 0; flex: 1; min-width: 0; }
.phone-dial {
  flex-shrink: 0; padding: 0.7rem 0.5rem; border: 1.5px solid var(--line);
  border-radius: 0.7rem; background: var(--bg); font: inherit; font-weight: 600;
  outline: none; cursor: pointer;
}
.phone-dial:focus { border-color: var(--brand); }
.checkout-error { color: var(--danger); font-weight: 700; }
.checkout-reassure { text-align: center; color: var(--muted); font-size: 0.88rem; margin-top: 0.8rem; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; font-size: 0.93rem; border-bottom: 1px dashed var(--line); }
.summary-total { border-bottom: 0; margin-top: 0.4rem; font-size: 1.05rem; }
.summary-note { color: var(--muted); font-size: 0.83rem; }

/* ─── Merci ─── */
.thanks-card { text-align: center; padding: 2.5rem 1rem; }
.thanks-icon { font-size: 3.6rem; }
.thanks-card h1 { font-size: 1.8rem; color: var(--navy); }
.thanks-order {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--card); border-radius: var(--radius); padding: 1rem 1.3rem;
  box-shadow: var(--shadow); margin: 0.8rem auto; max-width: 560px; text-align: left;
  flex-wrap: wrap;
}
.thanks-order small { display: block; color: var(--muted); }
.thanks-actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }

/* ─── Toast ─── */
.toast {
  position: fixed; left: 50%; bottom: 1.4rem; transform: translate(-50%, 150%);
  background: var(--navy); color: #fff; padding: 0.8rem 1.3rem; border-radius: 999px;
  font-size: 0.92rem; box-shadow: var(--shadow-lg); z-index: 100;
  transition: transform 0.25s ease; max-width: calc(100vw - 2rem); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.toast a { color: #ffb27d; font-weight: 700; }
.toast-show { transform: translate(-50%, 0); }

/* ─── Footer ─── */
.footer { background: var(--navy); color: #d9e2ec; margin-top: 3rem; }
.footer-grid {
  display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 2.6rem 1rem 1.6rem;
}
.footer h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: #829ab1; }
.footer a { display: block; padding: 0.18rem 0; font-size: 0.93rem; }
.footer a:hover { color: #fff; }
.footer-logo .logo-text { color: #fff; }
.footer-tagline { font-size: 0.9rem; color: #9fb3c8; }
.footer-trust { font-size: 0.9rem; line-height: 1.9; margin: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.1rem 1rem; font-size: 0.82rem; color: #829ab1;
}
.footer-bottom a { display: inline; color: #bcccdc; }

/* ─── Responsive ─── */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 2.4rem; padding-bottom: 2.4rem; }
  .hero-art { display: none; }
  .product-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { order: -1; }
  .seller-hero-inner { flex-direction: column; }
}
@media (max-width: 560px) {
  .header-inner { gap: 0.6rem; }
  .search { order: 3; flex-basis: 100%; }
  .nav-link { display: none; }
  .nav-link-sell { display: inline-flex; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
  .section { padding: 1.8rem 0; }
  .cart-row { flex-wrap: wrap; }
  .cart-row-actions { width: 100%; justify-content: flex-end; }
}
