/** Shopify CDN: Minification failed

Line 299:0 Unexpected "}"

**/
:root {
  --mageek-dark: #1E1139;
  --mageek-lavender: #D5CBE5;
  --mageek-green-light: #B4D396;
  --mageek-green-accent: #86B864;
  --mageek-teal: #1C7F79;
  --mageek-teal-hover: #15615C;
  --mageek-white: #FFFFFF;
  --mageek-text-dark: #333333;
  --mageek-text-light: #F4F1F8;

  --border-radius-card: 20px;
  --border-radius-pill: 50px;
}

/* Full Width Reset for Custom Sections (Craft Theme often wraps sections) */
.shopify-section:has(.mageek-hero) {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Base Tweak — fond magique immersif (image injectée via theme.liquid) */
body {
  background-color: var(--mageek-dark);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

/* Overlay sombre sur le fond pour lisibilité */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 17, 57, 0.55);
  z-index: 0;
  pointer-events: none;
}

/* Tout le contenu au-dessus de l'overlay */
body > * {
  position: relative;
  z-index: 1;
}

/* ========================================
   0-bis. Étoiles sur toute la page
   ======================================== */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(2px 2px at 5% 15%, rgba(255, 255, 255, 0.7) 0%, transparent 100%),
    radial-gradient(2px 2px at 12% 60%, rgba(212, 175, 55, 0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 20% 35%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 28% 80%, rgba(213, 203, 229, 0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 35% 20%, rgba(212, 175, 55, 0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 42% 55%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 50% 90%, rgba(212, 175, 55, 0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 58% 10%, rgba(255, 255, 255, 0.7) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 65% 45%, rgba(213, 203, 229, 0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 72% 70%, rgba(212, 175, 55, 0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 80% 25%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 88% 50%, rgba(212, 175, 55, 0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 95% 75%, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  animation: mageek-twinkle 5s ease-in-out infinite;
}

/* ========================================
   0. Header compact — style ClubRetro
   ======================================== */

/* Announcement bar slim */
.utility-bar {
  padding: 6px 0 !important;
}

.announcement-bar__message {
  font-size: 1.1rem !important;
}

/* Header — compact one-line */
.section-header .header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  align-items: center;
}

/* Logo petit */
.header__heading-logo-wrapper {
  max-width: 70px !important;
}

.header__heading-logo {
  border-radius: 12px;
}

/* Menu items */
.header__inline-menu .header__menu-item,
.header__inline-menu .header__menu-item span,
.list-menu__item {
  font-size: 1.25rem !important;
}

/* Header transparent — fond visible à travers */
.section-header {
  position: relative;
  overflow: hidden;
}

.header-wrapper {
  border-bottom: none !important;
  background: transparent !important;
  transition: background 0.4s ease;
}

/* Quand on scroll — fond dégradé bien visible */
.shopify-section-header-sticky .header-wrapper {
  background: linear-gradient(
    180deg,
    rgba(30, 17, 57, 0.95) 0%,
    rgba(30, 17, 57, 0.85) 60%,
    rgba(30, 17, 57, 0.4) 100%
  ) !important;
}

/* Announcement bar transparent */
.utility-bar,
.announcement-bar-section {
  background: transparent !important;
}

.utility-bar .color-scheme-b631af92-ed16-4740-8a1a-543269ce9341,
.utility-bar [class*="color-scheme"] {
  background: transparent !important;
}

/* ========================================
   0-ter. Tuiles produit — glassmorphism
   ======================================== */

/* Le main content */
.content-for-layout {
  padding: 40px 0;
}

/* Collection hero title */
.collection-hero__title {
  font-family: 'Cinzel Decorative', serif !important;
  color: var(--mageek-lavender) !important;
  font-size: 3.2rem !important;
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.15);
  animation: mageek-titleGlow 4s ease-in-out infinite;
}

/* Filter bar */
.collection .facets-container,
.collection .active-facets {
  color: var(--mageek-lavender) !important;
}

.collection .facet-filters__label,
.collection .facets__summary span,
.collection .facets__selected {
  color: var(--mageek-text-light) !important;
  font-size: 1rem !important;
}

.collection .product-count__text {
  color: rgba(213, 203, 229, 0.6) !important;
}

/* Collection wrapper */
.content-for-layout .collection {
  background: transparent !important;
  max-width: 1200px;
  width: 100%;
}

/* ========================================
   Cartes produit — Galerie magique
   ======================================== */

/* Reset total Shopify */
.card-wrapper,
.product-card-wrapper {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible;
  position: relative;
}

.card-wrapper .card,
.card-wrapper .card--card,
.card-wrapper .card--standard,
.product-card-wrapper .card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.card-wrapper .card::before,
.card-wrapper .card::after,
.card-wrapper .card--card::before,
.card-wrapper .card--card::after,
.card-wrapper .card--standard::before,
.card-wrapper .card--standard::after {
  content: none !important;
  display: none !important;
}

/* ---- Image : tuiles rectangulaires ---- */
.card-wrapper .card__inner {
  border-radius: var(--border-radius-card) !important;
  overflow: hidden !important;
  position: relative;
  aspect-ratio: 4/3 !important;
  border: 1px solid rgba(212, 175, 55, 0.15);
  background: rgba(30, 17, 57, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25),
              0 0 10px rgba(212, 175, 55, 0.08);
  transition: border-color 0.3s ease,
              box-shadow 0.3s ease,
              transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 0 !important;
}

.card-wrapper .card__media {
  border-radius: var(--border-radius-card) !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.card-wrapper .card__media .media,
.card-wrapper .card__inner .media {
  border-radius: var(--border-radius-card) !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
}

.card-wrapper .card__media img,
.card-wrapper .card__inner img {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              filter 0.4s ease !important;
}

/* ---- Hover magique ---- */
.card-wrapper:hover .card__inner {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3),
              0 0 25px rgba(212, 175, 55, 0.2),
              0 0 50px rgba(212, 175, 55, 0.08);
  transform: translateY(-8px);
}

.card-wrapper:hover .card__inner img {
  transform: scale(1.05) !important;
  filter: brightness(1.08);
}
}

/* ---- Texte sous le cercle ---- */
.card-wrapper .card__content,
.card-wrapper .card-information {
  background: transparent !important;
  padding: 18px 5px 10px !important;
  text-align: center;
}

.card-wrapper .card__heading,
.card-wrapper .card__heading a,
.card-information__text,
.card-information__text a {
  color: var(--mageek-text-light) !important;
  text-decoration: none !important;
  font-family: 'Cinzel Decorative', serif !important;
  font-size: 0.9rem !important;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  line-height: 1.4;
}

.card-wrapper:hover .card__heading a {
  color: #D4AF37 !important;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

.card-wrapper .price,
.card-wrapper .price-item {
  color: #D4AF37 !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}

/* ---- Badge "Épuisé" ---- */
.card-wrapper .card__badge {
  position: absolute !important;
  bottom: -12px !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  z-index: 10 !important;
  overflow: visible !important;
}

.card-wrapper .badge {
  background: rgba(30, 17, 57, 0.9) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  color: #D4AF37 !important;
  border-radius: var(--border-radius-pill) !important;
  font-size: 1.1rem !important;
  padding: 10px 28px !important;
  letter-spacing: 0.1em;
  font-weight: 600;
  z-index: 10;
  white-space: nowrap;
  display: inline-block !important;
}

/* Permettre au badge de dépasser du cercle */
.card-wrapper .card__inner {
  overflow: visible !important;
}

/* Masquer le fond de la section collection */
[class*="color-scheme"] {
  --color-background: transparent;
}

.content-for-layout [class*="color-scheme"]:not(.header-wrapper):not(.utility-bar) {
  background: transparent !important;
}

/* Hero Section */
.mageek-hero {
  background-color: var(--mageek-dark);
  color: var(--mageek-text-light);
  text-align: center;
  padding: 40px 20px 0;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.mageek-hero__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.mageek-hero__title {
  font-family: inherit;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--mageek-text-light);
}

.mageek-hero__button {
  background-color: var(--mageek-teal);
  color: var(--mageek-white);
  padding: 15px 40px;
  border-radius: var(--border-radius-pill);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-size: 1.25rem;
}

.mageek-hero__button:hover {
  background-color: var(--mageek-teal-hover);
  color: var(--mageek-white);
}

.mageek-hero__image-wrapper {
  margin-bottom: 40px;
}

.mageek-hero__image {
  max-width: 100%;
  height: auto;
}

/* Circles in Hero */
.mageek-hero__decoration {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 15px solid rgba(213, 203, 229, 0.2);
  z-index: 1;
}

.mageek-hero__decoration--left {
  bottom: -50px;
  left: -150px;
}

.mageek-hero__decoration--right {
  bottom: 0px;
  right: -150px;
  border-color: rgba(180, 211, 150, 0.2);
}

/* Transition Vague vers la section suivante */
.mageek-wave {
  width: 100vw;
  /* full viewport width */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  background-color: transparent;
  display: block;
  margin-top: -1px;
  /* Remove any 1px gap */
}

.mageek-wave svg {
  display: block;
  width: calc(100% + 1.3px);
  height: auto;
  margin: 0;
  padding: 0;
}

/* Services Section */
.mageek-services {
  background-color: var(--mageek-lavender);
  padding: 80px 20px;
  text-align: center;
}

.mageek-services__title {
  color: var(--mageek-dark);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.mageek-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mageek-services__grid {
    grid-template-columns: 1fr;
  }
}

.mageek-service-card {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-card);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--mageek-dark);
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.mageek-service-card--has-image {
  padding: 0;
  background-color: var(--mageek-white);
}

.mageek-service-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.6);
}

.mageek-service-card--has-image:hover {
  background-color: var(--mageek-white);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mageek-service-card__image-container {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.mageek-service-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mageek-service-card__content {
  padding: 20px;
  width: 100%;
  text-align: center;
}

.mageek-service-card__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--mageek-dark);
  border-radius: 50%;
}

.mageek-service-card__icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--mageek-dark);
  fill: none;
}

.mageek-service-card__title {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.mageek-service-card__subtitle {
  font-size: 1.05rem;
  color: #666;
  margin: 8px 0 0 0;
}

/* ========================================
   6C. Global details
   ======================================== */
::selection {
  background-color: var(--mageek-lavender);
  color: var(--mageek-dark);
}

html {
  scroll-behavior: smooth;
}

/* ========================================
   6D. Accessibilité — prefers-reduced-motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   KEYFRAMES
   ======================================== */
@keyframes mageek-breathe {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.04); opacity: 0.35; }
}

