/*
Theme Name: Stickers Minimal
Description: STICKERSOFT — Street Luxury Gold theme
Version: 3.0.0
Author: STICKERSOFT
*/

/* ===================== RESET / BASE ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0A0A0A;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }


/* Custom selection */
::selection {
  background: #D4AF37;
  color: #000000;
}
::-moz-selection {
  background: #D4AF37;
  color: #000000;
}

/* ===================== HEADER ===================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245, 197, 66, 0.15);
  padding: 0 40px;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #0A0A0A;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #D4AF37;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #333 #0A0A0A;
}


.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
/* Logo — remplir la barre */
.site-header .logo {
  flex-shrink: 0;
}
.site-header .logo img {
  height: 64px;
  width: auto;
}

/* ===================== WHATSAPP HEADER ICON ===================== */
.header-whatsapp {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 24px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
.header-whatsapp:hover {
  transform: scale(1.1);
  opacity: 1;
}
.header-whatsapp svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .header-whatsapp {
    margin-left: 8px;
  }
  .header-whatsapp svg {
    width: 26px;
    height: 26px;
  }
}

/* Slogan centré */
.header-slogan {
  flex: 1;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.5px;
  padding: 0 24px;
}
.header-nav { display: flex; align-items: center; gap: 32px; }
.header-nav a {
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.7);
  transition: color 0.3s;
}
.header-nav a:hover { color: #F5C542; }
.cart-link {
  display: flex; align-items: center; gap: 8px; padding: 8px 20px;
  border: 1px solid rgba(245,197,66,0.4); border-radius: 24px; transition: all 0.3s;
}
.cart-link:hover { background: rgba(245,197,66,0.1); border-color: #F5C542; }
.cart-link svg { stroke: #F5C542; }
.cart-count { color: #F5C542; font-weight: 700; font-size: 0.85rem; }

/* ===================== HERO SECTION ===================== */
.hero {
  display: flex;
  align-items: center;
  padding: 48px 40px 12px;
  overflow: hidden;
  position: relative;
}
.hero::before {
  display: none;
}
.hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hero-text {
  flex: 0 0 42%;
  max-width: 520px;
}

/* Hero logo title image — crop transparent margins */
.hero-logo-wrap {
  overflow: hidden;
  margin-bottom: 8px;
  margin-top: -10px;
  max-width: 280px;
}
.hero-logo-title {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}


.hero-sub {
  font-size: 0.95rem; line-height: 1.5;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px; max-width: 420px;
}
.hero-cta {
  display: inline-block; padding: 12px 36px;
  background: linear-gradient(135deg, #F5C542, #D4AF37);
  color: #0A0A0A; font-family: 'Bebas Neue', cursive;
  font-size: 1.2rem; letter-spacing: 3px; border-radius: 50px;
  transition: all 0.3s; box-shadow: 0 4px 24px rgba(245,197,66,0.3);
}
.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245,197,66,0.5);
}

/* ===================== HERO VISUAL: Bubbles ===================== */
.hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bubbles-container {
  position: relative;
  width: 660px;
  height: 640px;
  overflow: visible;
  transform: scale(0.65);
  transform-origin: top center;
  margin-bottom: -225px;
  margin-top: -10px;
}
.sticker-bubble {
  border-radius: 50%; overflow: hidden;
  border: 2px solid #D4AF37;
  box-shadow: 0 0 0 5px rgba(212,175,55,0.12), 0 0 30px rgba(245,197,66,0.25), inset 0 0 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: absolute;
  animation: floatBubble 6s ease-in-out infinite;
  cursor: pointer;
}
.sticker-bubble:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 0 0 5px rgba(212,175,55,0.25), 0 0 50px rgba(245,197,66,0.5);
  z-index: 10; animation-play-state: paused;
}
.sticker-bubble img { width: 100%; height: 100%; object-fit: cover; }
.bubble-0,.bubble-3,.bubble-6,.bubble-9,.bubble-12 { animation-name: floatBubble; }
.bubble-1,.bubble-4,.bubble-7,.bubble-10 { animation-name: floatBubbleAlt; }
.bubble-2,.bubble-5,.bubble-8,.bubble-11 { animation-name: floatBubbleDiag; }


/* ===================== MINI-BUBBLES LION (mobile only) ===================== */
.mobile-lion-bubble {
  display: none;
}
.lion-bubble-wrapper {
  /* Transparent on desktop — no layout impact */
}


/* ===================== COLLECTION BUTTONS ===================== */
.collection-buttons-section {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 24px;
  width: 100%;
  padding: 48px 20px;
  box-sizing: border-box;
  text-align: center;
}
.collection-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  background: #F5C542 !important;
  color: #0A0A0A !important;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  border-radius: 50px;
  text-decoration: none !important;
  text-align: center;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 20px rgba(245,197,66,0.35);
  white-space: nowrap;
  border: none;
  cursor: pointer;
  min-width: 260px;
}
.collection-btn:hover {
  background: #D4AF37 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(245,197,66,0.5);
  color: #0A0A0A !important;
}
@media (max-width: 768px) {
  .collection-buttons-section {
    flex-direction: column !important;
    gap: 16px;
    padding: 32px 24px;
  }
  .collection-btn {
    width: 85%;
    max-width: 320px;
    min-width: unset;
    padding: 14px 24px;
    font-size: 1.05rem;
  }
}


/* ===================== TRUST BAR ===================== */
.trust-bar {
  background: linear-gradient(135deg, #D4AF37, #F5C542, #D4AF37);
  padding: 18px 40px;
}
.trust-inner {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 16px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  color: #0A0A0A; font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 1px;
}
.trust-item svg { width: 22px; height: 22px; flex-shrink: 0; }


/* Trust bar hover effects */
.trust-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: default;
}
.trust-item:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* ===================== CONTENT ZONE ACCORDION ===================== */
.content-zone-accordion {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 48px 40px 0;
}

/* --- Accordion button --- */
.cz-accordion-btn {
  width: 100%;
  background: #111111;
  border: 1px solid #D4AF37;
  border-radius: 16px;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #FFFFFF;
  outline: none;
}
.cz-accordion-btn:hover {
  border-color: #F5C542;
  box-shadow: 0 4px 24px rgba(212, 175, 55, 0.2);
}
.cz-accordion-btn[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #F5C542;
}
.cz-accordion-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.cz-accordion-arrow {
  transition: transform 0.35s ease;
  flex-shrink: 0;
}
.cz-accordion-btn[aria-expanded="true"] .cz-accordion-arrow {
  transform: rotate(180deg);
}

/* --- Accordion panel (hidden by default) --- */
.cz-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #0A0A0A;
  border: 1px solid #D4AF37;
  border-top: none;
  border-radius: 0 0 16px 16px;
}

