/* ════════════════════════════════════════════════════════════
   IMPORTS & FONTS
════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;700&display=swap');

@font-face {
    font-family: 'Gyst';
    src: url('/UI/bandeaux-categories/typographie-campagne-header/gyst-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ════════════════════════════════════════════════════════════
   VARIABLES
════════════════════════════════════════════════════════════ */
:root {
  --color-primary:    #1a1a1a;
  --color-secondary:  #ffffff;
  --color-accent:     #f9d387;
  --color-text:       #000000;
  --color-text-light: #000000;
  --color-bg:         #FAF9F6;
  --font-primary:     "Montserrat", sans-serif;
  --font-display:     'Gyst', serif;
  --gap:              5px;
  --transition-base:  0.3s ease;
  --transition-slow:  0.5s ease;
}

/* ════════════════════════════════════════════════════════════
   BASE
════════════════════════════════════════════════════════════ */
.lookbook *, .lookbook *::before, .lookbook *::after { box-sizing: border-box; }

.lookbook {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: var(--font-primary);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
  background-color: var(--color-bg);
}

.lookbook a { color: inherit; text-decoration: none; }
.lookbook a:focus-visible,
.lookbook button:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
.lookbook picture { display: block; width: 100%; }
.lookbook picture img { display: block; }

/* ════════════════════════════════════════════════════════════
   IMAGES
════════════════════════════════════════════════════════════ */
.lookbook .img-responsive { width: 100%; height: auto; display: block; object-fit: cover; }
.lookbook .img-container img { transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
.lookbook a:hover .img-container img { transform: scale(1.015); }
.lookbook .img-gif { width: 100%; height: 100%; display: block; object-fit: cover; }

.lookbook .gif-centre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .lookbook .gif-centre { width: 70px; }
}

/* ════════════════════════════════════════════════════════════
   ANIMATIONS
════════════════════════════════════════════════════════════ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════════════════════════
   LINES — STRUCTURE
════════════════════════════════════════════════════════════ */
.lookbook .line {
  width: 100%;
  position: relative;
  animation: fadeInUp 0.6s ease forwards;
}

.lookbook .line-margin { margin-bottom: var(--gap); }

.lookbook .line-flex .cell:nth-child(1) { animation-delay: 0.1s; }
.lookbook .line-flex .cell:nth-child(2) { animation-delay: 0.2s; }
.lookbook .line-flex .cell:nth-child(3) { animation-delay: 0.3s; }

/* No gap */
.lookbook .no-gap,
.lookbook .line-flex.no-gap,
.lookbook .line-2-img.no-gap { gap: 0 !important; padding: 0 !important; }
.lookbook .no-gap .cell { margin: 0 !important; padding: 0 !important; }

/* ════════════════════════════════════════════════════════════
   EDITO / INTRO
════════════════════════════════════════════════════════════ */
.lookbook .line-edito {
  position: relative;
  text-align: center;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.lookbook .title-intro {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 35%;
  margin: 0 auto;
  color: var(--color-text);
  padding: 20px;
}

.lookbook .intro-picto {
  display: flex;
  justify-content: center;
  padding: 0 0 20px;
}

.lookbook .intro-picto img { width: 70px; height: auto; display: block; }
.lookbook .intro-picto--bottom { padding: 40px 0; }

/* ════════════════════════════════════════════════════════════
   CTA
════════════════════════════════════════════════════════════ */
.lookbook .beijos-cta-header {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  padding: 16px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all var(--transition-base);
  white-space: nowrap;
  z-index: 10;
}

.lookbook .line .beijos-cta-header:hover,
.lookbook .cell .beijos-cta-header:hover {
  background-color: var(--color-secondary) !important;
  color: #000000 !important;
  border-color: var(--color-secondary) !important;
}

.lookbook .beijos-cta-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  width: 100%;
  display: block;
  z-index: 5;
}