@keyframes mageek-fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mageek-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes mageek-twinkle {
  0%, 100% { opacity: 0.25; transform: rotate(0deg); }
  50% { opacity: 0.6; transform: rotate(15deg); }
}

@keyframes mageek-waveSway {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

@keyframes mageek-cardFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mageek-slideFromLeft {
  0% { opacity: 0; transform: translateX(-120px) rotate(-5deg); }
  60% { opacity: 0.8; transform: translateX(15px) rotate(1deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0); }
}

@keyframes mageek-fadeIn {
  0% { opacity: 0; transform: scale(0.8); filter: blur(8px); }
  50% { opacity: 0.6; transform: scale(1.02); filter: blur(2px); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes mageek-slideFromRight {
  0% { opacity: 0; transform: translateX(120px) rotate(5deg); }
  60% { opacity: 0.8; transform: translateX(-15px) rotate(-1deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0); }
}

/* ========================================
   1A. Hero — Cercles décoratifs animés
   ======================================== */
.mageek-hero__decoration--left {
  animation: mageek-breathe 8s ease-in-out infinite;
}

.mageek-hero__decoration--right {
  animation: mageek-breathe 8s ease-in-out infinite;
  animation-delay: 4s;
}

/* ========================================
   1B. Hero — Entrée en scène fade-up
   ======================================== */
.mageek-hero__image-wrapper {
  opacity: 0;
  animation: mageek-fadeUp 0.8s ease-out 0.1s forwards;
}

.mageek-hero__title {
  opacity: 0;
  animation: mageek-fadeUp 0.8s ease-out 0.3s forwards;
}

.mageek-hero__button {
  opacity: 0;
  animation: mageek-fadeUp 0.8s ease-out 0.6s forwards;
}

/* ========================================
   1C. Hero — Bouton CTA shimmer au hover
   ======================================== */
.mageek-hero__button {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
    110deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: -200% center;
  transition: background-color 0.3s ease, background-position 0s;
}

.mageek-hero__button:hover {
  animation: mageek-shimmer 0.8s ease-in-out;
}

/* ========================================
   1D. Hero — Sparkles SVG
   ======================================== */
.mageek-hero__sparkle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  animation: mageek-twinkle ease-in-out infinite;
}

.mageek-hero__sparkle--1 {
  top: 15%;
  right: 12%;
  width: 14px;
  height: 14px;
  animation-duration: 4s;
  color: var(--mageek-lavender);
}

.mageek-hero__sparkle--2 {
  top: 60%;
  left: 8%;
  width: 10px;
  height: 10px;
  animation-duration: 5s;
  animation-delay: 1.5s;
  color: var(--mageek-green-light);
}

.mageek-hero__sparkle--3 {
  bottom: 20%;
  right: 20%;
  width: 8px;
  height: 8px;
  animation-duration: 6s;
  animation-delay: 3s;
  color: var(--mageek-lavender);
}

/* ========================================
   2A. Cartes services — hover enrichi
   ======================================== */
.mageek-service-card {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
              background-color 0.3s ease,
              box-shadow 0.3s ease;
}

.mageek-service-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(213, 203, 229, 0.5);
}

.mageek-service-card--has-image:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(213, 203, 229, 0.5);
}

/* ========================================
   2B. Cartes services — icône micro-rotation hover
   ======================================== */
.mageek-service-card__icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
              border-color 0.3s ease;
}

.mageek-service-card:hover .mageek-service-card__icon {
  transform: rotate(8deg) scale(1.05);
  border-color: var(--mageek-teal);
}

.mageek-service-card:hover .mageek-service-card__icon svg {
  stroke: var(--mageek-teal);
  transition: stroke 0.3s ease;
}

/* ========================================
   2C. Cartes services — image zoom hover
   ======================================== */
.mageek-service-card__image {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mageek-service-card:hover .mageek-service-card__image {
  transform: scale(1.05);
}

/* ========================================
   2D. Cartes services — apparition cascade
   ======================================== */
.mageek-service-card {
  opacity: 0;
  animation: mageek-cardFadeUp 0.6s ease-out forwards;
  animation-delay: calc(var(--card-index, 0) * 0.15s);
}

/* ========================================
   3A. Header — underline enchantée + glow
   ======================================== */
.header__inline-menu .header__menu-item,
.header__inline-menu .header__menu-item:hover,
.header__inline-menu .header__menu-item span,
.header__inline-menu .header__menu-item:hover span {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: unset !important;
  text-decoration-thickness: 0 !important;
}

.header__inline-menu .header__menu-item {
  position: relative;
  padding-bottom: 6px;
}

.header__inline-menu .header__menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6),
              0 0 20px rgba(212, 175, 55, 0.3);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 2px;
}

.header__inline-menu .header__menu-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* ========================================
   3A-bis. Séparateurs losange doré
   ======================================== */
.header__inline-menu .list-menu--inline {
  align-items: center;
}

.header__inline-menu .list-menu--inline > li {
  display: flex;
  align-items: center;
}

.header__inline-menu .list-menu--inline > li + li::before {
  content: '◆';
  color: #D4AF37;
  font-size: 0.45rem;
  opacity: 0.5;
  margin: 0 0.6rem;
  flex-shrink: 0;
  animation: mageek-twinkle 4s ease-in-out infinite;
}

/* ========================================
   3A-ter. Lettres qui lévitent au hover
   ======================================== */
@keyframes mageek-letterFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.header__inline-menu .header__menu-item span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.header__inline-menu .header__menu-item:hover span {
  animation: mageek-letterFloat 0.6s ease-in-out;
}

/* ========================================
   3A-quater. Lien actif — glow permanent
   ======================================== */