/* --- Inner content (same design as before) --- */
.cz-accordion-panel .content-zone-inner {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cz-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-align: center;
  color: #F5C542;
  line-height: 1.2;
}
.cz-intro {
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.cz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.cz-block {
  background: #111111;
  border: 1px solid #1E1E1E;
  border-radius: 20px;
  padding: 28px;
  transition: border-color 0.3s;
}
.cz-block:hover { border-color: rgba(212,175,55,0.3); }
.cz-block h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.4rem;
  color: #F5C542;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.cz-block p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.7; margin-bottom: 10px; }
.cz-block ul { list-style: none; padding: 0; margin: 8px 0 0; }
.cz-block ul li { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.7; padding: 4px 0; }
.cz-block ul li strong { color: #FFFFFF; }
.cz-note {
  background: rgba(212,175,55,0.08);
  border-left: 3px solid #D4AF37;
  padding: 12px 16px;
  border-radius: 0 10px 10px 0;
  margin-top: 12px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.cz-highlights { text-align: center; }
.cz-highlights h3 { font-family: 'Bebas Neue', cursive; font-size: 1.6rem; color: #F5C542; letter-spacing: 2px; margin-bottom: 20px; }
.cz-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 24px; }
.cz-badge {
  background: #111;
  border: 1px solid rgba(212,175,55,0.3);
  color: #D4AF37;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}
.cz-closing { color: rgba(255,255,255,0.5); font-size: 1rem; }

@media (max-width: 768px) {
  .content-zone-accordion { padding: 32px 16px 0; }
  .cz-accordion-btn { padding: 16px 20px; }
  .cz-accordion-label { font-size: 18px; }
  .cz-accordion-panel .content-zone-inner { padding: 24px 16px; }
  .cz-grid { grid-template-columns: 1fr; gap: 20px; }
  .cz-title { font-size: 1.8rem; }
}

/* ===================== TRUST BAR ===================== */
.trust-bar {
  background: linear-gradient(135deg, #D4AF37, #F5C542, #D4AF37);
  padding: 18px 40px;
}
.trust-inner {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 16px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  color: #0A0A0A; font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 1px;
}
.trust-item svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ===================== CONTENT ZONE ===================== */
.content-zone {
  padding: 64px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.content-zone-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cz-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-align: center;
  color: #F5C542;
  line-height: 1.2;
}
.cz-intro {
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.cz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.cz-block {
  background: #111111;
  border: 1px solid #1E1E1E;
  border-radius: 20px;
  padding: 28px;
  transition: border-color 0.3s;
}
.cz-block:hover { border-color: rgba(212,175,55,0.3); }
.cz-block h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.4rem;
  color: #F5C542;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.cz-block p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.7; margin-bottom: 10px; }
.cz-block ul { list-style: none; padding: 0; margin: 8px 0 0; }
.cz-block ul li { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.7; padding: 4px 0; }
.cz-block ul li strong { color: #FFFFFF; }
.cz-note {
  background: rgba(212,175,55,0.08);
  border-left: 3px solid #D4AF37;
  padding: 12px 16px;
  border-radius: 0 10px 10px 0;
  margin-top: 12px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.cz-highlights { text-align: center; }
.cz-highlights h3 { font-family: 'Bebas Neue', cursive; font-size: 1.6rem; color: #F5C542; letter-spacing: 2px; margin-bottom: 20px; }
.cz-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 24px; }
.cz-badge {
  background: #111;
  border: 1px solid rgba(212,175,55,0.3);
  color: #D4AF37;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}
.cz-closing { color: rgba(255,255,255,0.5); font-size: 1rem; }
@media (max-width: 768px) {
  .content-zone { padding: 48px 20px; }
  .cz-grid { grid-template-columns: 1fr; gap: 20px; }
  .cz-title { font-size: 1.8rem; }
}

/* ===================== PRODUCTS ===================== */

/* Decorative separator before products */
.products-section {
  position: relative;
}
.products-section::before {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  margin: 0 auto 48px;
}

.products-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 40px;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #F5C542, #D4AF37, #F5C542, transparent);
  margin: 16px auto 0;
  border-radius: 2px;
}
.section-sub {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 1rem;
  margin-bottom: 48px;
}

/* ============ PRODUCT GRID — 2 COLUMNS STRICT ============ */
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products,
.products-section ul.products,
.woocommerce ul.products.columns-2,
.woocommerce-page ul.products.columns-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
/* Annuler tout comportement "featured" ou "first" qui casse la grille */
.woocommerce ul.products li.product:first-child,
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last,
.woocommerce ul.products li.product.wide,
.woocommerce ul.products.columns-2 li.product:first-child,
.woocommerce ul.products.columns-2 li.product.first,
.woocommerce ul.products.columns-2 li.product.last,
.woocommerce ul.products.columns-2 li.product.wide {
  grid-column: span 1 !important;
  width: 100% !important;
  float: none !important;
  clear: none !important;
}


/* ============ ULTRA-STRICT GRID — no exceptions ============ */
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.first,
.woocommerce-page ul.products li.product.last,
ul.products li.product.first,
ul.products li.product.last,
ul.products li.product:first-child,
ul.products li.product:last-child {
  grid-column: span 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: none !important;
}
/* Kill WC float layout clearfix */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

/* ============ CARD CONTAINER ============ */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product.stickersoft-card,
ul.products li.product {
  background: #111111 !important;
  border-radius: 20px !important;
  border: 1px solid #1E1E1E !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  float: none !important;
}
.woocommerce ul.products li.product:hover,
ul.products li.product:hover {
  border-color: #D4AF37 !important;
  box-shadow: 0 12px 50px rgba(212, 175, 55, 0.2) !important;
  transform: translateY(-4px);
}

/* ============ IMAGE WRAPPER (ratio 1:1) ============ */
.card-image-link {
  display: block;
  text-decoration: none;
}
.card-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: #111111;
}
.card-image-wrapper img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transition: transform 0.45s ease !important;
  display: block !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 8px !important;
}
.stickersoft-card:hover .card-image-wrapper img,
li.product:hover .card-image-wrapper img {
  transform: scale(1.08) !important;
}

/* Gold overlay on hover */
.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(212, 175, 55, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.stickersoft-card:hover .card-overlay,
li.product:hover .card-overlay {
  opacity: 1;
}

/* ============ CARD FOOTER (price + qty + buttons) ============ */
.card-footer {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

/* ============ PRICE — GOLD ============ */
.card-price,
.card-price .price,
.card-price .woocommerce-Price-amount,
.card-price .amount {
  color: #F5C542 !important;
  font-family: 'Bebas Neue', cursive !important;
  font-size: 1.6rem !important;
  letter-spacing: 1.5px !important;
  line-height: 1 !important;
}
.card-price .woocommerce-Price-currencySymbol {
  color: #D4AF37 !important;
}

/* ============ HIDE unwanted elements ============ */
.stickersoft-card .woocommerce-loop-product__title,
.stickersoft-card h2,
.stickersoft-card .stock,
.stickersoft-card .product-stock-badge,
.stickersoft-card .product-card-info,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2.woocommerce-loop-product__title {
  display: none !important;
}

/* ============ QUANTITY SELECTOR ============ */
.card-qty-row {
  display: flex;
  justify-content: flex-end;
}
.card-qty-selector {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #1A1A1A;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  overflow: hidden;
}
.card-qty-btn {
  width: 32px;
  height: 32px;
  background: #1A1A1A !important;
  color: #D4AF37 !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  padding: 0 !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.card-qty-btn:hover {
  background: #2A2A2A !important;
  transform: none !important;
  box-shadow: none !important;
}
.card-qty-value {
  min-width: 32px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  user-select: none;
}

/* ============ TWO BUTTONS ROW ============ */
.card-buttons-row {
  display: flex;
  gap: 8px;
  width: 100%;
}
.card-buttons-row .card-btn-add,
.card-buttons-row .card-btn-buy {
  flex: 1 1 50%;
  min-width: 0;
  text-align: center;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 8px !important;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
}

/* Left button: AJOUTER AU PANIER — gold filled */
.card-buttons-row .card-btn-add {
  background: linear-gradient(135deg, #F5C542, #D4AF37) !important;
  color: #000000 !important;
  border: 2px solid transparent !important;
  box-shadow: 0 2px 12px rgba(245,197,66,0.15);
  margin: 0 !important;
  width: auto !important;
}
.card-buttons-row .card-btn-add:hover {
  background: linear-gradient(135deg, #FFD84D, #F5C542) !important;
  box-shadow: 0 6px 25px rgba(245, 197, 66, 0.4) !important;
  transform: translateY(-2px) !important;
}

/* Right button: ACHAT IMMÉDIAT — outline gold */
.card-buttons-row .card-btn-buy {
  background: transparent !important;
  color: #F5C542 !important;
  border: 2px solid #F5C542 !important;
  box-shadow: none;
}
.card-buttons-row .card-btn-buy:hover {
  background: #F5C542 !important;
  color: #000000 !important;
  box-shadow: 0 6px 25px rgba(245, 197, 66, 0.4) !important;
  transform: translateY(-2px) !important;
}

/* Hide the old default WC add-to-cart that may leak through */
.card-footer > .button:not(.card-btn-add),
.card-footer > .add_to_cart_button:not(.card-btn-add),
.card-footer > a.added_to_cart {
  display: none !important;
}

/* "Voir le panier" link after adding */
.card-buttons-row .added_to_cart {
  display: none !important;
}

/* ============================================
   PAGINATION — AÉRÉE ET HARMONIEUSE
   ============================================ */
.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
  text-align: center !important;
}
.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background: #111111 !important;
  border: 1px solid #2A2A2A !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 12px 22px !important;
  min-width: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #1A1A1A !important;
  border-color: #D4AF37 !important;
  color: #F5C542 !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2) !important;
}
.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: linear-gradient(135deg, #F5C542, #D4AF37) !important;
  color: #000000 !important;
  border-color: #D4AF37 !important;
  font-weight: 700 !important;
}

/* ============ RESPONSIVE PRODUCTS ============ */
@media (max-width: 768px) {
  .products-section { padding: 48px 16px 24px; }
  .section-title { font-size: 2.2rem; }
  .woocommerce ul.products,
  ul.products,
  .products-section ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .card-footer { padding: 14px 16px 18px; gap: 10px; }
  .card-price, .card-price .woocommerce-Price-amount { font-size: 1.3rem !important; }
  .card-footer .button,
  .woocommerce ul.products li.product .button {
    padding: 12px 16px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products,
  ul.products,
  .products-section ul.products {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* ============================================
   PAGE PRODUIT INDIVIDUELLE - STICKERSOFT v18b
   ============================================ */

/* Wrapper */
.wc-page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 40px 80px;
}

/* Force gallery visible (WC FlexSlider fallback) */
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .woocommerce-product-gallery figure,
.woocommerce div.product .woocommerce-product-gallery img,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Layout 2 colonnes — STRETCH pour aligner les hauteurs */
.woocommerce div.product {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  align-items: start !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}

/* ---- IMAGE GALLERY — colonne gauche — PAS DE RECTANGLE ---- */

/* ALL gallery nested elements — full size, no constraints */
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery__image,
.woocommerce div.product .woocommerce-product-gallery__image a,
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-nav {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Gallery container — left column, no rectangle */
.woocommerce div.product .woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  min-width: 0 !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Hide magnifying glass trigger */
.woocommerce div.product .woocommerce-product-gallery__trigger {
  display: none !important;
}

/* Figure element inside gallery */
.woocommerce div.product .woocommerce-product-gallery figure {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Gallery image container */
.woocommerce div.product .woocommerce-product-gallery__image {
  overflow: hidden !important;
  border-radius: 16px !important;
}

/* THE IMAGE — fills container, contain mode, subtle dark bg */
.woocommerce div.product .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #111111 !important;
  border-radius: 16px !important;
  display: block !important;
  padding: 16px !important;
  transition: transform 0.4s ease !important;
  cursor: default !important;
}

/* Hover zoom */
.woocommerce div.product .woocommerce-product-gallery__image img:hover {
  transform: scale(1.06) !important;
}

/* Hide thumbnails nav */
.woocommerce div.product .flex-control-thumbs,
.woocommerce div.product ol.flex-control-nav {
  display: none !important;
}

/* Disable any WC zoom/lightbox overlays */
.woocommerce div.product .woocommerce-product-gallery--with-images .flex-viewport {
  cursor: default !important;
}
.pswp, .pswp__bg, .pswp__scroll-wrap {
  display: none !important;
}

/* FlexSlider overrides — prevent JS-calculated heights */
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
  overflow: visible !important;
  position: relative !important;
}
.woocommerce div.product .woocommerce-product-gallery .flexslider {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ---- SUMMARY — colonne droite ---- */
.woocommerce div.product .summary.entry-summary,
.woocommerce div.product .summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  background: #111111 !important;
  border-radius: 20px !important;
  border: 1px solid #1E1E1E !important;
  padding: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Titre produit */
.woocommerce div.product .product_title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 38px !important;
  color: #FFFFFF !important;
  line-height: 1.1 !important;
  margin: 0 0 4px !important;
  letter-spacing: 1px !important;
}

/* Prix */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #F5C542 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 36px !important;
  letter-spacing: 1.5px !important;
  margin: 0 !important;
}
.woocommerce div.product .price .woocommerce-Price-currencySymbol {
  color: #D4AF37 !important;
}

/* Stock badge */
.woocommerce div.product .stock {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  display: inline-block !important;
  width: fit-content !important;
}
.woocommerce div.product .in-stock {
  color: #4CAF50 !important;
  background: rgba(76, 175, 80, 0.1) !important;
  border: 1px solid rgba(76, 175, 80, 0.25) !important;
}
.woocommerce div.product .out-of-stock {
  color: #FF5252 !important;
  background: rgba(255, 82, 82, 0.1) !important;
  border: 1px solid rgba(255, 82, 82, 0.25) !important;
}

/* HIDE categories + tags + SKU */
.woocommerce div.product .posted_in,
.woocommerce div.product .tagged_as,
.woocommerce div.product .sku_wrapper,
.woocommerce div.product .product_meta {
  display: none !important;
}

/* Cart form */
.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 8px 0 0 !important;
}
.woocommerce div.product .quantity input.qty {
  background: #1A1A1A !important;
  border: 1px solid #333 !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  width: 80px !important;
  text-align: center !important;
}
.woocommerce div.product .quantity input.qty:focus {
  border-color: #D4AF37 !important;
  outline: none !important;
}

/* ---- TWO BUTTONS ROW (single product) ---- */
.cart-buttons-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  width: 100% !important;
}
.cart-buttons-row .single_add_to_cart_button,
.cart-buttons-row .btn-achat-immediat {
  flex: 1 !important;
  min-width: 0 !important;
  width: 50% !important;
  padding: 14px 8px !important;
  font-size: 13px !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
}

/* Bouton Ajouter au panier */
.woocommerce div.product .single_add_to_cart_button {
  flex: 1 !important;
  background: linear-gradient(135deg, #F5C542, #D4AF37) !important;
  color: #000000 !important;
  border: 2px solid transparent !important;
  border-radius: 50px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  padding: 16px 12px !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  margin: 0 !important;
  text-align: center !important;
  box-shadow: 0 4px 20px rgba(245, 197, 66, 0.2) !important;
}
.woocommerce div.product .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, #FFD84D, #F5C542) !important;
  box-shadow: 0 8px 35px rgba(245, 197, 66, 0.5) !important;
  transform: translateY(-2px) !important;
}

/* Bouton Achat immédiat */
.btn-achat-immediat {
  flex: 1 !important;
  background: transparent !important;
  border: 2px solid #F5C542 !important;
  color: #F5C542 !important;
  border-radius: 50px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  padding: 16px 12px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.btn-achat-immediat:hover {
  background: #F5C542 !important;
  color: #000000 !important;
  box-shadow: 0 8px 35px rgba(245, 197, 66, 0.5) !important;
  transform: translateY(-2px) !important;
}

/* "Voir le panier" link — restyle */
.stickersoft-view-cart {
  display: block !important;
  text-align: center !important;
  color: #D4AF37 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  margin-top: 8px !important;
  text-decoration: underline !important;
}

/* WooCommerce message after add-to-cart */
.woocommerce-message {
  background: #111 !important;
  border-top-color: #D4AF37 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  font-family: 'Outfit', sans-serif !important;
}
.woocommerce-message a.button {
  background: linear-gradient(135deg, #F5C542, #D4AF37) !important;
  color: #000 !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
}

/* Hide tabs + related */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
  display: none !important;
}

/* ---- RESPONSIVE single product ---- */
@media (max-width: 768px) {
  .wc-page-wrap { padding: 16px 16px 48px; }

  /* Switch to flex column — image on top, summary below */
  .woocommerce div.product {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    min-height: auto !important;
  }

  /* Gallery — full width, normal flow */
  .woocommerce div.product .woocommerce-product-gallery {
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    aspect-ratio: 1 / 1 !important;
  }

  /* Summary — full width, below image */
  .woocommerce div.product .summary.entry-summary,
  .woocommerce div.product .summary {
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    padding: 20px !important;
  }

  /* Cart form + buttons — normal flow, never absolute/fixed */
  .cart-buttons-row,
  .woocommerce div.product form.cart {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  /* Buttons — side by side, equal width */
  .woocommerce div.product .single_add_to_cart_button,
  .btn-achat-immediat {
    flex: 1 !important;
    position: relative !important;
    width: auto !important;
  }

  .woocommerce div.product .product_title { font-size: 28px !important; }
  .woocommerce div.product p.price { font-size: 28px !important; }
}

/* ===================== FOOTER ===================== */
.site-footer { background: #0A0A0A; border-top: 1px solid rgba(245,197,66,0.2); padding: 60px 40px 0; }
.footer-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand .footer-logo { height: 60px; width: auto; margin-bottom: 16px; }
.footer-brand p { color: rgba(255,255,255,0.4); font-size: 0.9rem; line-height: 1.6; }
.footer-col h4 { font-family: 'Bebas Neue', cursive; font-size: 1.2rem; letter-spacing: 2px; color: #F5C542; margin-bottom: 20px; }
.footer-col a { display: block; color: rgba(255,255,255,0.5); font-size: 0.9rem; margin-bottom: 10px; transition: color 0.3s; }
.footer-col a:hover { color: #F5C542; }
.footer-bottom { border-top: 1px solid #1A1A1A; padding: 24px 0; text-align: center; max-width: 1400px; margin: 0 auto; }
.footer-bottom p { color: rgba(255,255,255,0.25); font-size: 0.8rem; letter-spacing: 1px; }


/* Footer polish */
.site-footer a {
  transition: color 0.3s ease, transform 0.2s ease;
}
.site-footer a:hover {
  color: #F5C542 !important;
  transform: translateX(3px);
}
.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

/* ===================== LEGAL ===================== */
.legal-page { max-width: 800px; margin: 48px auto; padding: 0 24px; }
.legal-page h1 { font-family: 'Bebas Neue', cursive; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 24px; color: #F5C542; }
.legal-page h2 { font-family: 'Bebas Neue', cursive; font-size: 1.4rem; margin: 32px 0 12px; color: #fff; }
.legal-page p, .legal-page li { line-height: 1.7; margin-bottom: 12px; color: rgba(255,255,255,0.6); }
.legal-page a { color: #F5C542; } .legal-page a:hover { color: #D4AF37; }

/* ===================== WC OVERRIDES ===================== */
.woocommerce-message, .woocommerce-info { background: #111 !important; border-top-color: #F5C542 !important; color: #fff !important; }
.woocommerce-message::before, .woocommerce-info::before { color: #F5C542 !important; }
.widget_shopping_cart_content { display: none; }
.woocommerce .quantity .qty { background: #111; color: #fff; border: 1px solid #333; }
.woocommerce table.shop_table { background: #111; border-color: #1A1A1A; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: #1A1A1A !important; color: #fff; }

/* ===================== ANIMATIONS ===================== */
@keyframes floatBubble {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(-12px) translateX(4px); }
  66% { transform: translateY(6px) translateX(-3px); }
}
@keyframes floatBubbleAlt {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(8px) translateX(-6px); }
  66% { transform: translateY(-10px) translateX(5px); }
}
@keyframes floatBubbleDiag {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(-8px) translateX(-5px); }
  66% { transform: translateY(10px) translateX(4px); }
}


/* Fade-in animation for products */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stickersoft-card {
  opacity: 0;
}
.stickersoft-card.is-visible {
  animation: fadeInUp 0.6s ease forwards;
}


/* ============ CARD BUTTONS RESPONSIVE ============ */
@media (max-width: 600px) {
  .card-buttons-row {
    flex-direction: column;
    gap: 6px;
  }
  .card-buttons-row .card-btn-add,
  .card-buttons-row .card-btn-buy {
    flex: 1 1 100%;
    font-size: 0.65rem !important;
    padding: 10px 6px !important;
  }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1200px) {
  .bubbles-container { transform: scale(0.55); margin-bottom: -290px; }
  .hero-logo-wrap { max-width: 190px; }
  .cz-grid { gap: 24px; }
}
@media (max-width: 1024px) {
  .hero-inner { gap: 16px; }
  .bubbles-container { transform: scale(0.5); margin-bottom: -320px; }
  .hero-logo-wrap { max-width: 210px; }
  .header-slogan { font-size: 0.85rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cz-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .site-header { padding: 0 16px; }
  .header-inner { height: 60px; }
  .site-header .logo img { height: 50px; }
  .header-slogan { display: none; }
  .header-nav { gap: 16px; }
  .header-nav a:not(.cart-link) { display: none; }

  .hero { padding: 20px 20px 12px; }
  .hero-inner { flex-direction: column; text-align: center; gap: 20px; }
  .hero-text { flex: none; max-width: 100%; display: flex; flex-direction: column; align-items: center; }
  .hero-logo-wrap { max-width: 230px; }
  .hero-logo-title { transform: rotate(-2deg); transform-origin: center; }
  .hero-sub { margin: 0 auto 16px; text-align: center; }

  .hero-visual { min-height: auto; }
  .bubbles-container {
    width: 100%; max-width: 380px; height: auto !important;
    display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 8px;
    overflow: hidden; transform: none; margin-bottom: 0; margin-top: 0;
  }
  .sticker-bubble { position: relative !important; top: auto !important; left: auto !important; animation: none !important; }
  .bubble-0 { width: 110px !important; height: 110px !important; }
  .bubble-1, .bubble-2 { width: 100px !important; height: 100px !important; }
  .bubble-3,.bubble-4,.bubble-5,.bubble-6,.bubble-7 { width: 80px !important; height: 80px !important; }
  .bubble-8,.bubble-9,.bubble-10,.bubble-11,.bubble-12 { width: 65px !important; height: 65px !important; }

  .content-zone { padding: 40px 20px; }
  .cz-grid { grid-template-columns: 1fr; gap: 20px; }
  .cz-title { font-size: 1.7rem; }

  .trust-bar { padding: 16px 20px; }
  .trust-item { font-size: 0.75rem; }
  .products-section { padding: 48px 16px 64px; }
  .section-title { font-size: 2.2rem; }
  ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .site-footer { padding: 40px 20px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .hero-logo-wrap { max-width: 170px; }
  .hero-cta { padding: 10px 28px; font-size: 1.05rem; }
  .bubble-0 { width: 90px !important; height: 90px !important; }
  .bubble-1,.bubble-2 { width: 80px !important; height: 80px !important; }
  .bubble-3,.bubble-4,.bubble-5,.bubble-6,.bubble-7 { width: 65px !important; height: 65px !important; }
  .bubble-8,.bubble-9,.bubble-10,.bubble-11,.bubble-12 { width: 55px !important; height: 55px !important; }
  .woocommerce ul.products { gap: 8px !important; }
  .product-card-info { padding: 8px 10px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 20px); margin: 0 10px 10px; padding: 10px; font-size: 0.7rem; }
}


/* ===================== WC PAGES (Cart, Checkout) ===================== */
.wc-page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.wc-page-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #F5C542;
  margin-bottom: 32px;
  text-align: center;
}
.wc-page-content {
  background: #111;
  border: 1px solid #1A1A1A;
  border-radius: 16px;
  padding: 32px;
}

/* Cart table dark */
.woocommerce table.shop_table { background: #111 !important; border-color: #1A1A1A !important; border-radius: 12px; overflow: hidden; }
.woocommerce table.shop_table th { background: #0d0d0d !important; color: #F5C542 !important; font-family: 'Outfit', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; border-color: #1A1A1A !important; padding: 16px !important; }
.woocommerce table.shop_table td { border-color: #1A1A1A !important; color: #fff !important; padding: 16px !important; vertical-align: middle; }
.woocommerce table.shop_table td.product-name a { color: #fff; font-weight: 600; }
.woocommerce table.shop_table td.product-name a:hover { color: #F5C542; }
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal { color: #F5C542 !important; font-weight: 700; }
.woocommerce table.shop_table img { border-radius: 8px; width: 60px; }
.woocommerce .quantity .qty { background: #0A0A0A !important; color: #fff !important; border: 1px solid #333 !important; border-radius: 8px; padding: 8px; width: 60px; text-align: center; }
.woocommerce td.actions .coupon input { background: #0A0A0A; border: 1px solid #333; color: #fff; border-radius: 8px; padding: 10px 16px; }

/* Cart buttons */
.woocommerce .cart .button,
.woocommerce .checkout-button,
.woocommerce #place_order,
.woocommerce button.button,
.woocommerce input.button {
  background: linear-gradient(135deg, #F5C542, #D4AF37) !important;
  color: #0A0A0A !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  cursor: pointer;
  transition: all 0.3s !important;
  box-shadow: 0 2px 12px rgba(245,197,66,0.2) !important;
}
.woocommerce .cart .button:hover,
.woocommerce .checkout-button:hover,
.woocommerce button.button:hover {
  box-shadow: 0 6px 24px rgba(245,197,66,0.4) !important;
  transform: translateY(-2px);
}

/* Cart totals */
.woocommerce .cart_totals h2 { font-family: 'Bebas Neue', cursive; color: #F5C542; letter-spacing: 2px; }
.woocommerce .cart_totals .shop_table { background: #0d0d0d !important; }
.woocommerce .cart_totals .order-total .amount { color: #F5C542 !important; font-size: 1.3rem; }

/* Remove item link */
.woocommerce a.remove { color: #F44336 !important; font-size: 1.5rem; }
.woocommerce a.remove:hover { background: rgba(244,67,54,0.1) !important; color: #F44336 !important; }

/* Checkout form */
.woocommerce form .form-row label { color: rgba(255,255,255,0.7); font-weight: 600; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  background: #0A0A0A !important;
  border: 1px solid #333 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff !important; }
.woocommerce form h3 { font-family: 'Bebas Neue', cursive; color: #F5C542; letter-spacing: 2px; }
.woocommerce-checkout #payment { background: #111 !important; border-radius: 12px; }
.woocommerce-checkout #payment div.payment_box { background: #1A1A1A !important; color: rgba(255,255,255,0.7) !important; }
.woocommerce-checkout #payment ul.payment_methods { border-color: #1A1A1A !important; }

/* Messages */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  background: #111 !important;
  border-top-color: #F5C542 !important;
  color: #fff !important;
  border-radius: 10px;
}
.woocommerce-message::before, .woocommerce-info::before { color: #F5C542 !important; }
.woocommerce-error::before { color: #F44336 !important; }

/* Empty cart */
.woocommerce .cart-empty { color: rgba(255,255,255,0.5); text-align: center; font-size: 1.1rem; }
.woocommerce .return-to-shop .button { margin-top: 20px; }

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #F5C542, #D4AF37);
  border: none;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  box-shadow: 0 6px 30px rgba(245, 197, 66, 0.5);
  transform: translateY(-3px) scale(1.05);
}
.back-to-top svg {
  width: 22px;
  height: 22px;
}


/* ===================== MOBILE HERO REORDER v18f ===================== */
@media (max-width: 768px) {
  /* hero-text becomes transparent — children are direct flex items of hero-inner */
  .hero-text {
    display: contents !important;
  }

  /* Reorder: bubbles 1st, CTA 2nd, lion 3rd, subtitle 4th */
  .hero-visual {
    order: 1 !important;
  }
  a.hero-cta {
    order: 2 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  .hero-logo-wrap {
    order: 3 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  p.hero-sub {
    order: 4 !important;
  }

  /* Lion bubble wrapper — positioning context for 4 mini-bubbles */
  .lion-bubble-wrapper {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 60px 80px !important;
    box-sizing: border-box !important;
  }
  .lion-bubble-wrapper .lion-image {
    position: relative !important;
    z-index: 2 !important;
    width: 200px !important;
    max-width: 200px !important;
  }

  /* Show the 4 mini-bubbles */
  .mobile-lion-bubble {
    display: block !important;
    position: absolute !important;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 2px solid #D4AF37 !important;
    box-shadow: 0 0 15px rgba(245, 197, 66, 0.35) !important;
    animation: floatBubble 4s ease-in-out infinite !important;
    z-index: 1 !important;
  }
  .bubble-left-top {
    left: 0px !important;
    top: 60px !important;
  }
  .bubble-left-bottom {
    left: 0px !important;
    bottom: 60px !important;
    animation-delay: 0.5s !important;
  }
  .bubble-right-top {
    right: 0px !important;
    top: 60px !important;
    animation-delay: 1s !important;
  }
  .bubble-right-bottom {
    right: 0px !important;
    bottom: 60px !important;
    animation-delay: 1.5s !important;
  }
  .mobile-lion-bubble img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }
}

/* ===================== CARD BUTTONS — FINAL ===================== */

/* Buttons stacked vertically: Achat immédiat first, Ajouter au panier second */
.card-buttons-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
}

/* Both buttons — identical base style */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .btn-achat-immediat,
.card-btn-add,
.card-btn-buy,
.btn-achat-immediat {
  height: auto !important;
  line-height: normal !important;
  padding: 10px 12px !important;
  font-size: 12px !important;
  white-space: nowrap !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 2px solid #F5C542 !important;
  color: #F5C542 !important;
  border-radius: 50px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .btn-achat-immediat:hover,
.card-btn-add:hover,
.card-btn-buy:hover,
.btn-achat-immediat:hover {
  background: #F5C542 !important;
  color: #000 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .woocommerce ul.products li.product .button.add_to_cart_button,
  .woocommerce ul.products li.product .btn-achat-immediat,
  .card-btn-add,
  .card-btn-buy,
  .btn-achat-immediat {
    font-size: 11px !important;
    padding: 8px 10px !important;
  }
}

/* Hide qty selector on grid */
.card-qty-row {
  display: none !important;
}

/* Center text in add-to-cart button */
.woocommerce ul.products li.product .button.add_to_cart_button {
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ===================== QTY +/- BUTTONS v18i ===================== */
.quantity {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.qty-minus,
.qty-plus {
  width: 36px !important;
  height: 36px !important;
  background: transparent !important;
  border: 2px solid #D4AF37 !important;
  color: #F5C542 !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transition: all 0.2s ease !important;
  padding: 0 !important;
}
.qty-minus:hover,
.qty-plus:hover {
  background: #F5C542 !important;
  color: #000 !important;
}
input.qty {
  width: 50px !important;
  text-align: center !important;
  background: #1A1A1A !important;
  border: 1px solid #D4AF37 !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  padding: 8px 4px !important;
}

/* ===================== QTY SPINNERS HIDE + MOBILE PRODUCT + CART v18j ===================== */

/* 1. Hide native number spinners */
input.qty[type=number]::-webkit-inner-spin-button,
input.qty[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input.qty[type=number] {
  -moz-appearance: textfield !important;
  text-align: center !important;
}

/* 2. Mobile product page — form layout + express payment hide */
@media (max-width: 768px) {
  .woocommerce div.product form.cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .woocommerce div.product form.cart .quantity {
    width: fit-content !important;
    margin: 0 !important;
  }
  .woocommerce div.product form.cart .cart-buttons-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .woocommerce div.product .single_add_to_cart_button,
  .woocommerce div.product .btn-achat-immediat {
    width: 100% !important;
    display: block !important;
  }

  /* Hide express payment buttons */
  .wc-block-components-express-payment,
  .woocommerce-PaymentMethod--express,
  #payment .payment_method_stripe_googlepay,
  #payment .payment_method_amazonpay,
  .wc-stripe-express-checkout-element,
  .woocommerce div.product .woocommerce-variation-add-to-cart ~ div[class*=express],
  .woocommerce div.product #wc-stripe-express-checkout-wrapper {
    display: none !important;
  }
}

/* 3. Mobile cart page — qty centered */
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.product-quantity {
    text-align: center !important;
    padding: 12px 8px !important;
  }
  .woocommerce-cart .quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
  }
  .woocommerce-cart .qty-minus,
  .woocommerce-cart .qty-plus {
    flex-shrink: 0 !important;
    width: 36px !important;
    height: 36px !important;
  }
  .woocommerce-cart input.qty {
    width: 44px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
  }
}


/* ===================== CART THUMBNAIL v19b-fix ===================== */
/* PC: hide the hook image (WC already shows its own thumbnail column) */
@media (min-width: 769px) {
  .cart-item-with-image {
    display: inline !important;
  }
  .cart-item-with-image img {
    display: none !important;
  }
  .cart-item-with-image span {
    display: inline !important;
  }
}
/* Mobile: show the hook image nicely (WC hides its thumbnail column) */
@media (max-width: 768px) {
  .cart-item-with-image {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px;
  }
  .cart-item-with-image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }
  .cart-item-with-image span {
    font-size: 13px !important;
    text-align: center !important;
  }
}

/* ===================== PROMO BANNER v19b ===================== */
.promo-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 30px auto;
  padding: 18px 32px;
  border: 2px solid #F5C542;
  border-radius: 16px;
  background: rgba(245,197,66,0.06);
  position: relative;
  overflow: hidden;
}
.promo-banner::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(245,197,66,0.12), transparent);
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}
.promo-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: #F5C542;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .promo-banner {
    padding: 14px 20px;
    margin: 20px 16px;
  }
  .promo-title {
    font-size: 22px;
  }
}

/* ===================== ACCORDION SECTIONS v19b ===================== */
.accordion-section-block {
  margin-bottom: 32px;
}
.accordion-section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: #F5C542;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 16px;
}
.taille-img-wrapper {
  text-align: center;
}
.taille-img {
  max-width: 100%;
  width: 400px;
  height: auto;
  border-radius: 16px;
  display: inline-block;
}
@media (max-width: 768px) {
  .accordion-section-title {
    font-size: 22px;
  }
  .taille-img {
    width: 100%;
    max-width: 320px;
  }
  .accordion-section-block {
    margin-bottom: 24px;
  }
}

/* ===================== SOCIAL LINKS FOOTER v19b ===================== */
.social-links-footer {
  background: #0A0A0A;
  padding: 20px 0;
  text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.social-links a {
  display: inline-flex;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.85;
}
.social-links a:hover {
  transform: translateY(-3px);
  opacity: 1;
}
.social-links svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .social-links svg {
    width: 34px;
    height: 34px;
  }
}

/* ===================== SHORT VIDEO v19b ===================== */
.short-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 177.78%;
  border-radius: 16px;
  overflow: hidden;
}
.short-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
  border-radius: 16px;
}