.lookbook .beijos-cta-banner { display: block !important; position: relative; bottom: auto; left: auto; transform: none; }
.lookbook .beijos-cta-mobile-only { display: none !important; }

/* ════════════════════════════════════════════════════════════
   LIBELLÉS PRODUITS
════════════════════════════════════════════════════════════ */
.lookbook .libelle-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 10;
}

.lookbook .libelle-abs-left  { text-align: left; }
.lookbook .libelle-abs-right { text-align: right; }
.lookbook .libelle { margin: 0; padding: 0; }

.lookbook .libelle a {
  display: block;
  color: var(--color-secondary);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.4;
  transition: opacity var(--transition-base);
}

.lookbook .libelle a:hover { opacity: 0.8; }
.lookbook .libelle .text-italic { font-style: italic; font-weight: 400; opacity: 0.85; font-size: 10px; }
.lookbook .libelle-noir .libelle a { color: #000000; text-shadow: none; }
.lookbook .libelle-inline .libelle a { display: inline; white-space: nowrap; }

/* ════════════════════════════════════════════════════════════
   GRILLE 2 IMAGES PORTRAIT
════════════════════════════════════════════════════════════ */
.lookbook .line-2-img { display: flex; gap: 0; }

.lookbook .line-2-img .cell {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.lookbook .line-2-img .cell .img-container { aspect-ratio: 2 / 3; }
.lookbook .line-2-img .cell .img-container img { width: 100%; height: 100%; object-fit: cover; }
.lookbook .line-2-img .cell > a { display: flex; flex: 1; }
.lookbook .line-2-img .cell > a > .img-container { flex: 1; height: 100%; }
.lookbook .line-2-img .cell > a > .img-container picture { display: block; height: 100%; }
.lookbook .line-2-img .cell > a > .img-container picture img { height: 100%; object-fit: cover; }

/* Vidéo dans grille 2 images */
.lookbook .line-2-img .cell .videoContainer { aspect-ratio: 2 / 3; width: 100%; overflow: hidden; }
.lookbook .line-2-img .cell .videoContainer video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ════════════════════════════════════════════════════════════
   GRILLE 2/3 — HEADER
════════════════════════════════════════════════════════════ */
.lookbook .line-2-3-img { display: flex; gap: var(--gap); padding: 0 var(--gap); }
.lookbook .line-2-3-img-first-full .cell01 { flex: 2; position: relative; }
.lookbook .line-2-3-img-first-full .cell02 { flex: 1; position: relative; }
.lookbook .line-2-3-img .cell { display: flex; }
.lookbook .line-2-3-img .cell > a,
.lookbook .line-2-3-img .cell > div.img-container { display: flex; flex: 1; width: 100%; }
.lookbook .line-2-3-img .cell .img-container { flex: 1; display: flex; height: 100%; }
.lookbook .line-2-3-img .cell .img-container picture { flex: 1; display: flex; }
.lookbook .line-2-3-img .cell .img-container picture img { flex: 1; object-fit: cover; min-height: 100%; }
.lookbook .cell02 .img-container { position: relative; }

/* ════════════════════════════════════════════════════════════
   LIGNE SCROLL (IMAGE PAYSAGE)
════════════════════════════════════════════════════════════ */
.lookbook .line-scroll .cell { position: relative; width: 100%; }
.lookbook .line-scroll .img-container { position: relative; }
.lookbook .line-scroll .img-container img { width: 100%; height: auto; object-fit: cover; }

.lookbook .line-scroll .img-container img.gif-centre {
  width: 25% !important;
  object-fit: unset !important;
}

@media (max-width: 767px) {
  .lookbook .line-scroll .img-container img.gif-centre {
    width: 25% !important;
  }
}

/* ════════════════════════════════════════════════════════════
   STYLE MAGAZINE
════════════════════════════════════════════════════════════ */
.lookbook .line-magazine { padding: 32px; }

.lookbook .line-magazine .line-scroll { padding: 0; }

.lookbook .magazine-header,
.lookbook .magazine-footer {
  font-family: var(--font-display);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ════════════════════════════════════════════════════════════
   QUICKSHOP
════════════════════════════════════════════════════════════ */
.lookbook .quickshop { display: block; position: relative; text-decoration: none; }

.lookbook .quickAddToCartMobile__button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-base);
  z-index: 15;
  padding: 0;
}

.lookbook .quickAddToCartMobile__button:hover { transform: scale(1.15); }

.lookbook .quickAddToCartMobile__buttonIcon {
  font-size: 22px;
  color: var(--color-secondary);
  opacity: 0.9;
  transition: opacity var(--transition-base);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.lookbook .quickAddToCartMobile__button::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.lookbook .quickAddToCartMobile__button:active::before { width: 50px; height: 50px; }

/* ════════════════════════════════════════════════════════════
   FLICKITY
════════════════════════════════════════════════════════════ */
.lookbook .line-slider-only-mob { padding: 0; width: 100%; }
.lookbook .line-slider-only-mob .cell { position: relative; }
.lookbook .line-slider-only-mob .cell .img-container { aspect-ratio: 2 / 3; }
.lookbook .line-slider-only-mob .cell .img-container img { width: 100%; height: 100%; object-fit: cover; }

.lookbook .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 20;
  padding: 0;
}

.lookbook .flickity-prev-next-button:hover { background: transparent; }
.lookbook .flickity-prev-next-button:focus { outline: none; box-shadow: none; }
.lookbook .flickity-prev-next-button.previous { left: 10px; }
.lookbook .flickity-prev-next-button.next     { right: 10px; }
.lookbook .flickity-prev-next-button svg { width: 100%; height: 100%; }
.lookbook .flickity-prev-next-button .flickity-button-icon { fill: #ffffff; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4)); transform: scale(0.7); }
.lookbook .flickity-prev-next-button:hover .flickity-button-icon { transform: scale(1.1); }
.lookbook .flickity-page-dots { display: none; }

/* ════════════════════════════════════════════════════════════
   SECTION ÉDITORIALE — COMMUN
════════════════════════════════════════════════════════════ */
.lookbook .line-sol--editorial,
.lookbook .line-sol--editorial-mob {
  width: 100%;
  background-color: var(--color-bg);
}

.lookbook .line-sol--editorial .sol-editorial-img-main,
.lookbook .line-sol--editorial .sol-editorial-img-detail { overflow: hidden; }

.lookbook .line-sol--editorial .sol-editorial-img-main img,
.lookbook .line-sol--editorial .sol-editorial-img-detail img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.lookbook .line-sol--editorial .sol-editorial-left:hover .sol-editorial-img-main img,
.lookbook .line-sol--editorial .sol-editorial-img-detail a:hover img { transform: scale(1.04); }

/* ════════════════════════════════════════════════════════════
   SECTION ÉDITORIALE — DESKTOP
════════════════════════════════════════════════════════════ */
.lookbook .line-sol--editorial .sol-editorial-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;   /* ← centre l'ensemble */
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 40px;
  gap: 0;
}

.lookbook .line-sol--editorial .sol-editorial-left {
  flex: 0 0 45%;
  width: 45%;
  position: relative;
}

.lookbook .line-sol--editorial .sol-editorial-left .sol-editorial-img-main {
  width: 100%;
  display: block;
}

.lookbook .line-sol--editorial .sol-editorial-right {
  flex: 0 0 30%;
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-top: 25%;
  margin-left: -7%;
}

.lookbook .line-sol--editorial .sol-editorial-libelle {
  margin-bottom: 16px;
  position: relative;
  margin-left: 25%;
  z-index: 20;
}

.lookbook .line-sol--editorial .sol-editorial-libelle .libelle a {
  color: var(--color-text);
  text-shadow: none;
  font-size: 12px;
  letter-spacing: 1px;
}

.lookbook .line-sol--editorial .sol-editorial-img-detail {
  position: relative;
  width: 100%;
  z-index: 10;
}

.lookbook .line-sol--editorial .sol-editorial-stamp {
  position: absolute;
  bottom: -40px;
  left: -28px;
  width: 150px;
  z-index: 20;
  pointer-events: none;
}

.lookbook .line-sol--editorial .sol-editorial-stamp img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .lookbook .line-sol--editorial .sol-editorial-inner { padding: 0 20px; margin: 40px auto; }
  .lookbook .line-sol--editorial .sol-editorial-right { padding-top: 55%; margin-left: -8%; padding-left: 25px; }
  .lookbook .line-sol--editorial .sol-editorial-img-detail { width: 75%; }
  .lookbook .line-sol--editorial .sol-editorial-stamp { width: 120px; bottom: -30px; left: -20px; }
}