.header__inline-menu .header__menu-item[aria-current="page"],
.header__inline-menu .header__menu-item.header__active-menu-item {
  color: #D4AF37 !important;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

.header__inline-menu .header__menu-item[aria-current="page"]::after,
.header__inline-menu .header__active-menu-item::after {
  transform: translateX(-50%) scaleX(0.6);
  opacity: 0.7;
}

/* ========================================
   3B. Header — ombre lumineuse sticky
   ======================================== */
.shopify-section-header-sticky {
  transition: box-shadow 0.4s ease;
}

.shopify-section-header-sticky .header-wrapper {
  border-bottom: none !important;
  box-shadow: 0 2px 20px rgba(213, 203, 229, 0.35);
  transition: box-shadow 0.4s ease;
}

/* ========================================
   3C. Header — bulle panier teal
   ======================================== */
.cart-count-bubble {
  background-color: var(--mageek-teal) !important;
  color: var(--mageek-white) !important;
}

/* ========================================
   4A. Vague — balancement horizontal
   ======================================== */
.mageek-wave svg {
  animation: mageek-waveSway 12s ease-in-out infinite;
}

/* ========================================
   4B. Vague — cercle pulse
   ======================================== */
.mageek-wave svg circle {
  animation: mageek-breathe 8s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

/* ========================================
   5A. Footer — fond dark + typo
   ======================================== */
.footer {
  background-color: var(--mageek-dark) !important;
  color: var(--mageek-text-light);
  position: relative;
}

.footer h2,
.footer .footer__heading,
.footer .footer-block__heading {
  font-family: 'Cinzel Decorative', 'Cinzel', serif;
  color: var(--mageek-lavender) !important;
}

.footer a {
  color: var(--mageek-text-light);
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #D4AF37;
}

/* ========================================
   5B. Footer — vague CSS au-dessus
   ======================================== */
.shopify-section:has(.footer),
.footer {
  position: relative;
}

.shopify-section:has(.footer)::before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'%3E%3Cpath fill='%231E1139' d='M0,25 C360,50 720,0 1080,25 C1260,37.5 1380,45 1440,40 L1440,50 L0,50 Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: -1px;
}

/* ========================================
   5C. Newsletter + Footer — champs stylisés
   ======================================== */
.newsletter .field__input,
.footer .field__input,
.newsletter-form__field-wrapper input[type="email"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--mageek-lavender);
  border-radius: var(--border-radius-pill);
  color: var(--mageek-text-light);
  padding: 12px 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter .field__input:focus,
.footer .field__input:focus,
.newsletter-form__field-wrapper input[type="email"]:focus {
  border-color: var(--mageek-teal);
  box-shadow: 0 0 0 2px rgba(28, 127, 121, 0.3);
  outline: none;
}

.newsletter .newsletter-form__button,
.newsletter .field__button,
.footer .newsletter-form__button,
.footer .field__button {
  background-color: var(--mageek-teal);
  color: var(--mageek-white);
  border-radius: var(--border-radius-pill);
  transition: background-color 0.3s ease;
}

.newsletter .newsletter-form__button:hover,
.newsletter .field__button:hover,
.footer .newsletter-form__button:hover,
.footer .field__button:hover {
  background-color: var(--mageek-teal-hover);
}

/* ========================================
   5D. Newsletter — titre et lien doré
   ======================================== */
.newsletter h2 {
  font-family: 'Cinzel Decorative', 'Cinzel', serif;
}

/* ========================================
   Rich Text — entrée animée
   ======================================== */
.rich-text__blocks {
  opacity: 0;
  animation: mageek-fadeUp 0.8s ease-out 0.2s forwards;
}

/* ========================================
   6A. Cartes produit — animations (voir section plus haut)
   ======================================== */

/* ========================================
   6B. Bouton "Ajouter au panier" brandé
   ======================================== */
.product-form__submit,
button[name="add"] {
  background-color: var(--mageek-teal) !important;
  color: var(--mageek-white) !important;
  border-radius: var(--border-radius-pill) !important;
  border: none !important;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
    110deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: -200% center;
  transition: background-color 0.3s ease;
}

.product-form__submit:hover,
button[name="add"]:hover {
  background-color: var(--mageek-teal-hover) !important;
  animation: mageek-shimmer 0.8s ease-in-out;
}

/* ========================================
   6C. Page produit — style magique
   ======================================== */

/* Zone info produit — fond glassmorphism */
.product .product__info-wrapper {
  background: rgba(30, 17, 57, 0.4) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: var(--border-radius-card);
  border: 1px solid rgba(212, 175, 55, 0.1);
  padding: 40px 35px !important;
  margin-left: 20px;
}

/* Nom du vendor */
.product__text .caption-with-letter-spacing {
  color: #D4AF37 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* Titre produit */
.product__title,
.product__title h1 {
  font-family: 'Cinzel Decorative', serif !important;
  color: var(--mageek-lavender) !important;
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.08);
}

/* Description */
.product__description,
.product__description p,
.product__description li,
.product .rte,
.product .rte p {
  color: var(--mageek-text-light) !important;
  font-size: 1.3rem !important;
  line-height: 1.8;
  opacity: 0.85;
}

/* Prix */
.product .price-item,
.product .price__regular .price-item--regular,
.product .price__sale .price-item--sale {
  color: #D4AF37 !important;
  font-size: 1.8rem !important;
  font-weight: 700;
}

.product .price__sale .price-item--regular {
  color: rgba(213, 203, 229, 0.4) !important;
  text-decoration: line-through;
  font-size: 1.2rem !important;
}

/* Taxes & expédition */
.product .price .caption,
.product .tax-note,
.product__tax,
.product .unit-price,
.product .shipping-policy-note a {
  color: rgba(213, 203, 229, 0.5) !important;
  font-size: 0.85rem !important;
}

.product .shipping-policy-note a {
  text-decoration: underline;
  transition: color 0.3s ease;
}

.product .shipping-policy-note a:hover {
  color: #D4AF37 !important;
}

/* Badge épuisé — page produit */
.product .product__badge,
.product .price__badge-sold-out,
.product .badge,
.price__badge-sold-out {
  background: rgba(30, 17, 57, 0.8) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  color: #D4AF37 !important;
  border-radius: var(--border-radius-pill) !important;
  padding: 6px 18px !important;
  font-size: 1rem !important;
  letter-spacing: 0.1em;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Variantes / sélecteurs */
.product .variant-input__label,
.product .product-form__label,
.product label {
  color: var(--mageek-lavender) !important;
  font-weight: 600;
}

.product .product-form__input input[type="radio"] + label {
  border-color: rgba(213, 203, 229, 0.2) !important;
  color: var(--mageek-text-light) !important;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.product .product-form__input input[type="radio"]:checked + label {
  border-color: #D4AF37 !important;
  background: rgba(212, 175, 55, 0.1) !important;
  color: #D4AF37 !important;
}

/* Quantité */
.product .quantity__input {
  color: var(--mageek-text-light) !important;
  border-color: rgba(213, 203, 229, 0.2) !important;
}

.product .quantity__button {
  color: var(--mageek-lavender) !important;
}

/* Bouton Épuisé (disabled) */
.product .product-form__submit[disabled],
.product .product-form__submit.disabled {
  background: rgba(213, 203, 229, 0.1) !important;
  color: rgba(213, 203, 229, 0.4) !important;
  border: 1px solid rgba(213, 203, 229, 0.15) !important;
}

/* Bouton Acheter maintenant */
.product .shopify-payment-button__button {
  border-radius: var(--border-radius-pill) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  background: transparent !important;
  color: var(--mageek-text-light) !important;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.product .shopify-payment-button__button:hover {
  border-color: #D4AF37 !important;
  background: rgba(212, 175, 55, 0.1) !important;
  color: #D4AF37 !important;
}

/* Image produit — arrondi + ombre */
.product .product__media-item {
  border-radius: var(--border-radius-card) !important;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.product .product__media-item img {
  border-radius: var(--border-radius-card) !important;
}

/* Thumbnails */
.product .thumbnail {
  border-radius: 12px !important;
  overflow: hidden;
  border: 2px solid transparent !important;
  transition: border-color 0.3s ease;
}

.product .thumbnail.is-active,
.product .thumbnail:hover {
  border-color: rgba(212, 175, 55, 0.5) !important;
}

/* Accordéons / collapsible */
.product .accordion summary,
.product .product__accordion .accordion__title {
  color: var(--mageek-lavender) !important;
  border-color: rgba(213, 203, 229, 0.1) !important;
}

.product .accordion .accordion__content,
.product .accordion .accordion__content p {
  color: var(--mageek-text-light) !important;
  opacity: 0.8;
}

/* Icônes */
.product .icon-accordion {
  color: #D4AF37 !important;
}

/* ========================================
   6D. Page Contact — style magique
   ======================================== */

/* Texte d'intro */
.contact .rich-text-section,
.contact + .shopify-section .rich-text-section,
section:has(+ section .contact) .rich-text__text,
section:has(+ section .contact) .rte p {
  color: var(--mageek-text-light) !important;
  font-size: 1.25rem !important;
  line-height: 1.8;
}

/* Conteneur du formulaire */
.contact {
  position: relative;
  max-width: 680px !important;
}

/* Champs du formulaire */
.contact .field,
.contact .field--with-error {
  position: relative;
}

.contact .field__input,
.contact .text-area.field__input {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 16px !important;
  color: var(--mageek-text-light) !important;
  font-size: 1.3rem !important;
  padding: 18px 20px !important;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  backdrop-filter: blur(10px);
}

.contact .field__input::placeholder {
  color: rgba(213, 203, 229, 0.4) !important;
}

.contact .field__label {
  color: rgba(213, 203, 229, 0.5) !important;
}

/* Pseudo-éléments Shopify — supprimer */
.contact .field::before,
.contact .field::after {
  content: none !important;
  display: none !important;
}

/* Focus magique */
.contact .field__input:focus,
.contact .text-area.field__input:focus {
  border-color: rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.12),
              0 0 50px rgba(134, 100, 214, 0.06) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  outline: none !important;
}

/* Textarea plus grand */
.contact .text-area.field__input {
  min-height: 180px !important;
  resize: vertical;
}

/* Labels des champs remplis */
.contact .field__input:not(:placeholder-shown) + .field__label,
.contact .field__input:focus + .field__label {
  color: #D4AF37 !important;
}

/* Bouton envoyer */
.contact .contact__button .button {
  background: var(--mageek-teal) !important;
  color: var(--mageek-white) !important;
  border: none !important;
  border-radius: var(--border-radius-pill) !important;
  padding: 16px 50px !important;
  font-size: 1.15rem !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact .contact__button .button:hover {
  background: var(--mageek-teal-hover) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(28, 127, 121, 0.25);
}

/* Titre des pages (Contact, etc.) */
h1.main-page-title,
h1.page-title,
.main-page-title.page-title {
  font-family: 'Cinzel Decorative', serif !important;
  color: var(--mageek-lavender) !important;
  font-size: 3.5rem !important;
  text-align: center;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.1);
  animation: mageek-titleGlow 4s ease-in-out infinite;
}

/* Texte d'intro des pages */
.rich-text__text p,
.rich-text .rte p,
.rich-text__blocks p,
.rich-text__blocks .rte p,
section .rich-text p,
.rich-text__text,
.rich-text .rte {
  color: var(--mageek-text-light) !important;
  font-size: 2.4rem !important;
  line-height: 1.8 !important;
}

/* ========================================
   6D-bis. Pages, Articles, Policies — texte lisible
   ======================================== */
/* Fond transparent pour les pages policies */
.shopify-policy,
.shopify-policy__container,
.shopify-policy__body,
[class*="shopify-policy"] {
  background: transparent !important;
  background-color: transparent !important;
}

.main-page-title,
.article-template__title,
.shopify-policy__title,
.shopify-policy h1,
.shopify-policy h2,
body .shopify-policy__title,
body [class*="policy"] h1,
body [class*="policy"] h2,
#MainContent h1,
#shopify-section-template--policy h1 {
  color: #ffffff !important;
  font-size: 3rem !important;
  font-weight: 700 !important;
}

.main-page-title + .rte,
.main-page-title + .rte p,
.main-page-title + .rte li,
.main-page-title + .rte span,
.main-page-title + .rte h2,
.main-page-title + .rte h3,
.main-page-title + .rte h4,
.article-template__content,
.article-template__content p,
.article-template__content li,
.article-template__content span,
.article-template__content h2,
.article-template__content h3,
.article-template__content h4,
.shopify-policy__body,
.shopify-policy__body p,
.shopify-policy__body li,
.shopify-policy__body span,
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body a,
.shopify-policy__body td,
.shopify-policy__body th {
  color: #ffffff !important;
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
  opacity: 1 !important;
}

.main-page-title + .rte h2,
.article-template__content h2,
.shopify-policy__body h2 {
  font-size: 2.2rem !important;
  margin-top: 2rem;
}

.main-page-title + .rte h3,
.article-template__content h3,
.shopify-policy__body h3 {
  font-size: 1.8rem !important;
  margin-top: 1.5rem;
}

.article-template header .caption-with-letter-spacing {
  color: var(--mageek-text-light) !important;
  opacity: 0.8;
}

/* ========================================
   6E. Bannière Cookies — style magique
   ======================================== */
#shopify-pc__banner,
.shopify-pc-banner,
[id*="cookie-banner"],
[class*="cookie-banner"] {
  background: rgba(15, 8, 32, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-top: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: var(--border-radius-card) var(--border-radius-card) 0 0 !important;
  /* position gérée par Shopify */
  box-shadow: 0 -3px 15px rgba(212, 175, 55, 0.35),
              0 -8px 40px rgba(212, 175, 55, 0.2),
              0 -15px 80px rgba(134, 100, 214, 0.18),
              0 -25px 120px rgba(212, 175, 55, 0.1),
              0 -30px 100px rgba(0, 0, 0, 0.4) !important;
  color: var(--mageek-text-light) !important;
  padding: 30px 40px !important;
}

/* Cookie décoratif — côté droit */
#shopify-pc__banner::before,
.shopify-pc-banner::before,
[id*="cookie-banner"]::before {
  content: '🍪';
  position: fixed;
  bottom: 80px;
  right: 40px;
  font-size: 5rem;
  z-index: 999999;
  filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5))
          drop-shadow(0 0 30px rgba(212, 175, 55, 0.2));
  animation: mageek-cookieFloat 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes mageek-cookieFloat {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  25% { transform: translateY(-12px) rotate(-10deg) scale(1.05); }
  50% { transform: translateY(-5px) rotate(5deg) scale(1.1); }
  75% { transform: translateY(-15px) rotate(-5deg) scale(1.03); }
}

#shopify-pc__banner *,
.shopify-pc-banner *,
[id*="cookie-banner"] *,
[id*="cookie-banner"] * {
  font-family: inherit !important;
}

/* Titre */
#shopify-pc__banner h2,
#shopify-pc__banner [class*="title"],
[id*="cookie-banner"] h2,
[id*="cookie-banner"] [class*="title"] {
  font-family: 'Cinzel Decorative', serif !important;
  color: var(--mageek-lavender) !important;
  font-size: 2.2rem !important;
  margin-bottom: 15px;
}

/* Texte */
#shopify-pc__banner p,
#shopify-pc__banner [class*="body"],
[id*="cookie-banner"] p {
  color: rgba(244, 241, 248, 0.75) !important;
  font-size: 1.4rem !important;
  line-height: 1.7;
}

/* Liens */
#shopify-pc__banner a,
[id*="cookie-banner"] a {
  color: #D4AF37 !important;
  text-decoration: underline !important;
  transition: color 0.3s ease;
}

#shopify-pc__banner a:hover,
[id*="cookie-banner"] a:hover {
  color: var(--mageek-lavender) !important;
}

/* Boutons Accepter / Refuser */
#shopify-pc__banner button,
[id*="cookie-banner"] button {
  border-radius: var(--border-radius-pill) !important;
  padding: 12px 30px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}

/* Bouton Accepter */
#shopify-pc__banner [class*="accept"],
#shopify-pc__banner button:first-of-type,
[id*="cookie-banner"] [class*="accept"] {
  background: var(--mageek-teal) !important;
  color: var(--mageek-white) !important;
  border: none !important;
}

#shopify-pc__banner [class*="accept"]:hover,
#shopify-pc__banner button:first-of-type:hover {
  background: var(--mageek-teal-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(28, 127, 121, 0.3) !important;
}

/* Bouton Refuser */
#shopify-pc__banner [class*="decline"],
#shopify-pc__banner [class*="reject"],
[id*="cookie-banner"] [class*="decline"] {
  background: transparent !important;
  color: var(--mageek-lavender) !important;
  border: 1px solid rgba(213, 203, 229, 0.25) !important;
}

#shopify-pc__banner [class*="decline"]:hover,
#shopify-pc__banner [class*="reject"]:hover {
  border-color: rgba(212, 175, 55, 0.4) !important;
  color: #D4AF37 !important;
  transform: translateY(-2px);
}

/* Lien Gérer préférences */
#shopify-pc__banner [class*="preferences"],
#shopify-pc__banner [class*="manage"] {
  color: #D4AF37 !important;
  background: transparent !important;
  border: none !important;
  text-decoration: underline !important;
  padding: 12px 10px !important;
}

/* ========================================
   7A. Logo — entrée magique (scale + fade)
   ======================================== */
@keyframes mageek-logoReveal {
  0% {
    opacity: 0;
    transform: scale(0.85);
    filter: brightness(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
    filter: brightness(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }
}

.header__heading-logo-wrapper {
  animation: none;
}

/* ========================================
   7B. Logo — glow vert pulsant (gemme)
   ======================================== */
@keyframes mageek-logoGlow {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(134, 184, 100, 0.3))
            drop-shadow(0 0 12px rgba(134, 184, 100, 0.1));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(134, 184, 100, 0.6))
            drop-shadow(0 0 25px rgba(134, 184, 100, 0.25));
  }
}

.header__heading-logo {
  animation: mageek-logoGlow 4s ease-in-out infinite;
  border-radius: 12px;
}

/* ========================================
   7C. Logo — rotation subtile au hover
   ======================================== */
.header__heading-logo-wrapper {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header__heading-link:hover .header__heading-logo-wrapper {
  transform: rotate(3deg) scale(1.05);
}

/* ========================================
   8A. Barre d'annonce — shimmer doré
   ======================================== */
@keyframes mageek-textShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

/* ========================================
   8A-bis. Typewriter magique — curseur
   ======================================== */
.mageek-typewriter {
  display: inline;
}

.mageek-typewriter__cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: #D4AF37;
  margin-left: 2px;
  vertical-align: text-bottom;
  border-radius: 1px;
  animation: mageek-cursorBlink 0.8s steps(2) infinite;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.6),
              0 0 12px rgba(212, 175, 55, 0.3);
}

@keyframes mageek-cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Shimmer doré qui se lance après la fin du typewriter */
@keyframes mageek-typewriterShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.mageek-typewriter--done .mageek-typewriter__text {
  background: linear-gradient(
    110deg,
    currentColor 0%,
    currentColor 40%,
    #FFFFFF 50%,
    currentColor 60%,
    currentColor 100%
  );
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mageek-typewriterShimmer 3s ease-in-out infinite;
}

.mageek-typewriter--done .mageek-typewriter__cursor {
  animation: mageek-cursorBlink 1.2s steps(2) infinite;
  opacity: 0.5;
}

/* ========================================
   8B. Barre d'annonce — entrée fade
   ======================================== */
.utility-bar {
  opacity: 0;
  animation: mageek-fadeUp 0.6s ease-out 0.2s forwards;
}

/* ========================================
   9A. Navigation — apparition en cascade
   ======================================== */
@keyframes mageek-menuItemReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__inline-menu .header__menu-item {
  opacity: 1;
}

/* ========================================
   9B. Navigation — hover glow doré + scale
   ======================================== */
.header__inline-menu .header__menu-item {
  transition: text-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease, letter-spacing 0.3s ease;
}

.header__inline-menu .header__menu-item:hover {
  color: #D4AF37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5),
               0 0 25px rgba(212, 175, 55, 0.2),
               0 0 40px rgba(212, 175, 55, 0.1);
  letter-spacing: 0.2em !important;
}

/* ========================================
   9C. Icônes header — entrée fade
   ======================================== */
.header__icon {
  opacity: 1;
}

/* ========================================
   9D. Icônes header — pulse au hover
   ======================================== */
@keyframes mageek-iconPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.header__icon:hover .svg-wrapper {
  animation: mageek-iconPulse 0.4s ease-in-out;
}

/* ========================================
   10. Header — pluie d'étoiles subtile
   ======================================== */
@keyframes mageek-starfall {
  0% {
    transform: translateY(-10px) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  85% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(100vh) scale(0.3);
    opacity: 0;
  }
}

.section-header {
  position: relative;
  overflow: hidden;
}

.section-header::before,
.section-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

/* Couche 1 — quelques étoiles subtiles */
.section-header::before {
  background-image:
    radial-gradient(3px 3px at 8% 30%, rgba(212, 175, 55, 0.6) 0%, transparent 100%),
    radial-gradient(2.5px 2.5px at 22% 65%, rgba(213, 203, 229, 0.5) 0%, transparent 100%),
    radial-gradient(3px 3px at 40% 20%, rgba(212, 175, 55, 0.55) 0%, transparent 100%),
    radial-gradient(2.5px 2.5px at 55% 75%, rgba(213, 203, 229, 0.5) 0%, transparent 100%),
    radial-gradient(3px 3px at 72% 40%, rgba(212, 175, 55, 0.6) 0%, transparent 100%),
    radial-gradient(2.5px 2.5px at 88% 15%, rgba(213, 203, 229, 0.45) 0%, transparent 100%),
    radial-gradient(3px 3px at 95% 60%, rgba(212, 175, 55, 0.5) 0%, transparent 100%);
  background-size: 100% 100%;
  animation: mageek-twinkle 5s ease-in-out infinite;
}

/* Couche 2 — étoiles décalées */
.section-header::after {
  background-image:
    radial-gradient(2.5px 2.5px at 5% 55%, rgba(212, 175, 55, 0.5) 0%, transparent 100%),
    radial-gradient(3px 3px at 18% 15%, rgba(213, 203, 229, 0.45) 0%, transparent 100%),
    radial-gradient(2.5px 2.5px at 35% 80%, rgba(212, 175, 55, 0.55) 0%, transparent 100%),
    radial-gradient(3px 3px at 50% 35%, rgba(213, 203, 229, 0.5) 0%, transparent 100%),
    radial-gradient(2.5px 2.5px at 65% 70%, rgba(212, 175, 55, 0.5) 0%, transparent 100%),
    radial-gradient(3px 3px at 82% 25%, rgba(213, 203, 229, 0.45) 0%, transparent 100%);
  background-size: 100% 100%;
  animation: mageek-twinkle 5s ease-in-out infinite;
  animation-delay: 2.5s;
}

/* ========================================
   11. Menu mobile — fullscreen magique
   ======================================== */

/* Drawer = plein écran, fond dark */
#menu-drawer.menu-drawer {
  background-color: var(--mageek-dark) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 999 !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  filter: none !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden !important;
  overflow-y: auto;
  scrollbar-width: none;
}

#menu-drawer.menu-drawer::-webkit-scrollbar,
#menu-drawer .menu-drawer__navigation-container::-webkit-scrollbar,
#menu-drawer .menu-drawer__inner-container::-webkit-scrollbar,
#menu-drawer .menu-drawer__inner-submenu::-webkit-scrollbar {
  display: none;
}

#menu-drawer .menu-drawer__navigation-container,
#menu-drawer .menu-drawer__inner-container,
#menu-drawer .menu-drawer__inner-submenu {
  scrollbar-width: none;
  overflow-x: hidden !important;
}