@media (max-width: 767px) {
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin: 30px 0 30px;
    padding: 0 15px;
    background-color: var(--color-bg);
  }

  /* Grande image — gauche */
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-top {
    flex: 0 0 60%;
    width: 60%;
    margin-left: 0;
    overflow: hidden;
  }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-top .sol-editorial-img-main {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-top .sol-editorial-img-main img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Bloc droit */
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-bottom {
    flex: 0 0 48%;
    width: 48%;
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    padding-top: 29% !important;
    margin-left: -8%;
    align-items: flex-start;
    gap: 8px;
  }

  /* Libellés — haut du bloc droit, hors grande image */
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-libelle {
    position: absolute;
    top: 25%;
    right: 10%;
    z-index: 20;
  }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-libelle .libelle a {
    color: var(--color-text);
    text-shadow: none;
    font-size: 9px;
    letter-spacing: 1px;
  }

  /* Image détail */
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-detail {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: visible;
  }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-detail .sol-editorial-img-detail {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-detail .sol-editorial-img-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Timbre */
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-stamp {
    position: absolute;
    bottom: -20px;
    left: -14px;
    width: 80px;
    z-index: 20;
    pointer-events: none;
  }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-stamp img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* ════════════════════════════════════════════════════════════
   DESKTOP ≥ 1025px
════════════════════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .lookbook .hidden-d { display: none !important; }
  .lookbook .beijos-cta-mobile-only { display: none !important; }

  .lookbook .line-flex { display: flex; flex-wrap: wrap; gap: var(--gap); padding: 0 var(--gap); }
  .lookbook .line-2-3-img { gap: var(--gap); padding: 0 var(--gap); }

  .lookbook .line-slider-only-mob { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: var(--gap); }
  .lookbook .line-slider-only-mob .cell { min-width: 0; overflow: hidden; width: auto !important; }
  .lookbook .line-slider-only-mob.flickity-enabled { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: var(--gap); }
  .lookbook .line-slider-only-mob .flickity-viewport,
  .lookbook .line-slider-only-mob .flickity-slider { display: contents; }

  .lookbook .quickshop:hover .quickAddToCartMobile__button { display: flex; }

  .lookbook .libelle-abs { padding: 20px; }
  .lookbook .libelle a { font-size: 12px; letter-spacing: 1px; }
  .lookbook .libelle-inline .libelle a { display: inline; white-space: nowrap; }
}

/* ════════════════════════════════════════════════════════════
   TABLET 768px – 1024px
════════════════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1024px) {
  .lookbook .hidden-m { display: none !important; }

  .lookbook .line-flex { display: flex; flex-wrap: wrap; gap: var(--gap); padding: 0 var(--gap); }
  .lookbook .line-2-3-img { flex-direction: column; gap: var(--gap); padding: 0 var(--gap); }
  .lookbook .line-2-3-img-first-full .cell02 { display: none !important; flex: 0 !important; width: 0 !important; overflow: hidden !important; }
  .lookbook .line-2-3-img-first-full .cell01 { flex: 1 !important; width: 100% !important; }

  .lookbook .beijos-cta-mobile-only { display: block !important; position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); white-space: nowrap; z-index: 10; }
  .lookbook .beijos-cta-header { padding: 14px 40px; font-size: 12px; bottom: 10%; }

  .lookbook .line-magazine { padding: 15px; }
  .lookbook .magazine-header,
  .lookbook .magazine-footer { font-size: 9px; padding: 2px; }

  .lookbook .line-slider-only-mob .cell { width: 80%; margin: 0 auto; }
  .lookbook .quickAddToCartMobile__button { display: flex; }

  .lookbook .line-sol--editorial .sol-editorial-inner { padding: 0 20px; margin: 40px auto; }
  .lookbook .line-sol--editorial .sol-editorial-right { padding-top: 48%; margin-left: -5%; padding-left: 20px; }
  .lookbook .line-sol--editorial .sol-editorial-img-detail { width: 90%; }
  .lookbook .line-sol--editorial .sol-editorial-stamp { width: 90px; bottom: -22px; left: -14px; }
}

/* ════════════════════════════════════════════════════════════
   MOBILE ≤ 767px
════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .lookbook .hidden-m { display: none !important; }

  .lookbook .line-flex { display: flex; flex-wrap: wrap; gap: var(--gap); padding: 0 var(--gap); }
  .lookbook .line-2-img { flex-direction: row; gap: var(--gap); }
  .lookbook .line-2-img .cell { width: calc(50% - 2.5px); flex: none; }
  .lookbook .line-2-3-img { flex-direction: column; gap: var(--gap); padding: 0 var(--gap); }
  .lookbook .line-2-3-img-first-full .cell02 { display: none !important; flex: 0 !important; width: 0 !important; overflow: hidden !important; }
  .lookbook .line-2-3-img-first-full .cell01 { flex: 1 !important; width: 100% !important; }

  .lookbook .beijos-cta-mobile-only { display: block !important; position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); white-space: nowrap; z-index: 10; }
  .lookbook .beijos-cta-header { padding: 14px 35px; font-size: 12px; letter-spacing: 1px; bottom: 4%; left: 50%; transform: translateX(-50%); }

  .lookbook .title-intro { font-size: 14px; letter-spacing: 1px; line-height: 1.8; max-width: 90% !important; }

  .lookbook .line-magazine { padding: 15px; }
  .lookbook .magazine-header,
  .lookbook .magazine-footer { font-size: 9px; padding: 2px; }

  .lookbook .line-slider-only-mob .cell { width: 85%; margin-right: 5px; }

  .lookbook .libelle-abs { padding: 10px; }
  .lookbook .libelle a { font-size: 10px; letter-spacing: 1px; line-height: 1.2; }
  .lookbook .libelle .text-italic { font-size: 8px; }
  .lookbook .libelle-blanc-mob .libelle a { color: var(--color-secondary); }
  .lookbook .libelle-inline .libelle a { display: block; }

  .lookbook .quickAddToCartMobile__button { display: flex; width: 36px; height: 36px; top: 12px; right: 12px; }
  .lookbook .quickAddToCartMobile__buttonIcon { font-size: 20px; }
  .lookbook .flickity-prev-next-button { width: 36px; height: 36px; }
}

/* ════════════════════════════════════════════════════════════
   PETIT MOBILE ≤ 479px
════════════════════════════════════════════════════════════ */
@media (max-width: 479px) {
  .lookbook .title-intro { font-size: 12px; max-width: 300px; }
  .lookbook .beijos-cta-header { padding: 12px 28px; font-size: 10px; letter-spacing: 1px; }
  .lookbook .libelle a { font-size: 9px; }
  .lookbook .flickity-prev-next-button { width: 30px; height: 30px; }

  .lookbook .line-sol--editorial-mob .sol-editorial-mob-stamp { width: 56px; bottom: -10px; left: -10px; }
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-libelle .libelle a { font-size: 9px; letter-spacing: 0.6px; }
  .lookbook .line-sol--editorial-mob .sol-editorial-mob-bottom { gap: 10px; padding: 0 10px; }
}