.menu-drawer__inner-container {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-drawer__navigation-container {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.menu-drawer__navigation {
  width: 100%;
  display: flex !important;
  justify-content: center;
}

/* Liste centrée, verticale, épurée */
.menu-drawer__menu.list-menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.menu-drawer__menu.list-menu > li {
  width: 100%;
  text-align: center;
  border: none !important;
}

/* Liens du menu — grands, centrés, dorés */
.menu-drawer__menu-item {
  font-family: 'Cinzel Decorative', serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: var(--mageek-text-light) !important;
  text-decoration: none !important;
  padding: 1.5rem 2rem !important;
  display: block !important;
  text-align: center !important;
  transition: color 0.3s ease, text-shadow 0.3s ease, letter-spacing 0.3s ease;
  border-bottom: none !important;
  justify-content: center !important;
}

/* Séparateur losange entre les items */
.menu-drawer__menu.list-menu > li + li::before {
  content: '◆';
  display: block;
  color: #D4AF37;
  font-size: 0.5rem;
  opacity: 0.4;
  text-align: center;
  animation: mageek-twinkle 4s ease-in-out infinite;
}

/* Hover — glow doré */
.menu-drawer__menu-item:hover,
.menu-drawer__menu-item:focus {
  color: #D4AF37 !important;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5),
               0 0 25px rgba(212, 175, 55, 0.2);
  letter-spacing: 0.2em !important;
  background: transparent !important;
}

/* Lien actif */
.menu-drawer__menu-item--active,
.menu-drawer__menu-item[aria-current="page"] {
  color: #D4AF37 !important;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
  background: transparent !important;
  background-color: transparent !important;
}

/* Apparition en cascade */
.menu-drawer__menu.list-menu > li:nth-child(1) { opacity: 0; animation: mageek-fadeUp 0.5s ease-out 0.1s forwards; }
.menu-drawer__menu.list-menu > li:nth-child(2) { opacity: 0; animation: mageek-fadeUp 0.5s ease-out 0.2s forwards; }
.menu-drawer__menu.list-menu > li:nth-child(3) { opacity: 0; animation: mageek-fadeUp 0.5s ease-out 0.3s forwards; }
.menu-drawer__menu.list-menu > li:nth-child(4) { opacity: 0; animation: mageek-fadeUp 0.5s ease-out 0.4s forwards; }
.menu-drawer__menu.list-menu > li:nth-child(5) { opacity: 0; animation: mageek-fadeUp 0.5s ease-out 0.5s forwards; }
.menu-drawer__menu.list-menu > li:nth-child(6) { opacity: 0; animation: mageek-fadeUp 0.5s ease-out 0.6s forwards; }

/* Cacher les bordures par défaut de Dawn */
.menu-drawer__menu-item,
.menu-drawer summary.list-menu__item {
  border-bottom: none !important;
}

/* Masquer les icônes de flèche/caret sur les liens simples */
.menu-drawer__menu-item .svg-wrapper {
  display: none;
}

/* Liens utilitaires en bas — épurés */
.menu-drawer__utility-links {
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-bottom: none !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 2rem !important;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.menu-drawer__account {
  color: var(--mageek-text-light) !important;
  text-decoration: none !important;
  font-family: 'Cinzel Decorative', serif !important;
  transition: color 0.3s ease;
}

.menu-drawer__account:hover {
  color: #D4AF37 !important;
}

/* Icônes sociales en bas — dorées */
.menu-drawer .list-social .list-social__link {
  color: var(--mageek-text-light) !important;
  transition: color 0.3s ease, transform 0.3s ease;
}

.menu-drawer .list-social .list-social__link:hover {
  color: #D4AF37 !important;
  transform: scale(1.15);
}

/* Bouton hamburger/fermer — au-dessus du drawer */
.menu-drawer-container summary {
  z-index: 1000 !important;
  position: relative;
}

.menu-drawer-container summary .svg-wrapper {
  transition: transform 0.3s ease;
}

.menu-drawer-container summary:hover .svg-wrapper {
  transform: rotate(90deg);
}

/* Masquer overlay et éléments parasites */
.js menu-drawer > details[open] > summary::before,
.js menu-drawer > details > summary::before {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* Forcer le drawer par-dessus tout */
#Details-menu-drawer-container[open] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 999 !important;
}

/* Reset du progress-bar s'il dépasse */
#menu-drawer .progress-bar,
#menu-drawer [role="progressbar"] {
  display: none !important;
}

/* ========================================
   12. Hero — full-width breakout + bg image
   ======================================== */
.shopify-section:has(.mageek-hero) {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mageek-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mageek-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.mageek-hero__subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--mageek-text-light);
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto 35px;
  opacity: 0;
  animation: mageek-fadeUp 0.8s ease-out 0.45s forwards;
}

.mageek-hero__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: mageek-fadeUp 0.8s ease-out 0.6s forwards;
}

.mageek-hero__button--outline {
  background-color: transparent;
  color: var(--mageek-lavender);
  border: 2px solid var(--mageek-lavender);
  padding: 13px 38px;
  border-radius: var(--border-radius-pill);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.mageek-hero__button--outline:hover {
  background-color: var(--mageek-lavender);
  color: var(--mageek-dark);
}

.mageek-hero__sparkle--4 {
  bottom: 30%;
  left: 15%;
  width: 10px;
  height: 10px;
  animation-duration: 5.5s;
  animation-delay: 2s;
  color: #D4AF37;
}

.mageek-hero__sparkle--5 {
  top: 35%;
  right: 8%;
  width: 12px;
  height: 12px;
  animation-duration: 4.5s;
  animation-delay: 0.5s;
  color: var(--mageek-green-light);
}

/* ========================================
   13. Stats Bar
   ======================================== */
.shopify-section:has(.mageek-stats) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mageek-stats {
  background: rgba(30, 17, 57, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 20px;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.mageek-stats__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

@keyframes mageek-slideFromLeft {
  from { opacity: 0; transform: translateX(-60px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes mageek-slideFromRight {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}

.mageek-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
}

.mageek-stats__item.mageek-visible:first-child {
  animation: mageek-slideFromLeft 0.8s ease-out forwards;
}

.mageek-stats__item.mageek-visible:nth-child(3) {
  animation: mageek-fadeUp 0.8s ease-out 0.2s forwards;
}

.mageek-stats__item.mageek-visible:last-child {
  animation: mageek-slideFromRight 0.8s ease-out 0.4s forwards;
}

.mageek-stats__number {
  font-family: 'Cinzel Decorative', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #D4AF37;
  line-height: 1;
}

.mageek-stats__label {
  font-size: 1.1rem;
  color: var(--mageek-lavender);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mageek-stats__separator {
  color: #D4AF37;
  font-size: 0.5rem;
  opacity: 0.4;
  animation: mageek-twinkle 4s ease-in-out infinite;
}

@media screen and (max-width: 600px) {
  .mageek-stats__inner {
    flex-direction: column;
    gap: 30px;
  }
  .mageek-stats__separator {
    display: block;
  }
}

/* ========================================
   14. Features Grid
   ======================================== */
.shopify-section:has(.mageek-features) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mageek-features {
  background: rgba(213, 203, 229, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 80px 20px;
  text-align: center;
}

.mageek-features__title {
  font-family: 'Cinzel Decorative', serif;
  color: var(--mageek-lavender);
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.mageek-features__subtitle {
  color: var(--mageek-text-light);
  max-width: 600px;
  margin: 0 auto 50px;
  font-size: 1.35rem;
  line-height: 1.6;
}

.mageek-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.mageek-features__card {
  background: rgba(30, 17, 57, 0.5);
  backdrop-filter: blur(15px);
  border-radius: var(--border-radius-card);
  padding: 40px 25px;
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.4s ease,
              background 0.4s ease,
              border-color 0.4s ease;
  opacity: 0;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.mageek-features__card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.mageek-features__card:hover::before {
  opacity: 1;
}

.mageek-features__card:nth-child(1) {
  animation: mageek-slideFromLeft 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.mageek-features__card:nth-child(2) {
  animation: mageek-fadeIn 1.1s ease-out forwards;
  animation-delay: 0.25s;
}

.mageek-features__card:nth-child(3) {
  animation: mageek-slideFromRight 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.15s;
}

.mageek-features__card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2),
              0 0 30px rgba(212, 175, 55, 0.1);
  background: rgba(30, 17, 57, 0.7);
  border-color: rgba(212, 175, 55, 0.25);
}

.mageek-features__card-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(212, 175, 55, 0.3);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
}

.mageek-features__card:hover .mageek-features__card-icon {
  transform: scale(1.12) rotate(3deg);
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.mageek-features__card-title {
  transition: color 0.3s ease, transform 0.3s ease;
}

.mageek-features__card:hover .mageek-features__card-title {
  color: #D4AF37;
  transform: translateY(-2px);
}

.mageek-features__card-desc {
  transition: opacity 0.3s ease;
}

.mageek-features__card:hover .mageek-features__card-desc {
  opacity: 0.9;
}

.mageek-features__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.mageek-features__card-emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  background: var(--mageek-dark);
}

.mageek-features__card-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--mageek-text-light);
  margin: 0 0 12px;
}

.mageek-features__card-desc {
  font-size: 1.35rem;
  color: var(--mageek-lavender);
  line-height: 1.7;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .mageek-features__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

/* ========================================
   15. Story Section (2 colonnes)
   ======================================== */
.shopify-section:has(.mageek-story) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mageek-story {
  padding: 80px 20px;
  background: transparent;
  color: var(--mageek-text-light);
}

.mageek-story--dark {
  background: rgba(30, 17, 57, 0.4);
  color: var(--mageek-text-light);
}

.mageek-story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.mageek-story__inner--reverse {
  direction: rtl;
}

.mageek-story__inner--reverse > * {
  direction: ltr;
}

.mageek-story__label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1rem;
  color: #D4AF37;
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
}

.mageek-story__title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--mageek-lavender);
  line-height: 1.3;
}

.mageek-story__body {
  line-height: 1.8;
  font-size: 1.35rem;
  margin-bottom: 30px;
}

.mageek-story__body p {
  margin: 0 0 15px;
}

.mageek-story__button {
  background-color: var(--mageek-teal);
  color: var(--mageek-white);
  padding: 14px 36px;
  border-radius: var(--border-radius-pill);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

.mageek-story__button:hover {
  background-color: var(--mageek-teal-hover);
  color: var(--mageek-white);
}

.mageek-story__image-wrapper {
  position: relative;
}

.mageek-story__image {
  border-radius: var(--border-radius-card);
  transform: rotate(2deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  height: auto;
}

.mageek-story__image-wrapper:hover .mageek-story__image {
  transform: rotate(0deg) scale(1.02);
}

.mageek-story__sparkle {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  color: #D4AF37;
  animation: mageek-twinkle 4s ease-in-out infinite;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .mageek-story__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mageek-story__inner--reverse {
    direction: ltr;
  }
  .mageek-story__image {
    transform: rotate(0deg);
  }
  .mageek-story__title {
    font-size: 1.6rem;
  }
}

/* ========================================
   16. Newsletter Banner
   ======================================== */
.shopify-section:has(.mageek-newsletter) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mageek-newsletter {
  background: linear-gradient(135deg, var(--mageek-dark) 0%, #2a1a4e 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mageek-newsletter__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mageek-newsletter__title {
  font-family: 'Cinzel Decorative', serif;
  color: var(--mageek-lavender);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.mageek-newsletter__subtitle {
  color: var(--mageek-text-light);
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.85;
}

.mageek-newsletter__form {
  width: 100%;
}

.mageek-newsletter__field {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
}

.mageek-newsletter__input {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--mageek-lavender);
  border-right: none;
  border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill);
  color: var(--mageek-text-light);
  padding: 14px 20px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mageek-newsletter__input::placeholder {
  color: rgba(244, 241, 248, 0.5);
}

.mageek-newsletter__input:focus {
  border-color: var(--mageek-teal);
  box-shadow: 0 0 0 2px rgba(28, 127, 121, 0.3);
}

.mageek-newsletter__button {
  background-color: var(--mageek-teal);
  color: var(--mageek-white);
  border: none;
  border-radius: 0 var(--border-radius-pill) var(--border-radius-pill) 0;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.mageek-newsletter__button:hover {
  background-color: var(--mageek-teal-hover);
}

.mageek-newsletter__success {
  color: var(--mageek-green-light);
  margin-top: 15px;
  font-weight: 600;
}

.mageek-newsletter__error {
  color: #e74c3c;
  margin-top: 15px;
}

.mageek-newsletter__sparkle {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  animation: mageek-twinkle ease-in-out infinite;
}

.mageek-newsletter__sparkle--1 {
  top: 15%;
  left: 10%;
  width: 18px;
  height: 18px;
  color: #D4AF37;
  animation-duration: 4s;
}

.mageek-newsletter__sparkle--2 {
  bottom: 20%;
  right: 12%;
  width: 14px;
  height: 14px;
  color: var(--mageek-lavender);
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.mageek-newsletter__sparkle--3 {
  top: 50%;
  right: 25%;
  width: 10px;
  height: 10px;
  color: var(--mageek-green-light);
  animation-duration: 6s;
  animation-delay: 3s;
}

@media screen and (max-width: 600px) {
  .mageek-newsletter__field {
    flex-direction: column;
    gap: 10px;
  }
  .mageek-newsletter__input {
    border-right: 1px solid var(--mageek-lavender);
    border-radius: var(--border-radius-pill);
  }
  .mageek-newsletter__button {
    border-radius: var(--border-radius-pill);
  }
}

/* ========================================
   17. Featured Collection — override propre
   ======================================== */
.shopify-section:has(.collection) {
  padding: 0 !important;
}

/* ========================================
   18. Collection Showcase + image déco
   ======================================== */
.shopify-section:has(.mageek-showcase) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mageek-showcase {
  padding: 10px 20px 0;
  overflow: hidden;
}

.mageek-showcase__inner {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 20px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  align-items: start;
}

.mageek-showcase__inner--no-deco {
  grid-template-columns: 1fr;
}

/* Titre */
.mageek-showcase__title {
  font-family: 'Cinzel Decorative', serif;
  color: var(--mageek-lavender);
  font-size: 3.5rem;
  font-weight: 900;
  text-align: left;
  margin: 0 0 5px;
  padding: 65px 40px 0;
  line-height: 1.3;
  text-shadow: 0 0 20px rgba(213, 203, 229, 0.15);
}

@keyframes mageek-slideInLeft {
  from { opacity: 0; transform: translateX(-100px); }
  to { opacity: 1; transform: translateX(0); }
}

.mageek-showcase__title {
  opacity: 0;
  animation: mageek-slideInLeft 1s ease-out 0.3s forwards, mageek-shimmer 4s ease-in-out 1.3s infinite;
  background: linear-gradient(
    110deg,
    var(--mageek-lavender) 0%,
    var(--mageek-lavender) 35%,
    #ffffff 50%,
    var(--mageek-lavender) 65%,
    var(--mageek-lavender) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mageek-showcase__title .mageek-gold {
  background: linear-gradient(
    110deg,
    #D4AF37 0%,
    #D4AF37 35%,
    #fff8dc 50%,
    #D4AF37 65%,
    #D4AF37 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mageek-shimmer 4s ease-in-out infinite;
}

/* Sous-titre descriptif */
.mageek-showcase__subtitle {
  font-family: 'Cinzel Decorative', serif;
  color: var(--mageek-lavender);
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  padding: 0 40px;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-shadow: 0 0 20px rgba(213, 203, 229, 0.15);
  opacity: 0;
  animation: mageek-slideInLeft 1s ease-out 0.6s forwards, mageek-shimmer 4s ease-in-out 1.6s infinite;
  background: linear-gradient(
    110deg,
    rgba(244, 241, 248, 0.7) 0%,
    rgba(244, 241, 248, 0.7) 35%,
    #ffffff 50%,
    rgba(244, 241, 248, 0.7) 65%,
    rgba(244, 241, 248, 0.7) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mageek-showcase__subtitle .mageek-gold {
  background: linear-gradient(
    110deg,
    #D4AF37 0%,
    #D4AF37 35%,
    #fff8dc 50%,
    #D4AF37 65%,
    #D4AF37 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mageek-shimmer 4s ease-in-out infinite;
  animation-delay: 0.5s;
}

/* Tagline sous les tuiles */
.mageek-showcase__tagline {
  font-family: 'Cinzel Decorative', serif;
  color: var(--mageek-lavender);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 80px 40px 80px;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: 0 0 20px rgba(213, 203, 229, 0.15);
}

.mageek-showcase__tagline .mageek-gold {
  color: #D4AF37;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

@keyframes mageek-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.mageek-showcase__tagline {
  background: linear-gradient(
    110deg,
    var(--mageek-lavender) 0%,
    var(--mageek-lavender) 35%,
    #ffffff 50%,
    var(--mageek-lavender) 65%,
    var(--mageek-lavender) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mageek-shimmer 4s ease-in-out infinite;
}

.mageek-showcase__tagline .mageek-gold {
  background: linear-gradient(
    110deg,
    #D4AF37 0%,
    #D4AF37 35%,
    #fff8dc 50%,
    #D4AF37 65%,
    #D4AF37 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mageek-shimmer 4s ease-in-out infinite;
}

/* Tuiles */
.mageek-showcase__products-wrapper {
  padding-top: 140px;
  position: relative;
  z-index: 2;
}

/* Grille produits — 4 colonnes */
.mageek-showcase__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Carte produit */
.mageek-showcase__card {
  background: rgba(30, 17, 57, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: var(--border-radius-card);
  border: 1px solid rgba(212, 175, 55, 0.15);
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s ease,
              border-color 0.3s ease;
  opacity: 0;
  animation: mageek-cardFadeUp 0.6s ease-out forwards;
  animation-delay: calc(var(--card-index, 0) * 0.12s);
}

@keyframes mageek-cardGlow {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25),
                0 0 10px rgba(212, 175, 55, 0.08);
  }
  50% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25),
                0 0 20px rgba(212, 175, 55, 0.18),
                0 0 40px rgba(134, 184, 100, 0.08);
  }
}

.mageek-showcase__card {
  opacity: 1 !important;
  /* Halo doré STATIQUE : la pulsation infinie (mageek-cardGlow) forçait un repaint
     continu des 8 cartes pendant le chargement (coût « Style & Layout »).
     Rendu identique à l'arrivée, le hover anime toujours le box-shadow. */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), 0 0 15px rgba(212, 175, 55, 0.12) !important;
  animation: none !important;
}

.mageek-showcase__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3),
              0 0 25px rgba(212, 175, 55, 0.2),
              0 0 50px rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.4);
}

.mageek-showcase__card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.mageek-showcase__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mageek-showcase__card:hover .mageek-showcase__card-img {
  transform: scale(1.05);
}

.mageek-showcase__badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(30, 17, 57, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #D4AF37;
  border-radius: var(--border-radius-pill);
  padding: 10px 28px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  white-space: nowrap;
  z-index: 5;
}

.mageek-showcase__card-info {
  padding: 10px 14px;
}

.mageek-showcase__card-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mageek-text-light);
  margin: 0 0 8px;
  line-height: 1.4;
}

.mageek-showcase__card-price {
  color: #D4AF37;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

/* Image décorative — grande, passe derrière les tuiles */
.mageek-showcase__deco {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: start;
  margin-top: -200px;
  margin-left: -80px;
  z-index: 1;
}

.mageek-showcase__deco-img {
  width: 200%;
  max-width: none;
  height: auto;
  max-height: 1000px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4))
          drop-shadow(0 0 20px rgba(212, 175, 55, 0.15));
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mageek-showcase__deco:hover .mageek-showcase__deco-img {
  transform: scale(1.05) translateY(-10px);
}

.mageek-showcase__deco-sparkle {
  position: absolute;
  pointer-events: none;
  animation: mageek-twinkle ease-in-out infinite;
}

.mageek-showcase__deco-sparkle--1 {
  top: -12px;
  right: -8px;
  width: 22px;
  height: 22px;
  color: #D4AF37;
  animation-duration: 4s;
}

.mageek-showcase__deco-sparkle--2 {
  bottom: -10px;
  left: -6px;
  width: 16px;
  height: 16px;
  color: var(--mageek-lavender);
  animation-duration: 5.5s;
  animation-delay: 2s;
}

/* ========================================
   Scroll indicator
   ======================================== */
@keyframes mageek-scrollWheel {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(8px); opacity: 0; }
}

.mageek-scroll-indicator {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.mageek-scroll-indicator:hover {
  opacity: 1;
}

.mageek-scroll-indicator__mouse {
  width: 22px;
  height: 36px;
  border: 2px solid #D4AF37;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.mageek-scroll-indicator__wheel {
  width: 3px;
  height: 6px;
  background: #D4AF37;
  border-radius: 3px;
  animation: mageek-scrollWheel 1.5s ease-in-out infinite;
}

@keyframes mageek-arrowBounce {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(5px); opacity: 1; }
}

.mageek-scroll-indicator__arrow {
  width: 18px;
  height: 18px;
  color: #D4AF37;
  animation: mageek-arrowBounce 1.5s ease-in-out infinite;
}

@media screen and (max-width: 900px) {
  .mageek-showcase__title {
    text-align: center;
    font-size: 2.8rem;
    padding: 10px 15px 0;
    margin-bottom: 25px;
  }
  .mageek-showcase__subtitle {
    text-align: center;
    padding: 0 15px;
    font-size: 1.1rem;
  }
  .mageek-showcase__tagline {
    font-size: 1.2rem;
    padding: 25px 15px 0;
  }
  .mageek-showcase__products-wrapper {
    padding-top: 10px;
  }
  .mageek-showcase {
    padding-top: 5px;
  }
  .mageek-showcase__deco {
    display: none;
  }
  .mageek-showcase__inner {
    grid-template-columns: 1fr;
  }
  .mageek-showcase__deco {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .mageek-showcase__products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .mageek-showcase__products {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }
}

/* ========================================
   Cart Drawer — Mageek Style
   ======================================== */
.drawer__inner {
  background: linear-gradient(180deg, #1E1139 0%, #150d30 100%) !important;
  color: #f4f1f8 !important;
}

.drawer__heading {
  font-family: 'Cinzel Decorative', serif !important;
  color: #D4AF37 !important;
}

.drawer__close svg {
  color: #f4f1f8 !important;
}

.cart-drawer .cart-items th {
  color: rgba(244, 241, 248, 0.5) !important;
}

.cart-drawer .cart-item__name {
  color: #f4f1f8 !important;
  word-break: break-word !important;
}

.cart-drawer .cart-item__details .product-option,
.cart-drawer .cart-item__details .caption-with-letter-spacing {
  color: rgba(244, 241, 248, 0.7) !important;
}

.cart-drawer .cart-item__price-wrapper .price,
.cart-drawer .cart-item__totals .price {
  color: #D4AF37 !important;
}

.cart-drawer .cart-item__discounted-prices s {
  color: rgba(244, 241, 248, 0.4) !important;
}

.cart-drawer .cart-item__discounted-prices strong {
  color: #D4AF37 !important;
}

.cart-drawer .quantity__input,
.cart-drawer .quantity__button {
  color: #f4f1f8 !important;
  background: rgba(30, 17, 57, 0.5) !important;
  border-color: rgba(212, 175, 55, 0.2) !important;
}

.cart-drawer .cart-remove-button svg {
  color: rgba(244, 241, 248, 0.5) !important;
}

.cart-drawer .cart-remove-button:hover svg {
  color: #D4AF37 !important;
}

.drawer__footer {
  border-color: rgba(212, 175, 55, 0.2) !important;
}

.cart-drawer .totals__total {
  font-family: 'Cinzel Decorative', serif !important;
  color: rgba(244, 241, 248, 0.7) !important;
}

.cart-drawer .totals__total-value {
  color: #D4AF37 !important;
  font-weight: 700 !important;
}

.cart-drawer .tax-note,
.cart-drawer .tax-note a {
  color: rgba(244, 241, 248, 0.5) !important;
}

.cart-drawer .cart__checkout-button {
  background: #D4AF37 !important;
  color: #1E1139 !important;
  font-family: 'Cinzel Decorative', serif !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: var(--border-radius-card) !important;
  padding: 1.2rem 2rem !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
}

.cart-drawer .cart__checkout-button:hover {
  background: #e0c04d !important;
  transform: translateY(-2px) !important;
}

.cart-drawer .summary__title {
  color: rgba(244, 241, 248, 0.7) !important;
}

.cart-drawer .summary__title .icon-caret {
  color: #D4AF37 !important;
}

.cart-drawer .cart__note textarea {
  background: rgba(30, 17, 57, 0.5) !important;
  color: #f4f1f8 !important;
  border-color: rgba(212, 175, 55, 0.2) !important;
}

.drawer__footer > details {
  border-color: rgba(212, 175, 55, 0.2) !important;
}

/* ========================================
   Footer — Mageek Magic Unified Style
   ======================================== */
.shopify-section-group-footer-group {
  position: relative;
}

/* Force override Shopify color scheme */
.shopify-section-group-footer-group .footer,
.shopify-section-group-footer-group .footer.color-scheme-1,
.shopify-section-group-footer-group .footer[class*="color-"] {
  --color-background: 30, 17, 57;
  --color-foreground: 244, 241, 248;
  --gradient-background: linear-gradient(180deg, #1E1139 0%, #150d30 30%, #1a0e33 60%, #0f0820 100%);
  background: linear-gradient(180deg, #1E1139 0%, #150d30 30%, #1a0e33 60%, #0f0820 100%) !important;
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  border-top: 2px solid rgba(212, 175, 55, 0.2);
  padding-top: 60px !important;
}

/* Orbes magiques flottants */
.shopify-section-group-footer-group .footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse 500px 500px at 10% 20%, rgba(212, 175, 55, 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 400px 400px at 90% 30%, rgba(134, 100, 214, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 350px 350px at 50% 70%, rgba(28, 127, 121, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 300px 300px at 70% 90%, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
  animation: mageek-orbsMove 12s ease-in-out infinite alternate;
}

@keyframes mageek-orbsMove {
  0% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(15px, -10px) scale(1.03); }
  66% { transform: translate(-10px, 8px) scale(0.97); }
  100% { transform: translate(5px, -5px) scale(1.01); }
}

/* Particules d'étoiles */
.shopify-section-group-footer-group .footer::after {
  content: '✦  ·  ✧  ·  ✦  ·  ✧  ·  ✦';
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: rgba(212, 175, 55, 0.2);
  letter-spacing: 4vw;
  pointer-events: none;
  z-index: 0;
  animation: mageek-sparkleFloat 6s ease-in-out infinite;
}

@keyframes mageek-sparkleFloat {
  0%, 100% { transform: translateY(0); opacity: 0.2; }
  25% { transform: translateY(-8px); opacity: 0.5; }
  50% { transform: translateY(3px); opacity: 0.3; }
  75% { transform: translateY(-5px); opacity: 0.6; }
}

.shopify-section-group-footer-group .footer > * {
  position: relative;
  z-index: 1;
}

/* ---- Newsletter zone ---- */
.shopify-section-group-footer-group .footer-block--newsletter {
  text-align: center;
  padding: 40px 0 50px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  margin-bottom: 30px;
  position: relative;
}

/* Ligne dorée lumineuse sous la newsletter */
.shopify-section-group-footer-group .footer-block--newsletter::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

.shopify-section-group-footer-group .footer-block--newsletter .footer-block__heading,
.shopify-section-group-footer-group .footer-block--newsletter .inline-richtext {
  font-family: 'Cinzel Decorative', serif !important;
  color: var(--mageek-lavender) !important;
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.15);
  animation: mageek-titleGlow 4s ease-in-out infinite;
  text-transform: none !important;
  letter-spacing: normal !important;
}

@keyframes mageek-titleGlow {
  0%, 100% { text-shadow: 0 0 20px rgba(212, 175, 55, 0.08); }
  50% { text-shadow: 0 0 40px rgba(212, 175, 55, 0.3), 0 0 80px rgba(134, 100, 214, 0.12); }
}

.shopify-section-group-footer-group .footer__newsletter,
.shopify-section-group-footer-group .footer-block__newsletter .newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.shopify-section-group-footer-group .newsletter-form__field-wrapper {
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
}

.shopify-section-group-footer-group .newsletter-form .field,
.shopify-section-group-footer-group .footer__newsletter .field {
  border-radius: 60px !important;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(12px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
  outline: none !important;
  max-width: 480px;
  margin: 0 auto;
}

/* Supprimer les pseudo-éléments Shopify qui créent le double contour */
.shopify-section-group-footer-group .newsletter-form .field::before,
.shopify-section-group-footer-group .newsletter-form .field::after,
.shopify-section-group-footer-group .footer__newsletter .field::before,
.shopify-section-group-footer-group .footer__newsletter .field::after {
  content: none !important;
  display: none !important;
}

.shopify-section-group-footer-group .newsletter-form .field *,
.shopify-section-group-footer-group .footer__newsletter .field * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.shopify-section-group-footer-group .newsletter-form .field:hover,
.shopify-section-group-footer-group .footer__newsletter .field:hover {
  border-color: rgba(212, 175, 55, 0.5) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-2px);
}

.shopify-section-group-footer-group .newsletter-form .field:focus-within,
.shopify-section-group-footer-group .footer__newsletter .field:focus-within {
  border-color: rgba(212, 175, 55, 0.7) !important;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.2),
              0 0 60px rgba(134, 100, 214, 0.1) !important;
  transform: translateY(-2px);
}

.shopify-section-group-footer-group .field__input {
  background: transparent !important;
  color: var(--mageek-text-light) !important;
  border: none !important;
  font-size: 1.1rem !important;
}

.shopify-section-group-footer-group .field__input::placeholder {
  color: rgba(213, 203, 229, 0.4) !important;
}

.shopify-section-group-footer-group .field__label {
  color: rgba(213, 203, 229, 0.4) !important;
}

.shopify-section-group-footer-group .field__button {
  color: #D4AF37 !important;
  background: transparent !important;
  border: none !important;
  transition: color 0.3s ease;
  padding: 0 18px !important;
}

.shopify-section-group-footer-group .field__button:hover {
  background: transparent !important;
  color: #fff !important;
}

/* ---- Social icons ---- */
.shopify-section-group-footer-group .footer__list-social {
  justify-content: center;
  margin-top: 20px;
}

.shopify-section-group-footer-group .list-social__link {
  color: var(--mageek-lavender) !important;
  transition: color 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.shopify-section-group-footer-group .list-social__link:hover {
  color: #D4AF37 !important;
  transform: scale(1.2) translateY(-3px);
}

.shopify-section-group-footer-group .footer__follow-on-shop {
  margin-top: 15px;
}

/* ---- Footer content blocks ---- */
.shopify-section-group-footer-group .footer__content-top {
  padding-top: 40px;
}

.shopify-section-group-footer-group .footer-block__heading {
  color: #D4AF37 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.shopify-section-group-footer-group .list-menu__item--link {
  color: rgba(244, 241, 248, 0.6) !important;
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-size: 0.95rem;
}

.shopify-section-group-footer-group .list-menu__item--link:hover {
  color: var(--mageek-lavender) !important;
  padding-left: 6px;
}

/* ---- Sélecteur pays/langue ---- */
.shopify-section-group-footer-group .footer__localization {
  color: var(--mageek-lavender) !important;
}

.shopify-section-group-footer-group .footer__localization .caption-large {
  color: rgba(212, 175, 55, 0.7) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem !important;
}

.shopify-section-group-footer-group .localization-form button,
.shopify-section-group-footer-group .localization-form .disclosure__button {
  color: var(--mageek-lavender) !important;
  border-color: rgba(213, 203, 229, 0.2) !important;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.shopify-section-group-footer-group .localization-form button:hover {
  border-color: rgba(212, 175, 55, 0.4) !important;
  color: #D4AF37 !important;
}

/* ---- Bottom bar ---- */
.shopify-section-group-footer-group .footer__content-bottom {
  border-top: 1px solid rgba(213, 203, 229, 0.08);
  padding-top: 20px;
  margin-top: 10px;
}

.shopify-section-group-footer-group .footer__content-bottom,
.shopify-section-group-footer-group .footer__content-bottom *,
.shopify-section-group-footer-group .copyright__content,
.shopify-section-group-footer-group .copyright__content a,
.shopify-section-group-footer-group .policies a {
  color: rgba(213, 203, 229, 0.45) !important;
  font-size: 1rem;
}

.shopify-section-group-footer-group .footer__content-bottom a:hover,
.shopify-section-group-footer-group .copyright__content a:hover,
.shopify-section-group-footer-group .policies a:hover {
  color: #D4AF37 !important;
}

/* ---- Payment icons ---- */
.shopify-section-group-footer-group .footer__payment .icon {
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.shopify-section-group-footer-group .footer__payment .icon:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* ---- Étoiles scintillantes ---- */
.mageek-footer-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.mageek-star {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size, 3px);
  height: var(--size, 3px);
  background: #D4AF37;
  border-radius: 50%;
  animation: mageek-twinkle var(--duration, 3s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.8), 0 0 12px rgba(212, 175, 55, 0.4);
}

.mageek-star--big {
  width: 8px !important;
  height: 8px !important;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  animation: mageek-twinkleStar var(--duration, 4s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.mageek-star--big::before,
.mageek-star--big::after {
  content: '';
  position: absolute;
  background: rgba(212, 175, 55, 0.9);
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.6);
}

.mageek-star--big::before {
  width: 2px;
  height: 16px;
  top: -4px;
  left: 3px;
  border-radius: 1px;
}

.mageek-star--big::after {
  width: 16px;
  height: 2px;
  top: 3px;
  left: -4px;
  border-radius: 1px;
}

@keyframes mageek-twinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.5); }
}

@keyframes mageek-twinkleStar {
  0%, 100% { opacity: 0.15; transform: scale(0.5) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.3) rotate(45deg); }
}

/* ========================================
   7. Page Panier — style magique
   ======================================== */

/* Conteneur principal — glassmorphism */
cart-items {
  background: rgba(30, 17, 57, 0.4) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: var(--border-radius-card);
  border: 1px solid rgba(212, 175, 55, 0.1);
  padding: 30px 0;
}

cart-items .page-width {
  padding: 0 30px;
}

/* Titre "Panier" */
cart-items .title--primary {
  font-family: 'Cinzel Decorative', serif !important;
  color: var(--mageek-lavender) !important;
  font-size: 2.5rem !important;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.08);
}

/* Lien "Continuer les achats" */
cart-items .underlined-link {
  color: #D4AF37 !important;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

cart-items .underlined-link:hover {
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

/* En-tête du tableau */
.cart-items th {
  color: var(--mageek-lavender) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}

/* Lignes du tableau — bordure subtile */
.cart-items tbody tr {
  border-bottom: 1px solid rgba(213, 203, 229, 0.08);
}

.cart-items tbody tr:last-child {
  border-bottom: none;
}

/* Image produit dans le panier — arrondi */
.cart-item__image-container {
  border-radius: 16px !important;
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s ease;
}

.cart-item__image-container:hover {
  border-color: rgba(212, 175, 55, 0.4);
}

.cart-item__image {
  border-radius: 14px !important;
}

/* Nom du produit */
.cart-item__name {
  color: var(--mageek-text-light) !important;
  font-family: 'Cinzel Decorative', serif !important;
  font-size: 1.1rem !important;
  transition: color 0.3s ease;
}

.cart-item__name:hover {
  color: #D4AF37 !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
}

/* Options produit */
.cart-item__details .product-option {
  color: rgba(213, 203, 229, 0.7) !important;
}

/* Prix */
.cart-item__details .product-option:not(dl .product-option),
cart-items .price,
cart-items .price--end {
  color: #D4AF37 !important;
  font-weight: 700;
}

.cart-item__old-price {
  color: rgba(213, 203, 229, 0.4) !important;
}

.cart-item__final-price {
  color: #D4AF37 !important;
}

/* Sélecteur de quantité */
cart-items .quantity {
  border-color: rgba(213, 203, 229, 0.2) !important;
  border-radius: 12px;
  overflow: hidden;
}

cart-items .quantity__input {
  color: var(--mageek-text-light) !important;
  background: transparent !important;
}

cart-items .quantity__button {
  color: var(--mageek-lavender) !important;
  transition: color 0.3s ease;
}

cart-items .quantity__button:hover {
  color: #D4AF37 !important;
}

/* Bouton supprimer */
cart-items cart-remove-button .button {
  color: rgba(213, 203, 229, 0.5) !important;
  transition: color 0.3s ease;
}

cart-items cart-remove-button .button:hover {
  color: #e74c3c !important;
}

/* Remises */
cart-items .discounts__discount {
  color: var(--mageek-green-accent) !important;
}

/* Bordure bas des items */
.cart__items {
  border-bottom-color: rgba(212, 175, 55, 0.15) !important;
}

/* ========================================
   7B. Panier — Footer (sous-total + checkout)
   ======================================== */

.cart__footer-wrapper {
  background: rgba(30, 17, 57, 0.4) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: var(--border-radius-card);
  border: 1px solid rgba(212, 175, 55, 0.1);
  margin-top: 20px;
}

/* Sous-total */
.totals__total {
  color: var(--mageek-lavender) !important;
  font-family: 'Cinzel Decorative', serif !important;
}

.totals__total-value {
  color: #D4AF37 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
}

/* Note de taxes */
.cart__footer .tax-note {
  color: rgba(213, 203, 229, 0.5) !important;
}

.cart__footer .tax-note a {
  color: var(--mageek-lavender) !important;
  transition: color 0.3s ease;
}

.cart__footer .tax-note a:hover {
  color: #D4AF37 !important;
}

/* Bouton Checkout */
.cart__checkout-button {
  background-color: var(--mageek-teal) !important;
  color: var(--mageek-white) !important;
  border-radius: var(--border-radius-pill) !important;
  border: none !important;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 16px 40px !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
    110deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: -200% center;
}

.cart__checkout-button:hover {
  background-color: var(--mageek-teal-hover) !important;
  box-shadow: 0 4px 20px rgba(28, 127, 121, 0.3);
  animation: mageek-shimmer 0.8s ease-in-out;
}

/* Boutons de paiement dynamiques */
.cart__dynamic-checkout-buttons .shopify-payment-button__button {
  border-radius: var(--border-radius-pill) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  overflow: hidden;
}

/* Remises panier */
.cart__footer .discounts__discount {
  color: var(--mageek-green-accent) !important;
}

/* Note du panier (textarea) */
.cart__note .field__input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(213, 203, 229, 0.2) !important;
  border-radius: 12px !important;
  color: var(--mageek-text-light) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cart__note .field__input:focus {
  border-color: var(--mageek-teal) !important;
  box-shadow: 0 0 0 2px rgba(28, 127, 121, 0.3) !important;
  outline: none;
}

.cart__note label {
  color: var(--mageek-lavender) !important;
}

/* ========================================
   7C. Panier vide — style magique
   ======================================== */

.cart__warnings .cart__empty-text {
  color: var(--mageek-lavender) !important;
  font-family: 'Cinzel Decorative', serif !important;
  font-size: 1.8rem !important;
}

.cart__warnings .button {
  background-color: var(--mageek-teal) !important;
  color: var(--mageek-white) !important;
  border-radius: var(--border-radius-pill) !important;
  border: none !important;
  padding: 14px 36px !important;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cart__warnings .button:hover {
  background-color: var(--mageek-teal-hover) !important;
}

.cart__login-title {
  color: var(--mageek-lavender) !important;
}

.cart__login-paragraph {
  color: var(--mageek-text-light) !important;
  opacity: 0.8;
}

.cart__login-paragraph a {
  color: #D4AF37 !important;
  transition: color 0.3s ease;
}

.cart__login-paragraph a:hover {
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}