/** Shopify CDN: Minification failed

Line 6607:84 Unexpected "\\n"
Line 6607:103 Expected ":"
Line 6607:125 Expected ":"
Line 6607:142 Expected ":"
Line 6607:202 Expected ":"
Line 6607:215 Expected ":"
Line 6607:238 Expected ":"
Line 6607:261 Expected ":"
Line 6607:278 Expected ":"
Line 6607:320 Expected ":"
... and 25 more hidden warnings

**/
:root{
  --fc-bg:#07050b;
  --fc-panel:#100b18;
  --fc-panel-2:#171020;
  --fc-text:#ffffff;
  --fc-muted:#bcb3c8;
  --fc-purple:#7c2cff;
  --fc-purple-2:#b15cff;
  --fc-border:rgba(255,255,255,.10);
  --fc-shadow:0 22px 70px rgba(70,0,120,.25);
  --fc-radius:22px;
  --fc-max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 15% -10%, rgba(124,44,255,.18), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(177,92,255,.10), transparent 28%),
    var(--fc-bg);
  color:var(--fc-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.fc-skip{position:absolute;left:-9999px;top:auto}
.fc-skip:focus{left:12px;top:12px;z-index:9999;background:#fff;color:#000;padding:10px 14px;border-radius:10px}
.fc-page-width{width:min(calc(100% - 32px),var(--fc-max));margin:0 auto}
.fc-glass{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid var(--fc-border);
  box-shadow:var(--fc-shadow);
  backdrop-filter:blur(16px);
}
.fc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;
  font-weight:800;cursor:pointer;transition:.25s ease;
}
.fc-btn--primary{
  background:linear-gradient(135deg,var(--fc-purple),var(--fc-purple-2));
  color:#fff;box-shadow:0 14px 38px rgba(124,44,255,.32)
}
.fc-btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(124,44,255,.42)}
.fc-btn--secondary{background:rgba(255,255,255,.06);border-color:var(--fc-border);color:#fff}
.fc-section{padding:72px 0}
.fc-section-title{font-size:clamp(28px,4vw,48px);line-height:1.02;margin:0 0 12px;letter-spacing:-.04em}
.fc-section-sub{color:var(--fc-muted);margin:0;max-width:720px;line-height:1.65}
.fc-grid{display:grid;gap:20px}
.fc-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.fc-card{
  border:1px solid var(--fc-border);border-radius:var(--fc-radius);overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  transition:.3s ease;
}
.fc-card:hover{transform:translateY(-4px);border-color:rgba(177,92,255,.34);box-shadow:0 18px 50px rgba(81,11,140,.20)}
.fc-card__media{aspect-ratio:4/5;background:#0e0a13;overflow:hidden;position:relative}
.fc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.fc-card:hover .fc-card__media img{transform:scale(1.035)}
.fc-card__body{padding:16px}
.fc-card__title{font-size:16px;font-weight:800;margin:0 0 8px}
.fc-price{display:flex;gap:10px;align-items:baseline;font-weight:900}
.fc-price s{color:#8d8497;font-weight:600;font-size:.9em}
.fc-badge{
  position:absolute;top:12px;left:12px;padding:8px 10px;border-radius:999px;
  background:rgba(11,7,16,.82);border:1px solid rgba(255,255,255,.13);font-size:12px;font-weight:900
}

/* announcement */
.fc-announcement{
  background:linear-gradient(90deg,#160921,#4d137c,#160921);
  border-bottom:1px solid rgba(255,255,255,.12);
  overflow:hidden;
}
.fc-announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;padding:7px 12px;font-weight:800;font-size:13px;text-align:center}
.fc-announcement strong{color:#d7a9ff}

/* header */
.fc-header-wrap{position:sticky;top:0;z-index:40;background:rgba(7,5,11,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--fc-border)}
.fc-header{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.fc-logo{font-size:21px;font-weight:950;letter-spacing:-.04em;display:flex;align-items:center;gap:10px}
.fc-logo-mark{
  width:32px;height:32px;border-radius:10px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--fc-purple),var(--fc-purple-2));box-shadow:0 8px 22px rgba(124,44,255,.4)
}
.fc-nav{display:flex;justify-content:center;gap:28px;font-weight:700;font-size:14px}
.fc-nav a{color:#d8d0df;transition:.2s}
.fc-nav a:hover{color:#fff}
.fc-icons{display:flex;align-items:center;gap:12px}
.fc-icon-btn{
  width:42px;height:42px;border-radius:13px;border:1px solid var(--fc-border);display:grid;place-items:center;background:rgba(255,255,255,.04)
}
.fc-cart-count{font-size:11px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--fc-purple);display:inline-grid;place-items:center;position:absolute;transform:translate(12px,-12px)}
.fc-mobile-toggle{display:none}

/* hero */
.fc-hero{padding:26px 0 0}
.fc-hero__box{
  min-height:620px;border-radius:30px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.12);
  background:#100b18;display:flex;align-items:flex-end;
}
.fc-hero__media{position:absolute;inset:0}
.fc-hero__media img{width:100%;height:100%;object-fit:cover}
.fc-hero__media:after{
  content:"";position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(7,5,11,.94) 0%,rgba(7,5,11,.70) 40%,rgba(7,5,11,.14) 76%),
  linear-gradient(0deg,rgba(7,5,11,.82),transparent 50%)
}
.fc-hero__content{position:relative;z-index:2;padding:clamp(28px,6vw,74px);max-width:780px}
.fc-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(124,44,255,.18);border:1px solid rgba(177,92,255,.3);color:#dfc4ff;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.fc-hero h1{font-size:clamp(44px,7vw,88px);line-height:.93;letter-spacing:-.065em;margin:20px 0 18px}
.fc-hero h1 span{background:linear-gradient(90deg,#fff,#c58aff);-webkit-background-clip:text;background-clip:text;color:transparent}
.fc-hero p{font-size:clamp(16px,2vw,20px);color:#d0c8d6;line-height:1.6;max-width:620px;margin:0 0 28px}
.fc-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.fc-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:18px 0 0}
.fc-trust__item{padding:18px;border-radius:18px;text-align:center;border:1px solid var(--fc-border);background:rgba(255,255,255,.035)}
.fc-trust__item strong{display:block;font-size:14px}.fc-trust__item span{color:var(--fc-muted);font-size:12px}

/* product */
.fc-product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:44px;padding:52px 0 78px}
.fc-product__gallery{position:sticky;top:100px;align-self:start}
.fc-product__main-image{border-radius:28px;overflow:hidden;border:1px solid var(--fc-border);background:#0e0a13}
.fc-product__main-image img{width:100%;height:auto}
.fc-product__info{padding:10px 0}
.fc-product__eyebrow{color:#cfa4ff;font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.12em}
.fc-product__title{font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px}
.fc-product__price{font-size:25px;margin-bottom:24px}
.fc-option{margin:18px 0}
.fc-option label,.fc-customization legend{font-weight:850;font-size:14px;display:block;margin-bottom:9px}
.fc-select,.fc-input{
  width:100%;height:50px;background:#110b18;color:#fff;border:1px solid var(--fc-border);border-radius:14px;padding:0 14px;outline:none
}
.fc-input:focus,.fc-select:focus{border-color:rgba(177,92,255,.65);box-shadow:0 0 0 3px rgba(124,44,255,.12)}
.fc-customization{
  margin:26px 0;padding:20px;border-radius:20px;border:1px solid rgba(177,92,255,.24);
  background:linear-gradient(145deg,rgba(124,44,255,.11),rgba(255,255,255,.025))
}
.fc-customization__head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}
.fc-customization__head h3{margin:0;font-size:17px}
.fc-customization__pill{font-size:11px;font-weight:900;padding:7px 10px;border-radius:999px;background:rgba(124,44,255,.22);color:#dfc2ff}
.fc-customization__grid{display:grid;grid-template-columns:1fr 120px;gap:12px}
.fc-customization__full{grid-column:1/-1}
.fc-help{font-size:12px;color:var(--fc-muted);margin:8px 0 0;line-height:1.45}
.fc-product__submit{width:100%;height:56px;font-size:16px}
.fc-product__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}
.fc-product__meta div{padding:12px;border:1px solid var(--fc-border);border-radius:14px;color:#d6cedd;font-size:12px;text-align:center}
.fc-description{color:#c9c0d1;line-height:1.7;margin-top:28px}

/* cart progress */
.fc-cart-page{padding:48px 0 80px}
.fc-cart-title{font-size:clamp(36px,5vw,60px);letter-spacing:-.05em;margin:0 0 22px}
.fc-progress{
  padding:20px;border-radius:22px;border:1px solid rgba(177,92,255,.25);
  background:linear-gradient(135deg,#180a25,#2a1041);margin-bottom:24px;overflow:hidden;position:relative
}
.fc-progress:before{content:"";position:absolute;inset:-100% auto -100% -20%;width:25%;transform:rotate(14deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);animation:fcShine 4s infinite}
@keyframes fcShine{0%{left:-35%}60%,100%{left:125%}}
.fc-progress__top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:12px}
.fc-progress__title{font-weight:950}.fc-progress__msg{font-size:13px;color:#dbc8ec}
.fc-progress__track{height:12px;background:#09060d;border-radius:999px;border:1px solid rgba(255,255,255,.11);overflow:hidden}
.fc-progress__bar{height:100%;background:linear-gradient(90deg,#7226ee,#c369ff);border-radius:999px;box-shadow:0 0 22px rgba(177,92,255,.55);transition:width .5s ease}
.fc-cart-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px}
.fc-cart-items,.fc-cart-summary{border:1px solid var(--fc-border);border-radius:22px;background:rgba(255,255,255,.03)}
.fc-cart-line{display:grid;grid-template-columns:96px 1fr auto;gap:16px;padding:18px;border-bottom:1px solid var(--fc-border)}
.fc-cart-line:last-child{border-bottom:0}
.fc-cart-line img{width:96px;height:120px;object-fit:cover;border-radius:14px}
.fc-cart-line__title{font-weight:900;margin-bottom:8px}
.fc-properties{font-size:12px;color:var(--fc-muted);line-height:1.5}
.fc-qty{width:82px;height:42px;margin-top:10px}
.fc-cart-summary{padding:22px;height:max-content;position:sticky;top:98px}
.fc-cart-summary__row{display:flex;justify-content:space-between;gap:16px;padding:9px 0}
.fc-cart-summary__total{font-size:21px;font-weight:950;padding-top:14px;border-top:1px solid var(--fc-border);margin-top:8px}

/* collection */
.fc-collection-head{padding:52px 0 26px}
.fc-collection-head h1{font-size:clamp(38px,6vw,64px);letter-spacing:-.05em;margin:0 0 12px}
.fc-collection-head div{color:var(--fc-muted);max-width:800px;line-height:1.6}
.fc-collection-grid{padding-bottom:74px}

/* text / footer */
.fc-rich{max-width:860px;margin:0 auto;padding:64px 0;line-height:1.8;color:#d2cad8}
.fc-rich h1{color:#fff;font-size:clamp(36px,5vw,60px);letter-spacing:-.05em}
.fc-footer{border-top:1px solid var(--fc-border);margin-top:30px;background:#08060c}
.fc-footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px;padding:52px 0}
.fc-footer h3{font-size:14px;margin:0 0 14px}.fc-footer a,.fc-footer p{color:var(--fc-muted);font-size:13px;line-height:1.8}
.fc-footer__bottom{border-top:1px solid var(--fc-border);padding:18px 0;color:#8f8798;font-size:12px}

/* search */
.fc-search{padding:50px 0 80px}.fc-search form{display:flex;gap:10px;max-width:680px;margin:20px 0 30px}
.fc-search form .fc-input{flex:1}

/* responsive */
@media (max-width: 990px){
  .fc-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fc-nav{display:none}
  .fc-mobile-toggle{display:grid}
  .fc-header{grid-template-columns:auto 1fr auto}
  .fc-product{grid-template-columns:1fr;gap:24px}
  .fc-product__gallery{position:static}
  .fc-cart-grid{grid-template-columns:1fr}
  .fc-cart-summary{position:static}
  .fc-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .fc-page-width{width:min(calc(100% - 20px),var(--fc-max))}
  .fc-header{min-height:64px;gap:10px}.fc-logo{font-size:17px}.fc-logo-mark{width:28px;height:28px}
  .fc-icon-btn{width:38px;height:38px}.fc-icons .fc-account{display:none}
  .fc-hero{padding-top:10px}.fc-hero__box{min-height:590px;border-radius:22px;align-items:flex-end}
  .fc-hero__media:after{background:linear-gradient(0deg,rgba(7,5,11,.97) 0%,rgba(7,5,11,.75) 48%,rgba(7,5,11,.22) 82%)}
  .fc-hero__content{padding:28px 20px}.fc-hero h1{font-size:48px}.fc-hero p{font-size:15px}
  .fc-hero__actions{display:grid}.fc-btn{width:100%}
  .fc-trust{grid-template-columns:1fr 1fr}
  .fc-section{padding:48px 0}.fc-grid--4{grid-template-columns:1fr 1fr;gap:10px}
  .fc-card__body{padding:12px}.fc-card__title{font-size:13px}
  .fc-product{padding:24px 0 54px}.fc-product__main-image{border-radius:20px}.fc-product__title{font-size:38px}
  .fc-customization__grid{grid-template-columns:1fr}.fc-customization__full{grid-column:auto}
  .fc-product__meta{grid-template-columns:1fr}
  .fc-cart-line{grid-template-columns:76px 1fr}.fc-cart-line img{width:76px;height:96px}.fc-cart-line>div:last-child{grid-column:2}
  .fc-footer__grid{grid-template-columns:1fr}
}


/* collection architecture inspired by FC Maillot, redesigned premium */
.fc-collection-hub{padding:54px 0 30px}
.fc-collection-hub__head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:22px}
.fc-collection-hub__head h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.045em;margin:0}
.fc-collection-hub__head p{margin:8px 0 0;color:var(--fc-muted)}
.fc-collection-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,270px);gap:16px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x mandatory;scrollbar-width:none}
.fc-collection-scroll::-webkit-scrollbar{display:none}
.fc-collection-tile{
  position:relative;min-height:260px;border-radius:22px;overflow:hidden;border:1px solid var(--fc-border);
  background:linear-gradient(145deg,#171020,#0b0810);scroll-snap-align:start;
}
.fc-collection-tile__media{position:absolute;inset:0}
.fc-collection-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.fc-collection-tile:hover .fc-collection-tile__media img{transform:scale(1.05)}
.fc-collection-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,3,8,.94) 0%,rgba(5,3,8,.48) 48%,rgba(5,3,8,.08) 85%)}
.fc-collection-tile__content{position:absolute;z-index:2;left:16px;right:16px;bottom:16px}
.fc-collection-tile__title{font-size:18px;font-weight:950;letter-spacing:-.025em}
.fc-collection-tile__sub{font-size:12px;color:#d0c4db;margin-top:5px}
.fc-collection-tile__arrow{position:absolute;right:14px;top:14px;z-index:3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(8,5,12,.72);border:1px solid rgba(255,255,255,.14)}
.fc-cat-strip{display:flex;gap:10px;overflow-x:auto;padding:0 0 8px;scrollbar-width:none}
.fc-cat-strip::-webkit-scrollbar{display:none}
.fc-cat-chip{white-space:nowrap;padding:10px 14px;border-radius:999px;border:1px solid var(--fc-border);background:rgba(255,255,255,.045);font-weight:850;font-size:13px;color:#ddd4e6}
.fc-cat-chip:hover{background:rgba(124,44,255,.18);border-color:rgba(177,92,255,.35);color:#fff}
.fc-mega-note{font-size:12px;color:#9e94a9;margin-top:10px}
@media(max-width:640px){
  .fc-collection-hub{padding:42px 0 16px}
  .fc-collection-scroll{grid-auto-columns:72vw}
  .fc-collection-tile{min-height:225px}
}


/* reviews */
.fc-review-score{display:flex;flex-direction:column;align-items:flex-end;gap:3px}
.fc-review-score strong{font-size:26px}.fc-review-score span{letter-spacing:3px;color:#d69cff}.fc-review-score small{color:var(--fc-muted)}
.fc-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.fc-review-card{padding:22px;border-radius:20px;border:1px solid var(--fc-border);background:linear-gradient(180deg,rgba(124,44,255,.08),rgba(255,255,255,.025));position:relative}
.fc-review-stars{letter-spacing:3px;color:#d69cff;font-size:14px;margin-bottom:14px}
.fc-review-text{font-size:15px;line-height:1.65;color:#eee7f3;min-height:74px}
.fc-review-author{display:flex;align-items:center;gap:11px;margin-top:18px}
.fc-review-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:950;background:linear-gradient(135deg,var(--fc-purple),var(--fc-purple-2))}
.fc-review-author strong,.fc-review-author span{display:block}.fc-review-author span{font-size:11px;color:var(--fc-muted);margin-top:3px}
.fc-review-verified{font-size:11px;color:#c9a2ef;margin-top:13px;font-weight:800}

/* tracking */
.fc-tracking-section{padding:64px 0 84px}
.fc-tracking-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;border-radius:30px;padding:clamp(24px,5vw,54px);position:relative;overflow:hidden}
.fc-tracking-shell:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(124,44,255,.18);filter:blur(90px);right:-130px;top:-150px}
.fc-tracking-copy,.fc-tracking-box{position:relative;z-index:2}
.fc-tracking-copy h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:18px 0}
.fc-tracking-copy>p{color:var(--fc-muted);font-size:17px;line-height:1.65;max-width:680px}
.fc-tracking-info{display:grid;gap:12px;margin-top:30px}
.fc-tracking-info>div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:15px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid var(--fc-border)}
.fc-tracking-info p{margin:0;color:#cfc6d6;font-size:13px;line-height:1.55}.fc-tracking-info strong{color:#fff}
.fc-tracking-box{align-self:center;padding:28px;border-radius:24px;background:#0d0912;border:1px solid rgba(177,92,255,.24);box-shadow:0 20px 60px rgba(0,0,0,.28)}
.fc-tracking-icon{font-size:42px}.fc-tracking-box h2{font-size:28px;margin:12px 0 6px}.fc-tracking-box>p{color:var(--fc-muted);margin:0 0 18px}
.fc-tracking-alt{display:block;margin-top:16px;font-size:12px;color:#d5b7f1;text-align:center;font-weight:800}
@media(max-width:990px){.fc-tracking-shell{grid-template-columns:1fr}.fc-review-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.fc-review-grid{grid-template-columns:1fr}.fc-review-score{align-items:flex-start}.fc-tracking-section{padding:34px 0 60px}.fc-tracking-shell{border-radius:22px;padding:20px}.fc-tracking-copy h1{font-size:42px}}


/* reviews V4: photos + dates */
.fc-review-card{padding:0}
.fc-review-card__content{padding:22px}
.fc-review-photo{
  aspect-ratio:16/10;
  width:100%;
  overflow:hidden;
  background:#0a0710;
  border-bottom:1px solid var(--fc-border);
}
.fc-review-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.fc-review-card:hover .fc-review-photo img{transform:scale(1.025)}
.fc-review-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.fc-review-topline .fc-review-stars{margin:0}
.fc-review-date{
  color:#988fa2;
  font-size:11px;
  white-space:nowrap;
}
@media(max-width:640px){
  .fc-review-topline{align-items:flex-start}
}


/* =========================================================
   FC MAILLOT V5 — BLANC + VIOLET PREMIUM
   ========================================================= */
:root{
  --fc-bg:#f8f7fb;
  --fc-panel:#ffffff;
  --fc-panel-2:#f3effa;
  --fc-text:#17131f;
  --fc-muted:#71687e;
  --fc-purple:#7626e8;
  --fc-purple-2:#a94dff;
  --fc-border:rgba(55,35,78,.10);
  --fc-shadow:0 20px 60px rgba(67,34,102,.10);
}

body{
  background:
    radial-gradient(circle at 12% -10%,rgba(126,52,232,.10),transparent 32%),
    radial-gradient(circle at 90% 5%,rgba(169,77,255,.07),transparent 28%),
    #f8f7fb;
  color:var(--fc-text);
}

.fc-glass{
  background:rgba(255,255,255,.82);
  border-color:rgba(70,43,91,.10);
  box-shadow:0 20px 60px rgba(69,35,100,.08);
}

.fc-btn--secondary{
  background:#fff;
  color:#251a30;
  border-color:rgba(63,39,83,.12);
  box-shadow:0 8px 25px rgba(60,31,87,.04);
}
.fc-btn--secondary:hover{
  border-color:rgba(118,38,232,.28);
  background:#faf7ff;
}

.fc-section-sub,
.fc-description,
.fc-rich,
.fc-footer a,
.fc-footer p{
  color:var(--fc-muted);
}

.fc-card{
  background:#fff;
  border-color:rgba(60,38,78,.09);
  box-shadow:0 8px 32px rgba(54,29,78,.045);
}
.fc-card:hover{
  border-color:rgba(118,38,232,.20);
  box-shadow:0 18px 48px rgba(72,37,107,.10);
}
.fc-card__media{
  background:#f1edf6;
}
.fc-card__title{color:#211928}
.fc-price{color:#17131f}
.fc-price s{color:#91879c}
.fc-badge{
  background:rgba(255,255,255,.92);
  color:#251a30;
  border-color:rgba(59,37,77,.10);
  box-shadow:0 6px 20px rgba(53,28,77,.08);
}

/* Announcement + header */
.fc-announcement{
  background:linear-gradient(90deg,#f0e6ff,#e6d1ff,#f0e6ff);
  color:#4b176f;
  border-bottom:1px solid rgba(118,38,232,.10);
}
.fc-announcement strong{color:#5e1a95}
.fc-header-wrap{
  background:rgba(255,255,255,.86);
  border-bottom-color:rgba(52,34,67,.09);
  box-shadow:0 8px 25px rgba(46,28,62,.035);
}
.fc-logo{color:#1b1423}
.fc-nav a{color:#5e5667}
.fc-nav a:hover{color:#7626e8}
.fc-icon-btn{
  background:#fff;
  border-color:rgba(61,38,80,.10);
  color:#261a31;
}
.fc-icon-btn:hover{
  background:#f7f1ff;
  border-color:rgba(118,38,232,.20);
}
.fc-nav-dropdown{
  background:#fff !important;
  border-color:rgba(61,38,80,.10) !important;
  box-shadow:0 18px 50px rgba(50,28,72,.12) !important;
}
.fc-nav-dropdown a:hover{background:#f6efff !important}

/* Hero: keep luxury contrast only inside hero */
.fc-hero__box{
  background:#17101e;
  box-shadow:0 25px 70px rgba(60,28,88,.14);
}
.fc-hero .fc-btn--secondary{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.20);
  color:#fff;
}
.fc-trust__item{
  background:#fff;
  border-color:rgba(58,35,78,.09);
  box-shadow:0 7px 26px rgba(56,30,78,.045);
}
.fc-trust__item strong{color:#201628}
.fc-trust__item span{color:#7b7186}

/* Collection hubs */
.fc-collection-tile{
  background:#eee8f3;
  border-color:rgba(60,36,79,.10);
  box-shadow:0 12px 35px rgba(52,28,74,.07);
}
.fc-cat-chip{
  background:#fff;
  color:#514959;
  border-color:rgba(60,37,79,.09);
}
.fc-cat-chip:hover{
  background:#f3eaff;
  color:#6e22cb;
  border-color:rgba(118,38,232,.22);
}

/* Product */
.fc-product__main-image{
  background:#f0edf4;
  border-color:rgba(57,36,75,.09);
  box-shadow:0 15px 48px rgba(55,30,78,.07);
}
.fc-product__eyebrow{color:#7928d9}
.fc-product__title{color:#17121e}
.fc-select,.fc-input{
  background:#fff;
  color:#211829;
  border-color:rgba(60,37,80,.12);
}
.fc-input::placeholder{color:#9b92a4}
.fc-customization{
  background:linear-gradient(145deg,#f6eeff,#fff);
  border-color:rgba(118,38,232,.18);
}
.fc-customization__pill{
  background:#ead8ff;
  color:#6a1d9c;
}
.fc-product__meta div{
  background:#fff;
  color:#685f72;
  border-color:rgba(56,35,74,.09);
}

/* Cart */
.fc-progress{
  background:linear-gradient(135deg,#f1e4ff,#fbf7ff);
  border-color:rgba(118,38,232,.16);
  box-shadow:0 12px 38px rgba(89,40,132,.07);
}
.fc-progress__title{color:#311541}
.fc-progress__msg{color:#704f83}
.fc-progress__track{
  background:#e7dfec;
  border-color:rgba(70,43,90,.08);
}
.fc-cart-items,.fc-cart-summary{
  background:#fff;
  border-color:rgba(57,35,75,.09);
  box-shadow:0 10px 35px rgba(52,29,74,.05);
}
.fc-cart-line{border-bottom-color:rgba(58,36,76,.08)}
.fc-properties{color:#80758a}

/* Footer */
.fc-footer{
  background:#fff;
  border-top-color:rgba(57,35,75,.09);
}
.fc-footer__bottom{
  border-top-color:rgba(57,35,75,.08);
  color:#8c8295;
}

/* Reviews white premium */
.fc-reviews-section{
  background:linear-gradient(180deg,rgba(245,239,251,.72),rgba(255,255,255,0));
}
.fc-review-heading{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:26px;
}
.fc-review-score strong{color:#211629}
.fc-review-score span{color:#8b31df}
.fc-review-score small{color:#7a7082}
.fc-review-card{
  background:#fff;
  border-color:rgba(62,39,80,.09);
  box-shadow:0 12px 38px rgba(54,29,78,.055);
}
.fc-review-card:hover{
  border-color:rgba(118,38,232,.18);
  box-shadow:0 18px 48px rgba(67,34,97,.09);
}
.fc-review-media{
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#efeaf3;
  border-bottom:1px solid rgba(57,35,76,.08);
}
.fc-review-photo img,
.fc-review-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.fc-review-video video{
  background:#120d17;
}
.fc-review-stars{color:#8c2ee0}
.fc-review-text{color:#342b3b}
.fc-review-date{color:#8a8091}
.fc-review-author strong{color:#211829}
.fc-review-author span{color:#817686}
.fc-review-verified{color:#7427bf}

/* Tracking */
.fc-tracking-shell{
  background:#fff;
  border-color:rgba(59,36,78,.10);
  box-shadow:0 22px 65px rgba(59,30,85,.08);
}
.fc-tracking-copy h1{color:#19121f}
.fc-tracking-copy>p{color:#756c7d}
.fc-tracking-info>div{
  background:#faf8fc;
  border-color:rgba(59,36,78,.08);
}
.fc-tracking-info p{color:#746a7d}
.fc-tracking-info strong{color:#201628}
.fc-tracking-box{
  background:linear-gradient(180deg,#faf6ff,#fff);
  border-color:rgba(118,38,232,.16);
  box-shadow:0 16px 45px rgba(68,32,99,.08);
}
.fc-tracking-box h2{color:#1d1524}
.fc-tracking-box>p{color:#766c7e}
.fc-tracking-alt{color:#6e22b5}

@media(max-width:640px){
  .fc-review-heading{align-items:flex-start;flex-direction:column}
}


/* =========================================================
   FC MAILLOT V6 — CONTRASTE + MENU MOBILE + HERO COMPACT
   ========================================================= */

/* Stronger global contrast */
body{
  background:
    radial-gradient(circle at 12% -10%,rgba(118,38,232,.085),transparent 30%),
    radial-gradient(circle at 88% 4%,rgba(169,77,255,.055),transparent 24%),
    #fbfafc;
}
.fc-kicker{
  background:#ead7ff;
  border:1px solid #c995ff;
  color:#5a168d;
  box-shadow:0 5px 16px rgba(107,38,164,.08);
}
.fc-section-title{color:#17111e}
.fc-section-sub{color:#665c70}
.fc-collection-hub__head p{color:#665c70}
.fc-cat-chip{font-weight:900;color:#33283c}
.fc-announcement__inner{font-weight:950}

/* Header alignment */
.fc-header{
  grid-template-columns:auto auto 1fr auto;
  gap:18px;
}
.fc-menu-btn{
  display:grid;
  flex:0 0 auto;
}
.fc-hamburger{
  width:24px;
  height:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.fc-hamburger i{
  display:block;
  width:100%;
  height:2px;
  border-radius:99px;
  background:#1f1727;
}
.fc-search-btn{
  width:50px;
  height:50px;
}
.fc-search-btn svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
}
.fc-cart-icon{font-size:22px}

/* Hero more compact */
.fc-hero__box{
  min-height:500px;
}
.fc-hero__content{
  padding:clamp(24px,4vw,52px);
  max-width:690px;
}
.fc-hero h1{
  font-size:clamp(40px,6vw,70px);
}
.fc-hero p{
  font-size:clamp(15px,1.6vw,18px);
}

/* Offer box: better contrast */
.fc-glass{
  color:#1c1423;
}
.fc-glass .fc-section-title{color:#17111e}
.fc-glass .fc-section-sub{color:#675d70}
.fc-glass .fc-badge{
  color:#2e2237;
  background:#fff;
  border-color:rgba(79,45,104,.12);
}
.fc-glass .fc-kicker{
  background:#e7d0ff;
  color:#571387;
  border-color:#c58fff;
}

/* Collection cards: labels readable even without real images */
.fc-collection-tile:after{
  background:linear-gradient(0deg,rgba(14,9,18,.92) 0%,rgba(14,9,18,.55) 42%,rgba(14,9,18,.10) 80%);
}
.fc-collection-tile__title{
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}
.fc-collection-tile__sub{
  color:#f1eaf5;
  text-shadow:0 2px 9px rgba(0,0,0,.35);
}
.fc-collection-tile__arrow{
  background:rgba(24,18,29,.82);
  color:#fff;
}

/* Review contrast */
.fc-review-card__content{color:#211727}
.fc-review-text{color:#302638}
.fc-review-author strong{color:#1d1423}
.fc-review-date{color:#73687b}
.fc-review-score strong{color:#1c1423}
.fc-review-score small{color:#6b6073}

/* Mobile drawer */
.fc-menu-lock{overflow:hidden}
.fc-mobile-menu{
  position:fixed;
  inset:0;
  z-index:100;
}
.fc-mobile-menu__backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,13,25,.34);
  opacity:0;
  transition:opacity .24s ease;
}
.fc-mobile-menu__panel{
  position:absolute;
  inset:0 auto 0 0;
  width:min(88vw,390px);
  background:#fff;
  transform:translateX(-102%);
  transition:transform .26s ease;
  box-shadow:26px 0 80px rgba(35,20,48,.16);
  overflow-y:auto;
}
.fc-mobile-menu.is-open .fc-mobile-menu__backdrop{opacity:1}
.fc-mobile-menu.is-open .fc-mobile-menu__panel{transform:translateX(0)}
.fc-mobile-menu__head{
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:20px 24px;
  border-bottom:1px solid rgba(57,35,75,.08);
}
.fc-mobile-menu__close{
  width:46px;
  height:46px;
  border:0;
  background:transparent;
  font-size:38px;
  font-weight:300;
  line-height:1;
  color:#19121f;
  cursor:pointer;
}
.fc-mobile-menu__nav{
  display:flex;
  flex-direction:column;
  padding:12px 0 28px;
}
.fc-mobile-menu__nav > a,
.fc-mobile-menu__details > summary{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 28px;
  font-size:20px;
  font-weight:700;
  color:#17111d;
  border-bottom:1px solid rgba(61,38,80,.06);
  cursor:pointer;
  list-style:none;
}
.fc-mobile-menu__details > summary::-webkit-details-marker{display:none}
.fc-mobile-menu__nav > a:hover,
.fc-mobile-menu__details > summary:hover{
  background:#f8f3ff;
  color:#6f22c7;
}
.fc-mobile-menu__sub{
  background:#fbf9fd;
  padding:7px 0;
  border-bottom:1px solid rgba(61,38,80,.07);
}
.fc-mobile-menu__sub a{
  display:block;
  padding:12px 38px;
  color:#5a4e64;
  font-size:16px;
  font-weight:650;
}
.fc-mobile-menu__sub a:hover{
  color:#6f22c7;
  background:#f5edff;
}

/* Desktop hamburger hidden if desktop menu has enough room */
@media(min-width:991px){
  .fc-menu-btn{display:none}
}

/* Mobile precision */
@media(max-width:990px){
  .fc-header{
    grid-template-columns:auto 1fr auto;
    gap:10px;
  }
  .fc-menu-btn{display:grid}
  .fc-logo{
    justify-self:start;
  }
  .fc-nav{display:none}
  .fc-icons{
    justify-self:end;
    gap:8px;
  }
  .fc-search-btn{
    width:48px;
    height:48px;
  }
  .fc-search-btn svg{
    width:27px;
    height:27px;
  }
}

@media(max-width:640px){
  .fc-header{
    min-height:72px;
  }
  .fc-logo{
    font-size:18px;
  }
  .fc-logo-mark{
    width:36px;
    height:36px;
    border-radius:11px;
  }
  .fc-menu-btn,
  .fc-icon-btn{
    width:46px;
    height:46px;
  }
  .fc-account{display:none !important}

  .fc-hero{
    padding-top:12px;
  }
  .fc-hero__box{
    min-height:430px;
    border-radius:20px;
  }
  .fc-hero__content{
    padding:24px 20px;
  }
  .fc-hero h1{
    font-size:39px;
    line-height:.97;
    margin:14px 0 14px;
  }
  .fc-hero p{
    font-size:14px;
    line-height:1.5;
    margin-bottom:20px;
  }
  .fc-hero__actions{
    gap:9px;
  }
  .fc-hero .fc-btn{
    min-height:48px;
  }

  .fc-kicker{
    color:#52137e;
    background:#e7ceff;
    border-color:#c183f7;
    font-size:11px;
  }

  .fc-trust{
    gap:10px;
  }
  .fc-trust__item{
    padding:14px 10px;
  }
  .fc-trust__item strong{
    font-size:13px;
  }

  .fc-section-title,
  .fc-collection-hub__head h2{
    color:#17111d;
  }
  .fc-section-sub,
  .fc-collection-hub__head p{
    color:#62576d;
  }
}


/* =========================================================
   FC MAILLOT V7 — SEARCH + FUNCTIONAL LINKS
   ========================================================= */
.fc-mobile-menu__separator{
  height:10px;
  background:#f5f2f7;
  border-top:1px solid rgba(60,37,80,.06);
  border-bottom:1px solid rgba(60,37,80,.06);
}

.fc-search-page{
  padding:42px 0 80px;
}
.fc-search-hero{
  max-width:980px;
  margin:0 auto;
  padding:34px;
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 12%,rgba(169,77,255,.15),transparent 28%),
    linear-gradient(145deg,#ffffff,#f7f1ff);
  border:1px solid rgba(98,46,140,.10);
  box-shadow:0 18px 55px rgba(65,32,93,.08);
}
.fc-search-hero h1{
  font-size:clamp(38px,6vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:18px 0 12px;
  color:#18101f;
}
.fc-search-hero>p{
  color:#6b6075;
  font-size:17px;
  margin:0 0 24px;
}
.fc-search-form{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px !important;
  max-width:none !important;
  margin:0 !important;
}
.fc-search-field{
  min-width:0;
  height:58px;
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1.5px solid rgba(101,49,143,.17);
  border-radius:16px;
  padding:0 16px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);
}
.fc-search-field:focus-within{
  border-color:#8734ec;
  box-shadow:0 0 0 4px rgba(118,38,232,.10);
}
.fc-search-field svg{
  width:24px;
  height:24px;
  flex:0 0 auto;
  fill:none;
  stroke:#5e4f68;
  stroke-width:1.9;
  stroke-linecap:round;
}
.fc-search-field input{
  min-width:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#1b1222;
  font-size:16px;
}
.fc-search-field input::placeholder{color:#9a90a2}
.fc-search-submit{
  min-width:180px;
  height:58px;
  border-radius:16px;
}
.fc-search-quick{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:16px;
  color:#74697c;
  font-size:13px;
}
.fc-search-quick span{font-weight:800}
.fc-search-quick a{
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(75,42,101,.09);
  color:#493b52;
  font-weight:800;
}
.fc-search-quick a:hover{
  background:#f1e7ff;
  color:#6f20c4;
}
.fc-search-results-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin:46px 0 22px;
}
.fc-search-results-head h2{
  margin:0;
  color:#18101f;
  font-size:clamp(26px,4vw,38px);
  letter-spacing:-.035em;
}
.fc-search-results-head p{
  color:#746a7c;
  margin:8px 0 0;
}
.fc-search-results{padding-bottom:20px}
.fc-search-pagination{
  display:flex;
  justify-content:center;
  padding:28px 0;
}
.fc-search-empty{
  max-width:680px;
  margin:42px auto 0;
  text-align:center;
  padding:42px 24px;
  background:#fff;
  border:1px solid rgba(64,39,82,.08);
  border-radius:22px;
}
.fc-search-empty__icon{font-size:46px}
.fc-search-empty h3{font-size:28px;margin:12px 0 8px}
.fc-search-empty p{color:#746a7c;margin:0 0 22px}
.fc-search-discover{
  margin-top:46px;
}
.fc-search-discover h2{
  font-size:30px;
  letter-spacing:-.035em;
  color:#18101f;
}
.fc-search-discover__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.fc-search-discover__grid a{
  padding:20px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(64,39,82,.08);
  box-shadow:0 8px 26px rgba(52,29,74,.04);
}
.fc-search-discover__grid strong,
.fc-search-discover__grid span{display:block}
.fc-search-discover__grid strong{color:#201527;font-size:16px}
.fc-search-discover__grid span{color:#7d7185;font-size:12px;margin-top:6px}

@media(max-width:760px){
  .fc-search-page{padding:26px 0 58px}
  .fc-search-hero{padding:24px 18px;border-radius:22px}
  .fc-search-hero h1{font-size:42px}
  .fc-search-form{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .fc-search-field{
    width:100%;
    height:56px;
  }
  .fc-search-submit{
    width:100%;
    min-width:0;
    height:54px;
  }
  .fc-search-results-head{
    align-items:flex-start;
    flex-direction:column;
    margin-top:34px;
  }
  .fc-search-results-head .fc-btn{width:100%}
  .fc-search-discover__grid{grid-template-columns:1fr 1fr}
}


/* =========================================================
   FC MAILLOT V8 — FAQ + CONTACT PREMIUM
   ========================================================= */
.fc-help-page,
.fc-contact-page{
  padding:52px 0 84px;
}
.fc-help-hero,
.fc-contact-hero{
  max-width:900px;
  margin-bottom:36px;
}
.fc-help-hero h1,
.fc-contact-hero h1{
  margin:16px 0 14px;
  font-size:clamp(42px,6vw,72px);
  line-height:.98;
  letter-spacing:-.055em;
  color:#17111d;
}
.fc-help-hero p,
.fc-contact-hero p{
  margin:0;
  max-width:760px;
  color:#6a6073;
  font-size:17px;
  line-height:1.65;
}

/* FAQ */
.fc-help-layout{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:32px;
  align-items:start;
}
.fc-help-nav{
  position:sticky;
  top:104px;
  display:flex;
  flex-direction:column;
  padding:14px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(63,39,82,.09);
  box-shadow:0 12px 38px rgba(53,29,75,.05);
}
.fc-help-nav a{
  padding:12px 13px;
  border-radius:12px;
  color:#514759;
  font-size:14px;
  font-weight:850;
}
.fc-help-nav a:hover{
  background:#f3e9ff;
  color:#6d20bf;
}
.fc-faq-list{
  min-width:0;
}
.fc-faq-group{
  scroll-margin-top:110px;
  margin-bottom:34px;
}
.fc-faq-group__label{
  display:block;
  margin:0 0 10px;
  color:#7626e8;
  font-size:12px;
  letter-spacing:.1em;
  font-weight:950;
}
.fc-faq-item{
  background:#fff;
  border:1px solid rgba(63,39,82,.09);
  border-radius:18px;
  margin-bottom:10px;
  box-shadow:0 8px 30px rgba(52,29,74,.035);
  overflow:hidden;
}
.fc-faq-item[open]{
  border-color:rgba(118,38,232,.18);
  box-shadow:0 12px 35px rgba(89,43,130,.065);
}
.fc-faq-item summary{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:17px 20px;
  cursor:pointer;
  list-style:none;
  color:#201627;
  font-size:16px;
  font-weight:900;
}
.fc-faq-item summary::-webkit-details-marker{display:none}
.fc-faq-item summary span{
  flex:0 0 auto;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f2e8ff;
  color:#6d20bf;
  font-size:21px;
  font-weight:600;
  transition:transform .2s ease;
}
.fc-faq-item[open] summary span{transform:rotate(45deg)}
.fc-faq-answer{
  padding:0 20px 20px;
  color:#6b6074;
  line-height:1.7;
  font-size:14px;
}
.fc-faq-answer p{
  margin:0 0 10px;
}
.fc-faq-answer strong{color:#302438}
.fc-faq-inline-btn{
  width:auto;
  margin-top:8px;
  min-height:44px;
  font-size:13px;
}

/* Contact */
.fc-contact-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:26px;
  align-items:start;
}
.fc-contact-cards{
  display:grid;
  gap:14px;
}
.fc-contact-card{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:16px;
  padding:22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(63,39,82,.09);
  box-shadow:0 10px 34px rgba(53,29,75,.04);
}
.fc-contact-card--tip{
  background:linear-gradient(145deg,#f4eaff,#fff);
  border-color:rgba(118,38,232,.15);
}
.fc-contact-card__icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#efe2ff;
  font-size:24px;
}
.fc-contact-card span{
  color:#7626e8;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
}
.fc-contact-card h2{
  margin:5px 0 7px;
  color:#1c1422;
  font-size:20px;
  letter-spacing:-.02em;
}
.fc-contact-card p{
  color:#6d6276;
  font-size:13px;
  line-height:1.6;
  margin:0 0 8px;
}
.fc-contact-card a{
  color:#6820b7;
  font-weight:850;
  font-size:13px;
}
.fc-social-contact{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:9px;
}
.fc-social-contact a,
.fc-social-contact span{
  padding:8px 10px;
  border-radius:10px;
  background:#f7f2fb;
  color:#4c4055;
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
}
.fc-contact-form-card{
  padding:28px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(63,39,82,.09);
  box-shadow:0 16px 48px rgba(53,29,75,.06);
}
.fc-contact-form-card__head h2{
  margin:14px 0 7px;
  color:#1b1322;
  font-size:32px;
  letter-spacing:-.035em;
}
.fc-contact-form-card__head p{
  color:#756a7e;
  margin:0 0 22px;
  line-height:1.6;
}
.fc-contact-form{
  display:grid;
  gap:15px;
}
.fc-contact-form label{
  display:block;
  margin:0 0 7px;
  color:#302538;
  font-size:13px;
  font-weight:850;
}
.fc-contact-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.fc-contact-textarea{
  width:100%;
  resize:vertical;
  min-height:150px;
  padding:14px;
  border-radius:14px;
  background:#fff;
  color:#211829;
  border:1px solid rgba(60,37,80,.12);
  outline:none;
}
.fc-contact-textarea:focus{
  border-color:#8734ec;
  box-shadow:0 0 0 4px rgba(118,38,232,.09);
}
.fc-contact-success{
  padding:13px 14px;
  border-radius:12px;
  background:#edfff4;
  border:1px solid rgba(33,157,82,.15);
  color:#196d3b;
  font-size:13px;
  font-weight:850;
}
.fc-contact-submit{
  width:100%;
  height:54px;
}

@media(max-width:900px){
  .fc-help-layout{grid-template-columns:1fr}
  .fc-help-nav{
    position:static;
    flex-direction:row;
    overflow-x:auto;
    padding:8px;
    border-radius:16px;
    scrollbar-width:none;
  }
  .fc-help-nav::-webkit-scrollbar{display:none}
  .fc-help-nav a{white-space:nowrap}
  .fc-contact-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .fc-help-page,
  .fc-contact-page{
    padding:34px 0 60px;
  }
  .fc-help-hero,
  .fc-contact-hero{
    margin-bottom:26px;
  }
  .fc-help-hero h1,
  .fc-contact-hero h1{
    font-size:43px;
  }
  .fc-help-hero p,
  .fc-contact-hero p{
    font-size:15px;
  }
  .fc-faq-item summary{
    min-height:64px;
    padding:16px;
    font-size:15px;
  }
  .fc-faq-answer{padding:0 16px 17px}
  .fc-contact-form-card{padding:20px 16px}
  .fc-contact-form__row{grid-template-columns:1fr}
  .fc-contact-card{
    grid-template-columns:44px 1fr;
    padding:18px;
  }
  .fc-contact-card__icon{
    width:44px;
    height:44px;
    border-radius:13px;
    font-size:21px;
  }
}


/* =========================================================
   FC MAILLOT V9 — FAQ STYLE
   ========================================================= */
.fc-faq-page-v9{
  padding:44px 0 82px;
  background:#fbfafc;
}
.fc-faq-v9-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 38px;
}
.fc-faq-v9-head h1{
  margin:18px 0 8px;
  color:#15101b;
  font-size:clamp(44px,7vw,72px);
  line-height:1;
  letter-spacing:-.055em;
}
.fc-faq-v9-head p{
  margin:0;
  color:#73697b;
  font-size:16px;
}
.fc-faq-v9-list{
  width:min(100%,980px);
  margin:0 auto;
  display:grid;
  gap:14px;
}
.fc-faq-v9-item{
  background:#fff;
  border:1px solid rgba(65,39,84,.10);
  border-radius:20px;
  overflow:hidden;
  box-shadow:
    0 10px 0 rgba(29,20,35,.04),
    0 14px 28px rgba(39,22,55,.08);
}
.fc-faq-v9-item[open]{
  border-color:rgba(118,38,232,.20);
  box-shadow:
    0 8px 0 rgba(118,38,232,.04),
    0 16px 34px rgba(71,35,102,.10);
}
.fc-faq-v9-item summary{
  min-height:86px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 28px;
  align-items:center;
  gap:15px;
  padding:18px 22px;
  list-style:none;
  cursor:pointer;
}
.fc-faq-v9-item summary::-webkit-details-marker{display:none}
.fc-faq-v9-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#f6f1fa;
  color:#1d1424;
  font-size:25px;
  font-weight:700;
}
.fc-faq-v9-question{
  color:#18111f;
  font-size:19px;
  font-weight:800;
  line-height:1.35;
}
.fc-faq-v9-chevron{
  color:#4d4355;
  font-size:25px;
  transition:transform .2s ease;
}
.fc-faq-v9-item[open] .fc-faq-v9-chevron{
  transform:rotate(180deg);
}
.fc-faq-v9-answer{
  padding:0 24px 24px 89px;
  color:#6b6074;
  font-size:14px;
  line-height:1.75;
  border-top:1px solid rgba(62,38,80,.06);
}
.fc-faq-v9-answer p{
  margin:15px 0 0;
}
.fc-faq-v9-answer strong{
  color:#2b2032;
}
.fc-faq-v9-btn{
  margin-top:16px;
  width:auto;
  min-height:44px;
  font-size:13px;
}

@media(max-width:640px){
  .fc-faq-page-v9{padding:30px 0 60px}
  .fc-faq-v9-head{margin-bottom:26px}
  .fc-faq-v9-head h1{font-size:46px}
  .fc-faq-v9-head p{font-size:14px}
  .fc-faq-v9-list{gap:12px}
  .fc-faq-v9-item{
    border-radius:17px;
    box-shadow:
      0 7px 0 rgba(29,20,35,.045),
      0 11px 22px rgba(39,22,55,.08);
  }
  .fc-faq-v9-item summary{
    min-height:78px;
    grid-template-columns:40px minmax(0,1fr) 22px;
    gap:11px;
    padding:15px 14px;
  }
  .fc-faq-v9-icon{
    width:40px;
    height:40px;
    border-radius:12px;
    font-size:21px;
  }
  .fc-faq-v9-question{
    font-size:16px;
    line-height:1.35;
  }
  .fc-faq-v9-answer{
    padding:0 16px 19px;
    font-size:13px;
  }
}


/* =========================================================
   FC MAILLOT V11 — FLOCAGE + QUANTITÉ + PROGRESSION 3+1
   ========================================================= */

/* [hidden] doit toujours gagner sur les règles de grille */
.fc-flocage-fields[hidden]{
  display:none !important;
}
.fc-flocage-fields.is-visible{
  display:grid;
  animation:fcFlocageIn .28s ease both;
}
@keyframes fcFlocageIn{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:none}
}

/* Quantité */
.fc-quantity-option{
  margin-top:22px;
}
.fc-quantity{
  width:156px;
  height:52px;
  display:grid;
  grid-template-columns:46px 1fr 46px;
  align-items:center;
  border:1px solid rgba(92,48,126,.14);
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(57,31,80,.045);
}
.fc-quantity button{
  height:100%;
  border:0;
  background:#f7f1ff;
  color:#5e1ca4;
  font-size:24px;
  font-weight:800;
  cursor:pointer;
}
.fc-quantity button:hover{
  background:#eedfff;
}
.fc-quantity input{
  width:100%;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  text-align:center;
  background:#fff;
  color:#1d1424;
  font-weight:900;
  -moz-appearance:textfield;
}
.fc-quantity input::-webkit-outer-spin-button,
.fc-quantity input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

/* Progression 3+1 : volontairement violet/noir premium */
.fc-product-offer{
  position:relative;
  overflow:hidden;
  margin:24px 0 28px;
  padding:20px;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 0%,rgba(180,78,255,.34),transparent 35%),
    linear-gradient(145deg,#13091c,#261038 55%,#15091f);
  border:1px solid rgba(193,121,255,.30);
  box-shadow:
    0 18px 48px rgba(74,22,118,.20),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.fc-product-offer:before{
  content:"";
  position:absolute;
  inset:-80% auto -80% -30%;
  width:24%;
  transform:rotate(16deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
  animation:fcOfferShine 4.5s linear infinite;
}
@keyframes fcOfferShine{
  0%{left:-35%}
  55%,100%{left:125%}
}
.fc-product-offer__head{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}
.fc-product-offer__head > div{
  display:grid;
  gap:5px;
}
.fc-product-offer__eyebrow{
  color:#d9b3ff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
}
.fc-product-offer__head strong{
  color:#fff;
  font-size:17px;
}
.fc-product-offer__count{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.10);
  color:#e9d9f8;
  font-size:11px;
  font-weight:850;
}
.fc-product-offer__track{
  position:relative;
  z-index:1;
  height:14px;
  margin:25px 14px 13px 10px;
  border-radius:999px;
  background:#09050d;
  border:1px solid rgba(255,255,255,.11);
}
.fc-product-offer__bar{
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#7424f3,#bd5cff);
  box-shadow:0 0 26px rgba(173,77,255,.55);
  transition:width .45s ease;
}
.fc-product-offer__step,
.fc-product-offer__gift{
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#17101d;
  border:2px solid #493356;
  color:#8e799e;
  font-size:11px;
  font-weight:950;
  transition:.3s ease;
}
.fc-product-offer__step--1{left:33%}
.fc-product-offer__step--2{left:66%}
.fc-product-offer__step--3{left:100%}
.fc-product-offer__gift{
  left:100%;
  width:38px;
  height:38px;
  transform:translate(35%,-50%);
  font-size:18px;
}
.fc-product-offer__step.is-active,
.fc-product-offer__gift.is-active{
  background:linear-gradient(135deg,#7626e8,#b54cff);
  border-color:#d7a2ff;
  color:#fff;
  box-shadow:0 0 22px rgba(176,77,255,.56);
}
.fc-product-offer__labels{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:4px;
  color:#a99ab4;
  font-size:9px;
  text-align:center;
  margin-top:10px;
}
.fc-product-offer__labels span:last-child{
  color:#d8b8ef;
  font-weight:850;
}
.fc-product-offer__message{
  position:relative;
  z-index:1;
  margin:16px 0 0;
  padding:11px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.07);
  color:#e9deef;
  font-size:12px;
  line-height:1.5;
  font-weight:750;
}

/* review badge safety */
.fc-product-review-badge{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  font-size:13px;
}
.fc-product-review-badge span{
  color:#c86ef1;
  letter-spacing:2px;
}
.fc-product-review-badge em{
  color:var(--fc-muted);
  font-style:normal;
}

@media(max-width:640px){
  .fc-product-offer{
    padding:17px 15px;
    border-radius:19px;
    margin:20px 0 24px;
  }
  .fc-product-offer__head strong{
    font-size:15px;
  }
  .fc-product-offer__count{
    font-size:10px;
  }
  .fc-product-offer__labels{
    font-size:8px;
  }
  .fc-product-offer__track{
    margin-right:26px;
  }
  .fc-quantity{
    width:150px;
  }
}


/* =========================================================
   FC MAILLOT V12 — PROGRESSION LIVE + ANIMATIONS
   ========================================================= */

/* Offer slightly lighter */
.fc-product-offer{
  background:
    radial-gradient(circle at 88% 0%,rgba(198,116,255,.34),transparent 34%),
    radial-gradient(circle at 8% 100%,rgba(119,44,232,.20),transparent 36%),
    linear-gradient(145deg,#1b1024,#341648 58%,#21102d);
  border-color:rgba(205,150,255,.34);
  box-shadow:
    0 20px 50px rgba(89,33,133,.18),
    inset 0 1px 0 rgba(255,255,255,.07);
}

/* More dynamic entrance */
.fc-product-offer{
  animation:fcOfferEnter .55s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes fcOfferEnter{
  from{opacity:0;transform:translateY(12px) scale(.985)}
  to{opacity:1;transform:none}
}

/* Pulse on updates */
.fc-offer-pulse{
  animation:fcOfferUpdate .36s ease;
}
@keyframes fcOfferUpdate{
  0%{transform:scale(1)}
  45%{transform:scale(1.01)}
  100%{transform:scale(1)}
}

/* Brighter progress */
.fc-product-offer__bar{
  background:linear-gradient(90deg,#7f2cff,#c464ff,#a347ff);
  background-size:200% 100%;
  animation:fcGradientMove 2.8s linear infinite;
  box-shadow:0 0 26px rgba(181,86,255,.52);
}
@keyframes fcGradientMove{
  0%{background-position:0% 50%}
  100%{background-position:200% 50%}
}

/* Animated active dots */
.fc-product-offer__step.is-active{
  animation:fcStepPop .34s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes fcStepPop{
  0%{transform:translate(-50%,-50%) scale(.75)}
  65%{transform:translate(-50%,-50%) scale(1.15)}
  100%{transform:translate(-50%,-50%) scale(1)}
}

/* Fix gift alignment and clipping */
.fc-product-offer__track{
  margin-right:34px;
  overflow:visible;
}
.fc-product-offer__gift{
  left:100%;
  right:auto;
  transform:translate(8px,-50%);
  width:42px;
  height:42px;
  font-size:19px;
  z-index:3;
  box-shadow:0 0 0 4px rgba(27,16,36,.9);
}
.fc-product-offer__gift.is-active{
  animation:fcGiftBounce 1.15s ease-in-out infinite;
}
@keyframes fcGiftBounce{
  0%,100%{transform:translate(8px,-50%) translateY(0) scale(1)}
  50%{transform:translate(8px,-50%) translateY(-4px) scale(1.06)}
}

/* Glow when unlocked */
.fc-product-offer.is-unlocked{
  border-color:rgba(218,169,255,.55);
  box-shadow:
    0 22px 58px rgba(115,43,171,.24),
    0 0 0 1px rgba(255,255,255,.04) inset;
}
.fc-product-offer.is-unlocked .fc-product-offer__message{
  background:linear-gradient(90deg,rgba(126,44,232,.20),rgba(188,88,255,.14));
  border-color:rgba(203,144,255,.20);
}

/* More visible labels */
.fc-product-offer__labels{
  color:#b8a7c4;
}
.fc-product-offer__labels span:last-child{
  color:#efcfff;
}

/* Quantity controls a bit more premium */
.fc-quantity{
  box-shadow:0 10px 28px rgba(79,37,114,.07);
}
.fc-quantity button{
  transition:.2s ease;
}
.fc-quantity button:active{
  transform:scale(.92);
}
.fc-quantity input{
  transition:.2s ease;
}
.fc-quantity:focus-within{
  box-shadow:0 0 0 4px rgba(118,38,232,.09),0 10px 28px rgba(79,37,114,.07);
}

/* Mobile alignment */
@media(max-width:640px){
  .fc-product-offer{
    background:
      radial-gradient(circle at 86% 0%,rgba(198,116,255,.28),transparent 34%),
      linear-gradient(145deg,#201129,#3a194e 58%,#251132);
  }
  .fc-product-offer__track{
    margin-right:38px;
  }
  .fc-product-offer__gift{
    transform:translate(10px,-50%);
  }
  .fc-product-offer__gift.is-active{
    animation:fcGiftBounceMobile 1.15s ease-in-out infinite;
  }
  @keyframes fcGiftBounceMobile{
    0%,100%{transform:translate(10px,-50%) translateY(0) scale(1)}
    50%{transform:translate(10px,-50%) translateY(-3px) scale(1.05)}
  }
}


/* =========================================================
   FC MAILLOT V13 — PANIER COMPLET
   ========================================================= */

.fc-cart-page{
  padding:42px 0 80px;
}
.fc-cart-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}
.fc-cart-title{
  margin:12px 0 0;
}
.fc-cart-heading__count{
  padding:9px 12px;
  border-radius:999px;
  background:#efe2ff;
  color:#641ba8;
  font-size:12px;
  font-weight:900;
}

/* Premium 3+1 progress */
.fc-cart-progress{
  position:relative;
  overflow:hidden;
  padding:22px 22px 18px;
  margin-bottom:28px;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(circle at 90% -10%,rgba(213,142,255,.28),transparent 34%),
    radial-gradient(circle at 5% 110%,rgba(122,55,228,.18),transparent 38%),
    linear-gradient(145deg,#21112d,#3a1b4e 56%,#281333);
  border:1px solid rgba(211,159,255,.34);
  box-shadow:
    0 22px 56px rgba(88,43,123,.16),
    inset 0 1px 0 rgba(255,255,255,.07);
}
.fc-cart-progress__shine{
  position:absolute;
  inset:-100% auto -100% -30%;
  width:22%;
  transform:rotate(14deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);
  animation:fcCartShine 4.4s linear infinite;
}
@keyframes fcCartShine{
  0%{left:-35%}
  55%,100%{left:125%}
}
.fc-cart-progress__top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px;
}
.fc-cart-progress__top > div{
  display:grid;
  gap:5px;
}
.fc-cart-progress__eyebrow{
  color:#e5c6fb;
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
}
.fc-cart-progress__top strong{
  color:#fff;
  font-size:18px;
}
.fc-cart-progress__status{
  flex:0 0 auto;
  padding:8px 11px;
  border-radius:999px;
  color:#f0ddff;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.11);
  font-size:11px;
  font-weight:900;
}
.fc-cart-progress__track{
  position:relative;
  z-index:1;
  height:14px;
  margin:28px 42px 14px 12px;
  border-radius:999px;
  background:#110817;
  border:1px solid rgba(255,255,255,.10);
  overflow:visible;
}
.fc-cart-progress__bar{
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#7b27ff,#ca66ff,#9f40ff);
  background-size:200% 100%;
  animation:fcCartGradient 2.8s linear infinite;
  box-shadow:0 0 26px rgba(187,91,255,.48);
  transition:width .45s cubic-bezier(.2,.8,.2,1);
}
@keyframes fcCartGradient{
  from{background-position:0% 50%}
  to{background-position:200% 50%}
}
.fc-cart-progress__node,
.fc-cart-progress__gift{
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#201528;
  border:2px solid #5b4466;
  color:#a393aa;
  font-size:11px;
  font-weight:950;
  transition:.28s ease;
}
.fc-cart-progress__node{
  width:30px;
  height:30px;
}
.fc-cart-progress__node--1{left:33%}
.fc-cart-progress__node--2{left:66%}
.fc-cart-progress__node--3{left:100%}
.fc-cart-progress__gift{
  left:100%;
  width:42px;
  height:42px;
  transform:translate(14px,-50%);
  font-size:20px;
  z-index:3;
  box-shadow:0 0 0 4px rgba(33,17,45,.9);
}
.fc-cart-progress__node.is-active,
.fc-cart-progress__gift.is-active{
  color:#fff;
  background:linear-gradient(135deg,#812dff,#bd55ff);
  border-color:#e4b9ff;
  box-shadow:0 0 24px rgba(187,89,255,.52);
}
.fc-cart-progress__gift.is-active{
  animation:fcCartGift 1.15s ease-in-out infinite;
}
@keyframes fcCartGift{
  0%,100%{transform:translate(14px,-50%) translateY(0) scale(1)}
  50%{transform:translate(14px,-50%) translateY(-4px) scale(1.06)}
}
.fc-cart-progress__labels{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:5px;
  margin-top:6px;
  color:#bdafc5;
  text-align:center;
  font-size:9px;
}
.fc-cart-progress__labels span:last-child{
  color:#efceff;
  font-weight:900;
}
.fc-cart-progress__message{
  position:relative;
  z-index:1;
  margin:17px 0 0;
  padding:12px 14px;
  border-radius:14px;
  color:#f0e7f5;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
  line-height:1.5;
}
.fc-cart-progress.is-complete{
  border-color:rgba(223,174,255,.52);
  box-shadow:
    0 24px 62px rgba(113,51,158,.22),
    inset 0 1px 0 rgba(255,255,255,.08);
}

/* Cart item cards */
.fc-cart-items{
  background:transparent;
  border:0;
  display:grid;
  gap:14px;
}
.fc-cart-line{
  display:grid;
  grid-template-columns:126px minmax(0,1fr);
  gap:18px;
  padding:18px;
  border:1px solid rgba(63,39,82,.09);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 36px rgba(53,29,75,.05);
}
.fc-cart-line__image{
  align-self:start;
}
.fc-cart-line__image img{
  width:126px;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:17px;
  background:#f1edf5;
}
.fc-cart-line__content{
  min-width:0;
}
.fc-cart-line__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.fc-cart-line__title{
  display:block;
  color:#1d1424;
  font-size:17px;
  font-weight:950;
  line-height:1.25;
}
.fc-cart-line__variant{
  margin-top:4px;
  color:#9a8fa3;
  font-size:13px;
}
.fc-cart-remove{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#8d6e96;
  background:#faf7fb;
  border:1px solid rgba(81,49,101,.08);
  transition:.2s ease;
}
.fc-cart-remove:hover{
  color:#b4233e;
  background:#fff0f3;
  border-color:rgba(180,35,62,.12);
  transform:translateY(-1px);
}
.fc-cart-remove svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fc-properties{
  margin-top:10px;
}
.fc-properties div{
  margin-top:3px;
}
.fc-cart-line__bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-top:16px;
}
.fc-cart-quantity{
  width:146px;
  height:48px;
  display:grid;
  grid-template-columns:44px 1fr 44px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(96,48,128,.13);
  border-radius:14px;
  background:#fff;
  box-shadow:0 7px 22px rgba(61,31,86,.045);
  transition:.2s ease;
}
.fc-cart-quantity.is-changing{
  box-shadow:0 0 0 4px rgba(118,38,232,.08);
  transform:scale(1.01);
}
.fc-cart-quantity button{
  height:100%;
  border:0;
  background:#f7f1ff;
  color:#641fae;
  font-size:22px;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}
.fc-cart-quantity button:hover{
  background:#edddff;
}
.fc-cart-quantity button:active{
  transform:scale(.9);
}
.fc-cart-quantity input{
  width:100%;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  text-align:center;
  background:#fff;
  color:#1d1424;
  font-weight:950;
  -moz-appearance:textfield;
}
.fc-cart-quantity input::-webkit-outer-spin-button,
.fc-cart-quantity input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.fc-cart-line__price{
  display:flex;
  align-items:flex-end;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.fc-cart-line__price s{
  color:#9a909f;
  font-size:12px;
}
.fc-cart-line__price strong{
  color:#18101f;
  font-size:20px;
}

/* Summary */
.fc-cart-summary{
  border-radius:22px;
}
.fc-cart-summary h2{
  margin:0 0 18px;
  color:#18101f;
  font-size:30px;
  letter-spacing:-.035em;
}
.fc-cart-summary__discount strong{
  color:#7225bd;
}
.fc-cart-update{
  width:100%;
  margin-top:18px;
}
.fc-cart-summary .fc-btn--primary{
  width:100%;
  margin-top:10px;
}
.fc-cart-reassurance{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:14px;
}
.fc-cart-reassurance span{
  padding:10px;
  border-radius:11px;
  background:#f8f4fa;
  color:#675d70;
  font-size:10px;
  font-weight:800;
  text-align:center;
}
.fc-cart-summary__note{
  text-align:center;
  margin-top:12px;
}
.fc-cart-empty{
  text-align:center;
  padding:44px 24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(63,39,82,.09);
  box-shadow:0 12px 40px rgba(53,29,75,.05);
}
.fc-cart-empty__icon{
  font-size:44px;
}
.fc-cart-empty h2{
  margin:12px 0 8px;
  color:#1b1322;
  font-size:30px;
}
.fc-cart-empty p{
  color:#73697b;
  margin:0 0 20px;
}

@media(max-width:640px){
  .fc-cart-page{
    padding:30px 0 60px;
  }
  .fc-cart-heading{
    align-items:flex-start;
  }
  .fc-cart-title{
    font-size:48px;
  }
  .fc-cart-progress{
    padding:18px 16px 16px;
    border-radius:20px;
  }
  .fc-cart-progress__top strong{
    font-size:15px;
  }
  .fc-cart-progress__status{
    font-size:10px;
  }
  .fc-cart-progress__track{
    margin-right:42px;
  }
  .fc-cart-progress__gift{
    transform:translate(16px,-50%);
  }
  .fc-cart-progress__gift.is-active{
    animation:fcCartGiftMobile 1.15s ease-in-out infinite;
  }
  @keyframes fcCartGiftMobile{
    0%,100%{transform:translate(16px,-50%) translateY(0) scale(1)}
    50%{transform:translate(16px,-50%) translateY(-3px) scale(1.05)}
  }

  .fc-cart-line{
    grid-template-columns:96px minmax(0,1fr);
    gap:13px;
    padding:14px;
    border-radius:19px;
  }
  .fc-cart-line__image img{
    width:96px;
    border-radius:14px;
  }
  .fc-cart-line__title{
    font-size:15px;
  }
  .fc-cart-remove{
    width:34px;
    height:34px;
    border-radius:10px;
  }
  .fc-cart-line__bottom{
    grid-column:1 / -1;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .fc-cart-quantity{
    width:100%;
    height:48px;
  }
  .fc-cart-line__price{
    justify-content:flex-start;
  }
  .fc-cart-reassurance{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   FC MAILLOT V14 — PROGRESSION ALIGNÉE AUX QUANTITÉS
   1 maillot = point 1, 2 = point 2, 3 = point 3, 4 = cadeau
   ========================================================= */

/* Product */
.fc-product-offer__step--1{left:0 !important}
.fc-product-offer__step--2{left:33.333% !important}
.fc-product-offer__step--3{left:66.666% !important}
.fc-product-offer__gift{
  left:100% !important;
  transform:translate(-50%,-50%) !important;
}
.fc-product-offer__gift.is-active{
  animation:fcGiftBounceV14 1.15s ease-in-out infinite !important;
}
@keyframes fcGiftBounceV14{
  0%,100%{transform:translate(-50%,-50%) translateY(0) scale(1)}
  50%{transform:translate(-50%,-50%) translateY(-4px) scale(1.06)}
}
.fc-product-offer__track{
  margin-left:18px !important;
  margin-right:18px !important;
}
.fc-product-offer__labels{
  padding:0 2px;
}
.fc-product-offer__labels span:first-child{text-align:left}
.fc-product-offer__labels span:last-child{text-align:right}

/* Cart */
.fc-cart-progress__node--1{left:0 !important}
.fc-cart-progress__node--2{left:33.333% !important}
.fc-cart-progress__node--3{left:66.666% !important}
.fc-cart-progress__gift{
  left:100% !important;
  transform:translate(-50%,-50%) !important;
}
.fc-cart-progress__gift.is-active{
  animation:fcCartGiftV14 1.15s ease-in-out infinite !important;
}
@keyframes fcCartGiftV14{
  0%,100%{transform:translate(-50%,-50%) translateY(0) scale(1)}
  50%{transform:translate(-50%,-50%) translateY(-4px) scale(1.06)}
}
.fc-cart-progress__track{
  margin-left:18px !important;
  margin-right:18px !important;
}
.fc-cart-progress__labels span:first-child{text-align:left}
.fc-cart-progress__labels span:last-child{text-align:right}

@media(max-width:640px){
  .fc-product-offer__track,
  .fc-cart-progress__track{
    margin-left:17px !important;
    margin-right:17px !important;
  }
}


/* =========================================================
   FC MAILLOT V15 — LIBELLÉS PERSONNALISATION
   ========================================================= */
.fc-customization__pill{
  letter-spacing:.03em;
  text-align:center;
  line-height:1.15;
}


/* =========================================================
   FC MAILLOT V16 — CELEBRATION + ALIGNEMENT + HEADER FIXE
   ========================================================= */

/* Header épinglé en permanence */
.fc-header-wrap{
  position:fixed !important;
  top:0 !important;
  left:0;
  right:0;
  width:100%;
  z-index:999 !important;
  box-shadow:0 8px 30px rgba(40,20,55,.08);
}
body{
  padding-top:74px;
}
@media(max-width:640px){
  body{padding-top:72px}
}

/* Les libellés 2 et 3 sont recentrés exactement sous leur pastille */
.fc-cart-progress__labels{
  position:relative;
}
.fc-cart-progress__labels span:nth-child(2){
  transform:translateX(-7px);
}
.fc-cart-progress__labels span:nth-child(3){
  transform:translateX(-10px);
}
.fc-product-offer__labels span:nth-child(2){
  transform:translateX(-7px);
}
.fc-product-offer__labels span:nth-child(3){
  transform:translateX(-10px);
}

/* Célébration premium lorsque l'offre est atteinte */
.fc-cart-progress.is-complete{
  overflow:visible;
  animation:fcGoalGlow 1.8s ease-in-out infinite alternate;
}
@keyframes fcGoalGlow{
  0%{
    box-shadow:
      0 24px 62px rgba(113,51,158,.20),
      0 0 0 1px rgba(255,255,255,.05) inset;
  }
  100%{
    box-shadow:
      0 28px 72px rgba(140,58,201,.30),
      0 0 34px rgba(194,105,255,.22),
      0 0 0 1px rgba(255,255,255,.08) inset;
  }
}

.fc-cart-progress.is-complete .fc-cart-progress__gift{
  animation:fcGiftCelebrate 1.15s cubic-bezier(.2,.8,.2,1) infinite !important;
}
@keyframes fcGiftCelebrate{
  0%,100%{
    transform:translate(-50%,-50%) scale(1) rotate(0deg);
  }
  25%{
    transform:translate(-50%,-58%) scale(1.08) rotate(-6deg);
  }
  50%{
    transform:translate(-50%,-64%) scale(1.13) rotate(6deg);
  }
  75%{
    transform:translate(-50%,-58%) scale(1.08) rotate(-4deg);
  }
}

.fc-cart-progress.is-complete .fc-cart-progress__message{
  background:
    linear-gradient(90deg,rgba(130,47,232,.30),rgba(200,102,255,.20),rgba(130,47,232,.30));
  background-size:200% 100%;
  animation:fcMessageSweep 2.4s linear infinite;
  border-color:rgba(226,183,255,.30);
}
@keyframes fcMessageSweep{
  from{background-position:0% 50%}
  to{background-position:200% 50%}
}

.fc-cart-celebration{
  pointer-events:none;
  position:absolute;
  inset:-18px -14px -14px;
  z-index:5;
  overflow:visible;
}
.fc-celebration-burst{
  position:absolute;
  right:14px;
  top:52%;
  width:74px;
  height:74px;
  border-radius:50%;
  border:2px solid rgba(224,173,255,.65);
  transform:translateY(-50%);
  animation:fcBurst 1.7s ease-out infinite;
}
@keyframes fcBurst{
  0%{opacity:.85;transform:translateY(-50%) scale(.55)}
  75%,100%{opacity:0;transform:translateY(-50%) scale(1.45)}
}

.fc-confetti{
  position:absolute;
  font-size:15px;
  opacity:0;
  color:#e8b8ff;
  text-shadow:0 0 12px rgba(198,105,255,.55);
  animation:fcConfettiFloat 2.2s ease-in-out infinite;
}
.fc-confetti.c1{right:6%;top:12%;animation-delay:.05s}
.fc-confetti.c2{right:15%;top:4%;animation-delay:.35s}
.fc-confetti.c3{right:24%;top:17%;animation-delay:.65s}
.fc-confetti.c4{right:8%;top:70%;animation-delay:.95s}
.fc-confetti.c5{right:20%;top:80%;animation-delay:1.2s}
.fc-confetti.c6{right:31%;top:68%;animation-delay:1.45s}
.fc-confetti.c7{right:39%;top:10%;animation-delay:1.7s}
.fc-confetti.c8{right:44%;top:78%;animation-delay:1.9s}
@keyframes fcConfettiFloat{
  0%{
    opacity:0;
    transform:translateY(10px) scale(.65) rotate(0deg);
  }
  20%{opacity:1}
  60%{opacity:.95}
  100%{
    opacity:0;
    transform:translateY(-18px) scale(1.05) rotate(160deg);
  }
}

/* Petit pop sur les 3 pastilles quand l'objectif est atteint */
.fc-cart-progress.is-complete .fc-cart-progress__node.is-active{
  animation:fcNodeCelebrate 1.6s ease-in-out infinite;
}
.fc-cart-progress.is-complete .fc-cart-progress__node--2{animation-delay:.12s}
.fc-cart-progress.is-complete .fc-cart-progress__node--3{animation-delay:.24s}
@keyframes fcNodeCelebrate{
  0%,100%{box-shadow:0 0 18px rgba(187,89,255,.42)}
  50%{box-shadow:0 0 30px rgba(212,129,255,.72);transform:translate(-50%,-50%) scale(1.06)}
}

@media(max-width:640px){
  .fc-cart-progress__labels span:nth-child(2),
  .fc-product-offer__labels span:nth-child(2){
    transform:translateX(-5px);
  }
  .fc-cart-progress__labels span:nth-child(3),
  .fc-product-offer__labels span:nth-child(3){
    transform:translateX(-7px);
  }
  .fc-cart-celebration{
    inset:-12px -8px -10px;
  }
}


/* =========================================================
   FC MAILLOT V17 — FIX ZOOM MOBILE + ALIGNEMENT EXACT
   ========================================================= */

/* Empêche tout élément animé de créer une largeur de page artificielle
   et donc l'effet de zoom/rétrécissement visible sur mobile. */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
@supports not (overflow:clip){
  html,
  body{overflow-x:hidden}
}
#MainContent,
.fc-page-width,
.fc-cart-page,
.fc-product{
  max-width:100%;
  min-width:0;
}
.fc-page-width{
  overflow:visible;
}

/* Le header fixe reste strictement dans le viewport */
.fc-header-wrap{
  width:100vw !important;
  max-width:100vw !important;
  overflow:hidden;
}
.fc-header{
  width:100%;
  min-width:0;
}

/* La célébration reste DANS la carte : plus de débordement horizontal */
.fc-cart-progress.is-complete{
  overflow:hidden !important;
}
.fc-cart-celebration{
  inset:0 !important;
  overflow:hidden !important;
  border-radius:inherit;
}
.fc-celebration-burst{
  right:4px !important;
}
.fc-confetti.c1{right:4%}
.fc-confetti.c2{right:13%}
.fc-confetti.c3{right:22%}
.fc-confetti.c4{right:6%}
.fc-confetti.c5{right:17%}
.fc-confetti.c6{right:28%}
.fc-confetti.c7{right:38%}
.fc-confetti.c8{right:44%}

/* Le cadeau reste centré sur l'extrémité sans agrandir la page */
.fc-cart-progress__track,
.fc-product-offer__track{
  width:auto;
  max-width:100%;
}
.fc-cart-progress__gift,
.fc-product-offer__gift{
  max-width:42px;
}

/* ALIGNEMENT EXACT DES LIBELLÉS :
   1 à 0%, 2 à 33.333%, 3 à 66.666%, cadeau à 100%. */
.fc-cart-progress__labels,
.fc-product-offer__labels{
  display:block !important;
  position:relative !important;
  height:22px;
  margin-top:9px;
  padding:0 !important;
  text-align:initial !important;
}
.fc-cart-progress__labels span,
.fc-product-offer__labels span{
  position:absolute;
  top:0;
  width:max-content;
  max-width:28%;
  transform:none !important;
  white-space:nowrap;
  text-align:center;
}
.fc-cart-progress__labels span:nth-child(1),
.fc-product-offer__labels span:nth-child(1){
  left:0;
  transform:translateX(0) !important;
  text-align:left;
}
.fc-cart-progress__labels span:nth-child(2),
.fc-product-offer__labels span:nth-child(2){
  left:33.333%;
  transform:translateX(-50%) !important;
}
.fc-cart-progress__labels span:nth-child(3),
.fc-product-offer__labels span:nth-child(3){
  left:66.666%;
  transform:translateX(-50%) !important;
}
.fc-cart-progress__labels span:nth-child(4),
.fc-product-offer__labels span:nth-child(4){
  right:0;
  transform:translateX(0) !important;
  text-align:right;
}

/* Les pastilles suivent exactement les mêmes coordonnées */
.fc-cart-progress__node--1,
.fc-product-offer__step--1{left:0 !important}
.fc-cart-progress__node--2,
.fc-product-offer__step--2{left:33.333% !important}
.fc-cart-progress__node--3,
.fc-product-offer__step--3{left:66.666% !important}
.fc-cart-progress__gift,
.fc-product-offer__gift{left:100% !important}

/* Mobile : aucune largeur fixe qui puisse déclencher un zoom visuel */
@media(max-width:640px){
  .fc-page-width{
    width:calc(100% - 20px) !important;
    max-width:calc(100% - 20px) !important;
  }
  .fc-cart-grid,
  .fc-cart-items,
  .fc-cart-summary,
  .fc-cart-line,
  .fc-cart-progress,
  .fc-product__info,
  .fc-customization{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .fc-cart-progress__top{
    min-width:0;
  }
  .fc-cart-progress__top > div{
    min-width:0;
  }
  .fc-cart-progress__top strong{
    display:block;
    max-width:100%;
  }
}


/* =========================================================
   FC MAILLOT V18 — HEADER TRANSPARENT + ESTIMATION LIVRAISON
   ========================================================= */

/* Header plus transparent, effet verre premium */
.fc-header-wrap{
  background:rgba(255,255,255,.50) !important;
  -webkit-backdrop-filter:blur(22px) saturate(155%);
  backdrop-filter:blur(22px) saturate(155%);
  border-bottom:1px solid rgba(255,255,255,.52) !important;
  box-shadow:
    0 10px 34px rgba(47,25,65,.055),
    inset 0 -1px 0 rgba(92,52,118,.055) !important;
}
.fc-header-wrap:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.22),
    rgba(255,255,255,.07)
  );
  z-index:-1;
}
.fc-icon-btn{
  background:rgba(255,255,255,.52) !important;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.fc-menu-btn{
  background:rgba(255,255,255,.52) !important;
}

/* Delivery estimate */
.fc-delivery-estimate{
  position:relative;
  overflow:hidden;
  margin-top:22px;
  padding:20px;
  border-radius:22px;
  background:
    radial-gradient(circle at 95% 0%,rgba(174,80,255,.16),transparent 33%),
    linear-gradient(145deg,#ffffff,#f8f2ff);
  border:1px solid rgba(118,38,232,.13);
  box-shadow:0 14px 42px rgba(66,34,95,.065);
}
.fc-delivery-estimate:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  right:-80px;
  top:-105px;
  background:rgba(144,53,230,.10);
  filter:blur(20px);
}
.fc-delivery-estimate__top{
  position:relative;
  z-index:1;
  display:flex;
  gap:13px;
  align-items:center;
}
.fc-delivery-estimate__icon{
  flex:0 0 auto;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,#7626e8,#ae4cff);
  color:#fff;
  font-size:22px;
  box-shadow:0 10px 24px rgba(118,38,232,.18);
}
.fc-delivery-estimate__eyebrow{
  display:block;
  margin-bottom:4px;
  color:#7626e8;
  font-size:10px;
  font-weight:950;
  letter-spacing:.10em;
}
.fc-delivery-estimate__top strong{
  display:block;
  color:#22172a;
  font-size:15px;
  line-height:1.4;
}
.fc-delivery-estimate__top strong span{
  color:#6c20b7;
}
.fc-delivery-estimate__countdown{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  align-items:baseline;
  margin:16px 0 20px;
  padding:11px 13px;
  border-radius:13px;
  background:rgba(118,38,232,.06);
  border:1px solid rgba(118,38,232,.08);
  color:#706577;
  font-size:12px;
}
.fc-delivery-estimate__countdown strong{
  color:#25172e;
  font-size:14px;
  letter-spacing:.02em;
}

/* 3-step timeline */
.fc-delivery-steps{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:start;
  gap:8px;
}
.fc-delivery-step{
  min-width:72px;
  display:grid;
  justify-items:center;
  text-align:center;
}
.fc-delivery-step__dot{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#211627;
  color:#fff;
  border:3px solid #fff;
  box-shadow:
    0 0 0 2px rgba(40,24,48,.08),
    0 8px 18px rgba(42,24,50,.10);
  font-size:16px;
}
.fc-delivery-step__dot--purple{
  background:linear-gradient(135deg,#7626e8,#aa4bff);
  box-shadow:
    0 0 0 2px rgba(118,38,232,.10),
    0 8px 22px rgba(118,38,232,.20);
}
.fc-delivery-step.is-done .fc-delivery-step__dot{
  background:linear-gradient(135deg,#6e22d4,#a244f5);
}
.fc-delivery-step strong{
  margin-top:8px;
  color:#251a2c;
  font-size:11px;
}
.fc-delivery-step small{
  margin-top:4px;
  color:#83768c;
  font-size:10px;
}
.fc-delivery-line{
  height:3px;
  margin-top:20px;
  border-radius:999px;
  background:linear-gradient(90deg,#8f36ee,#c986ff);
  box-shadow:0 0 12px rgba(153,61,239,.13);
}
.fc-delivery-estimate__note{
  position:relative;
  z-index:1;
  margin:17px 0 0;
  padding-top:14px;
  border-top:1px solid rgba(69,43,87,.07);
  color:#8b7f92;
  font-size:10px;
  line-height:1.5;
}

/* Dans le panier, compact mais identique visuellement */
.fc-cart-summary .fc-delivery-estimate{
  margin-top:16px;
  padding:16px;
  border-radius:17px;
}
.fc-cart-summary .fc-delivery-estimate__top strong{
  font-size:13px;
}
.fc-cart-summary .fc-delivery-estimate__countdown{
  font-size:10px;
}
.fc-cart-summary .fc-delivery-step{
  min-width:54px;
}
.fc-cart-summary .fc-delivery-step__dot{
  width:34px;
  height:34px;
  font-size:13px;
}
.fc-cart-summary .fc-delivery-line{
  margin-top:16px;
}
.fc-cart-summary .fc-delivery-step strong{
  font-size:9px;
}
.fc-cart-summary .fc-delivery-step small{
  font-size:8px;
}

@media(max-width:640px){
  .fc-header-wrap{
    background:rgba(255,255,255,.46) !important;
    -webkit-backdrop-filter:blur(20px) saturate(150%);
    backdrop-filter:blur(20px) saturate(150%);
  }
  .fc-delivery-estimate{
    padding:17px 14px;
    border-radius:19px;
  }
  .fc-delivery-estimate__top strong{
    font-size:14px;
  }
  .fc-delivery-steps{
    gap:5px;
  }
  .fc-delivery-step{
    min-width:62px;
  }
  .fc-delivery-step__dot{
    width:38px;
    height:38px;
    font-size:14px;
  }
  .fc-delivery-line{
    margin-top:18px;
  }
}


/* =========================================================
   FC MAILLOT V19 — LOGO OFFICIEL DANS LE MENU
   ========================================================= */
.fc-logo-mark--image{
  padding:0 !important;
  overflow:hidden;
  background:transparent !important;
  box-shadow:
    0 8px 24px rgba(118,38,232,.18),
    0 0 0 1px rgba(118,38,232,.10);
}
.fc-logo-mark--image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:inherit;
}
.fc-header .fc-logo-mark--image{
  width:38px;
  height:38px;
  border-radius:12px;
}
.fc-mobile-menu__head .fc-logo-mark--image{
  width:42px;
  height:42px;
  border-radius:13px;
}

@media(max-width:640px){
  .fc-header .fc-logo-mark--image{
    width:40px;
    height:40px;
    border-radius:12px;
  }
}


/* =========================================================
   FC MAILLOT V20 — LOGO MENU ZOOMÉ / SANS BORDURE BLANCHE
   ========================================================= */

/* Le conteneur garde sa taille actuelle, mais l'image est zoomée
   à l'intérieur pour masquer les marges blanches du JPEG fourni. */
.fc-logo-mark--image{
  position:relative;
  overflow:hidden !important;
  background:#5f19d6 !important;
  isolation:isolate;
}

.fc-logo-mark--image img{
  position:absolute;
  inset:50% auto auto 50%;
  width:118% !important;
  height:118% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:translate(-50%,-50%) scale(1.14);
  transform-origin:center;
  border-radius:0 !important;
}

/* Un léger fond violet derrière évite toute apparition blanche
   même si le JPEG contient encore quelques pixels clairs aux coins. */
.fc-logo-mark--image::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(135deg,#5f1ad8,#a63cff);
}

/* Ajustement mobile : zoom légèrement plus fort car l'icône est petite */
@media(max-width:640px){
  .fc-logo-mark--image img{
    width:122% !important;
    height:122% !important;
    transform:translate(-50%,-50%) scale(1.16);
  }
}


/* =========================================================
   FC MAILLOT V21 — LOGO TRANSPARENT DANS LE MENU
   ========================================================= */

.fc-logo-mark--image{
  position:relative !important;
  width:54px !important;
  height:44px !important;
  min-width:54px !important;
  padding:0 !important;
  overflow:visible !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  isolation:auto !important;
}

/* Supprime le fond violet ajouté en V20 */
.fc-logo-mark--image::before{
  display:none !important;
  content:none !important;
}

/* Annule le zoom/crop précédent : on montre le logo détouré entier */
.fc-logo-mark--image img{
  position:static !important;
  inset:auto !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  border-radius:0 !important;
  filter:drop-shadow(0 5px 10px rgba(105,33,172,.20));
}

/* Header principal */
.fc-header .fc-logo-mark--image{
  width:54px !important;
  height:44px !important;
}

/* Menu mobile */
.fc-mobile-menu__head .fc-logo-mark--image{
  width:60px !important;
  height:48px !important;
}

/* Espacement logo + texte */
.fc-logo{
  gap:9px !important;
}

@media(max-width:640px){
  .fc-header .fc-logo-mark--image{
    width:50px !important;
    height:41px !important;
    min-width:50px !important;
  }

  .fc-mobile-menu__head .fc-logo-mark--image{
    width:58px !important;
    height:47px !important;
  }

  .fc-logo{
    gap:7px !important;
  }
}


/* =========================================================
   FC MAILLOT V22 — LOGO HEADER PLUS GRAND
   ========================================================= */

/* On agrandit uniquement le blason transparent, sans augmenter
   inutilement la hauteur de toute la barre de navigation. */
.fc-header .fc-logo-mark--image{
  width:72px !important;
  height:58px !important;
  min-width:72px !important;
  margin:-7px -5px -7px -3px !important;
  overflow:visible !important;
}

.fc-header .fc-logo-mark--image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  transform:scale(1.12) !important;
  transform-origin:center !important;
  filter:drop-shadow(0 5px 9px rgba(101,30,190,.24)) !important;
}

/* Logo du tiroir/menu mobile également agrandi */
.fc-mobile-menu__head .fc-logo-mark--image{
  width:78px !important;
  height:62px !important;
  min-width:78px !important;
  margin:-6px -4px -6px -4px !important;
}

.fc-mobile-menu__head .fc-logo-mark--image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  transform:scale(1.10) !important;
}

@media(max-width:640px){
  .fc-header .fc-logo-mark--image{
    width:68px !important;
    height:54px !important;
    min-width:68px !important;
    margin:-6px -5px -6px -4px !important;
  }

  .fc-header .fc-logo-mark--image img{
    transform:scale(1.14) !important;
  }
}


/* =========================================================
   FC MAILLOT V23 — PRODUITS EN CARROUSEL
   ========================================================= */

.fc-featured-carousel{
  overflow:hidden;
}
.fc-featured-carousel__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:24px;
}
.fc-featured-carousel__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.fc-carousel-arrows{
  display:flex;
  gap:8px;
}
.fc-carousel-arrow{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid rgba(73,43,94,.10);
  background:rgba(255,255,255,.82);
  color:#271a31;
  box-shadow:0 8px 24px rgba(57,30,80,.05);
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.fc-carousel-arrow:hover{
  background:#f2e7ff;
  border-color:rgba(118,38,232,.20);
  box-shadow:0 10px 28px rgba(91,42,132,.10);
  transform:translateY(-1px);
}
.fc-carousel-arrow:active{
  transform:scale(.94);
}
.fc-carousel-arrow svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fc-carousel-shell{
  position:relative;
}
.fc-product-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 48px) / 4);
  gap:16px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  padding:4px 2px 18px;
  touch-action:pan-x pan-y;
}
.fc-product-carousel::-webkit-scrollbar{
  display:none;
}
.fc-product-carousel__slide{
  min-width:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.fc-product-carousel__slide .fc-card{
  height:100%;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.fc-product-carousel__slide.is-current .fc-card{
  transform:translateY(-3px);
  border-color:rgba(118,38,232,.18);
  box-shadow:0 18px 46px rgba(81,38,118,.10);
}

/* Soft edge cues: indicate horizontal scrolling without covering cards */
.fc-carousel-fade{
  pointer-events:none;
  position:absolute;
  top:0;
  bottom:18px;
  z-index:2;
  width:34px;
  opacity:0;
  transition:opacity .2s ease;
}
.fc-carousel-fade--left{
  left:0;
  background:linear-gradient(90deg,rgba(250,248,252,.92),transparent);
}
.fc-carousel-fade--right{
  right:0;
  background:linear-gradient(270deg,rgba(250,248,252,.92),transparent);
}
.fc-carousel-shell.can-scroll-left .fc-carousel-fade--left,
.fc-carousel-shell.can-scroll-right .fc-carousel-fade--right{
  opacity:1;
}

.fc-carousel-dots{
  min-height:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  margin-top:2px;
}
.fc-carousel-dot{
  width:6px;
  height:6px;
  border:0;
  padding:0;
  border-radius:999px;
  background:#d4c7dc;
  cursor:pointer;
  transition:width .22s ease,background .22s ease,transform .22s ease;
}
.fc-carousel-dot.is-active{
  width:22px;
  background:linear-gradient(90deg,#7626e8,#b54cff);
  box-shadow:0 4px 12px rgba(118,38,232,.20);
}
.fc-carousel-swipe-hint{
  display:none;
  justify-content:center;
  align-items:center;
  gap:6px;
  margin:10px 0 0;
  color:#85798d;
  font-size:11px;
  font-weight:750;
}
.fc-carousel-swipe-hint span{
  color:#7626e8;
  animation:fcCarouselHint 1.5s ease-in-out infinite;
}
@keyframes fcCarouselHint{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(5px)}
}

@media(max-width:990px){
  .fc-product-carousel{
    grid-auto-columns:calc((100% - 16px) / 2.15);
  }
}

@media(max-width:640px){
  .fc-featured-carousel__header{
    align-items:center;
    margin-bottom:18px;
  }
  .fc-featured-carousel__header .fc-section-sub{
    max-width:180px;
  }
  .fc-carousel-arrows{
    display:none;
  }
  .fc-featured-carousel__all{
    min-height:44px;
    padding:0 18px;
    white-space:nowrap;
  }

  /* 1.55 cartes visibles : la suivante dépasse pour inciter au swipe */
  .fc-product-carousel{
    grid-auto-columns:64%;
    gap:12px;
    margin-right:-10px;
    padding-right:10px;
    scroll-padding-left:0;
  }
  .fc-product-carousel__slide .fc-card{
    border-radius:20px;
  }
  .fc-carousel-fade{
    display:none;
  }
  .fc-carousel-swipe-hint{
    display:flex;
  }
  .fc-carousel-dots{
    margin-top:0;
  }
}

/* Reduce motion when requested by the device */
@media(prefers-reduced-motion:reduce){
  .fc-product-carousel{
    scroll-behavior:auto;
  }
  .fc-carousel-swipe-hint span{
    animation:none;
  }
}


/* =========================================================
   FC MAILLOT V24 — IMAGE DE COLLECTION AUTOMATIQUE
   ========================================================= */

.fc-collection-page{
  padding:26px 0 78px;
}

.fc-collection-hero{
  position:relative;
  overflow:hidden;
  min-height:340px;
  margin-bottom:24px;
  border-radius:28px;
  background:#17101e;
  border:1px solid rgba(87,49,112,.10);
  box-shadow:0 18px 52px rgba(59,30,84,.10);
  isolation:isolate;
}

.fc-collection-hero > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:-3;
}

.fc-collection-hero__overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(13,8,18,.78) 0%,rgba(13,8,18,.50) 46%,rgba(13,8,18,.10) 100%),
    linear-gradient(0deg,rgba(13,8,18,.42),rgba(13,8,18,.03) 55%);
}

.fc-collection-hero:after{
  content:"";
  position:absolute;
  inset:auto auto -100px -70px;
  width:360px;
  height:240px;
  border-radius:50%;
  background:rgba(136,46,224,.30);
  filter:blur(70px);
  z-index:-1;
}

.fc-collection-hero__content{
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  max-width:720px;
  padding:34px;
  color:#fff;
}

.fc-collection-hero__badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  margin-bottom:13px;
  border-radius:999px;
  background:rgba(238,211,255,.92);
  border:1px solid rgba(204,142,255,.80);
  color:#5b178d;
  font-size:11px;
  font-weight:950;
  letter-spacing:.10em;
  box-shadow:0 6px 20px rgba(104,34,163,.14);
}

.fc-collection-hero h1{
  margin:0;
  max-width:100%;
  color:#fff;
  font-size:clamp(42px,7vw,78px);
  line-height:.95;
  letter-spacing:-.055em;
  text-shadow:0 4px 24px rgba(0,0,0,.35);
}

.fc-collection-hero__description{
  max-width:620px;
  margin-top:14px;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.6;
  text-shadow:0 2px 10px rgba(0,0,0,.32);
}
.fc-collection-hero__description p{
  margin:0;
}

/* fallback if no collection image */
.fc-collection-head{
  padding:42px 0 22px;
}
.fc-collection-head h1{
  margin:14px 0 8px;
  color:#17111d;
  font-size:clamp(44px,7vw,72px);
  line-height:.96;
  letter-spacing:-.055em;
}
.fc-collection-head > div{
  max-width:720px;
  color:#71667a;
  line-height:1.6;
}

/* collection meta */
.fc-collection-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 22px;
  padding:14px 16px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(60,37,80,.08);
  box-shadow:0 7px 26px rgba(52,29,74,.035);
}
.fc-collection-toolbar > div{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:5px;
}
.fc-collection-toolbar strong{
  color:#211728;
  font-size:14px;
}
.fc-collection-toolbar span{
  color:#817587;
  font-size:12px;
}
.fc-collection-toolbar__search{
  padding:9px 12px;
  border-radius:11px;
  background:#f4ebff;
  color:#6820b8;
  font-size:12px;
  font-weight:850;
}

.fc-collection-pagination{
  display:flex;
  justify-content:center;
  gap:12px;
  padding:38px 0 0;
}

.fc-collection-empty{
  grid-column:1/-1;
  text-align:center;
  padding:44px 20px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(60,37,80,.08);
}
.fc-collection-empty > div{
  font-size:40px;
}
.fc-collection-empty h2{
  margin:10px 0 7px;
  color:#211728;
}
.fc-collection-empty p{
  margin:0;
  color:#7e7286;
}

/* Mobile */
@media(max-width:640px){
  .fc-collection-page{
    padding-top:16px;
  }

  .fc-collection-hero{
    min-height:260px;
    margin-left:0;
    margin-right:0;
    border-radius:22px;
  }

  .fc-collection-hero__content{
    min-height:260px;
    padding:22px 18px;
  }

  .fc-collection-hero h1{
    font-size:44px;
  }

  .fc-collection-hero__description{
    font-size:13px;
    line-height:1.5;
  }

  .fc-collection-hero__overlay{
    background:
      linear-gradient(0deg,rgba(12,7,17,.77) 0%,rgba(12,7,17,.40) 55%,rgba(12,7,17,.12) 100%);
  }

  .fc-collection-toolbar{
    padding:12px 13px;
  }

  .fc-collection-toolbar__search{
    white-space:nowrap;
  }
}


/* =========================================================
   FC MAILLOT V25 — GALERIE PRODUIT MULTI-IMAGES + PLEIN ÉCRAN
   ========================================================= */

.fc-product-gallery__main-wrap{
  position:relative;
}
.fc-product-gallery__main{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#f4f0f7;
  border:1px solid rgba(65,39,84,.08);
}
.fc-product-gallery__slide[hidden]{
  display:none !important;
}
.fc-product-gallery__slide{
  width:100%;
}
.fc-product-gallery__zoom{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
}
.fc-product-gallery__zoom img,
.fc-product-gallery__video{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.fc-product-gallery__zoom-icon{
  position:absolute;
  right:14px;
  bottom:14px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.86);
  color:#25172e;
  box-shadow:0 8px 24px rgba(33,20,42,.13);
  backdrop-filter:blur(12px);
  font-size:20px;
  pointer-events:none;
}
.fc-gallery-nav{
  position:absolute;
  top:50%;
  z-index:3;
  width:44px;
  height:44px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(255,255,255,.84);
  color:#211627;
  font-size:28px;
  line-height:1;
  box-shadow:0 8px 24px rgba(31,19,39,.12);
  backdrop-filter:blur(12px);
  cursor:pointer;
}
.fc-gallery-nav--prev{left:14px}
.fc-gallery-nav--next{right:14px}
.fc-gallery-counter{
  position:absolute;
  left:50%;
  bottom:14px;
  z-index:3;
  transform:translateX(-50%);
  padding:7px 10px;
  border-radius:999px;
  background:rgba(22,13,29,.68);
  color:#fff;
  font-size:11px;
  font-weight:850;
  backdrop-filter:blur(10px);
}

.fc-product-gallery__thumbs{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:12px 2px 3px;
  scrollbar-width:none;
}
.fc-product-gallery__thumbs::-webkit-scrollbar{display:none}
.fc-product-gallery__thumb{
  flex:0 0 78px;
  width:78px;
  height:78px;
  padding:3px;
  overflow:hidden;
  border-radius:14px;
  border:2px solid transparent;
  background:#fff;
  cursor:pointer;
  transition:.2s ease;
}
.fc-product-gallery__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}
.fc-product-gallery__thumb.is-active{
  border-color:#8b35ef;
  box-shadow:0 7px 20px rgba(118,38,232,.16);
  transform:translateY(-1px);
}

/* Fullscreen viewer */
.fc-product-lightbox[hidden]{
  display:none !important;
}
.fc-product-lightbox{
  position:fixed;
  inset:0;
  z-index:2000;
}
.fc-product-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(9,6,12,.90);
  backdrop-filter:blur(10px);
}
.fc-product-lightbox__panel{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fc-product-lightbox__stage{
  width:min(94vw,1200px);
  height:min(88vh,1100px);
  display:grid;
  place-items:center;
}
.fc-product-lightbox__image{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
}
.fc-product-lightbox__image[hidden]{
  display:none !important;
}
.fc-product-lightbox__close{
  position:absolute;
  top:max(18px,env(safe-area-inset-top));
  right:18px;
  z-index:3;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:34px;
  cursor:pointer;
  backdrop-filter:blur(10px);
}
.fc-product-lightbox__nav{
  position:absolute;
  top:50%;
  z-index:3;
  width:50px;
  height:50px;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:32px;
  cursor:pointer;
  backdrop-filter:blur(10px);
}
.fc-product-lightbox__nav--prev{left:18px}
.fc-product-lightbox__nav--next{right:18px}
.fc-product-lightbox__counter{
  position:absolute;
  left:50%;
  bottom:max(18px,env(safe-area-inset-bottom));
  transform:translateX(-50%);
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:850;
  backdrop-filter:blur(10px);
}

body.fc-lightbox-open{
  overflow:hidden !important;
}

@media(max-width:640px){
  .fc-product-gallery__main{
    border-radius:20px;
  }
  .fc-product-gallery__zoom img,
  .fc-product-gallery__video{
    aspect-ratio:1/1.12;
    object-fit:cover;
  }
  .fc-product-gallery__thumb{
    flex-basis:68px;
    width:68px;
    height:68px;
  }
  .fc-gallery-nav{
    width:38px;
    height:38px;
    font-size:24px;
  }
  .fc-gallery-nav--prev{left:9px}
  .fc-gallery-nav--next{right:9px}
  .fc-product-lightbox__nav{
    width:42px;
    height:42px;
    font-size:27px;
  }
  .fc-product-lightbox__nav--prev{left:8px}
  .fc-product-lightbox__nav--next{right:8px}
  .fc-product-lightbox__stage{
    width:100vw;
    height:84vh;
    padding:0 8px;
  }
}


/* =========================================================
   FC MAILLOT V26 — TAILLE IMAGE PRODUIT NORMALE
   ========================================================= */

/* Corrige le zoom excessif de la V25 :
   on affiche l'image entière sans la recadrer. */
.fc-product-gallery__main{
  background:#f8f6fa !important;
}

.fc-product-gallery__zoom{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:0 !important;
  background:#f8f6fa !important;
}

.fc-product-gallery__zoom img{
  width:100% !important;
  height:auto !important;
  max-height:760px !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#f8f6fa !important;
}

/* Les vidéos restent adaptées sans forcer un énorme carré */
.fc-product-gallery__video{
  width:100% !important;
  height:auto !important;
  max-height:760px !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  background:#111 !important;
}

@media(max-width:640px){
  .fc-product-gallery__zoom img{
    max-height:560px !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
  }

  .fc-product-gallery__video{
    max-height:560px !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
  }
}


/* =========================================================
   FC MAILLOT V27 — GALERIE PRODUIT COMPACTE / SANS RECADRAGE
   ========================================================= */

/* Le cadre garde une taille visuelle normale, quelle que soit
   la résolution originale de la photo Shopify. */
.fc-product-gallery__main{
  width:100% !important;
  height:clamp(390px, 48vw, 610px) !important;
  min-height:0 !important;
  overflow:hidden !important;
  display:block !important;
  background:#f8f6fa !important;
}

.fc-product-gallery__slide,
.fc-product-gallery__zoom{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
}

.fc-product-gallery__zoom{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  padding:0 !important;
}

.fc-product-gallery__zoom img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f8f6fa !important;
}

/* Même logique pour les vidéos */
.fc-product-gallery__video{
  width:100% !important;
  height:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
}

/* Miniatures compactes */
.fc-product-gallery__thumbs{
  margin-top:2px !important;
  padding-top:10px !important;
}

@media(max-width:749px){
  .fc-product-gallery__main{
    height:440px !important;
    max-height:52vh !important;
    min-height:360px !important;
    border-radius:20px !important;
  }

  .fc-product-gallery__zoom img{
    width:100% !important;
    height:100% !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}

@media(max-width:390px){
  .fc-product-gallery__main{
    height:400px !important;
    max-height:50vh !important;
    min-height:340px !important;
  }
}

/* L'ouverture plein écran reste indépendante et affiche
   l'image entière sans reprendre la hauteur compacte. */
.fc-product-lightbox__image{
  width:auto !important;
  height:auto !important;
  max-width:94vw !important;
  max-height:88vh !important;
  object-fit:contain !important;
}


/* =========================================================
   FC MAILLOT V28 — GALERIE ENCORE PLUS COMPACTE
   ========================================================= */

/* Desktop / aperçu Shopify : hauteur réduite pour laisser apparaître
   plus vite le titre, le prix et les options produit. */
.fc-product-gallery__main{
  height:clamp(320px, 38vw, 500px) !important;
}

/* L'image reste entière, sans zoom ni crop. */
.fc-product-gallery__zoom img{
  object-fit:contain !important;
  object-position:center !important;
}

/* Mobile : cadre nettement plus compact que V27 */
@media(max-width:749px){
  .fc-product-gallery__main{
    height:360px !important;
    max-height:44vh !important;
    min-height:300px !important;
  }

  .fc-product-gallery__thumb{
    flex-basis:60px !important;
    width:60px !important;
    height:60px !important;
  }

  .fc-product-gallery__thumbs{
    gap:8px !important;
    padding-top:8px !important;
  }
}

/* Très petits écrans */
@media(max-width:390px){
  .fc-product-gallery__main{
    height:330px !important;
    max-height:42vh !important;
    min-height:280px !important;
  }
}

/* Le plein écran reste inchangé */
.fc-product-lightbox__stage{
  width:100vw !important;
  height:88vh !important;
}


/* =========================================================
   FC MAILLOT V30 — GALERIE MOBILE PROPRE / SANS GOUTTIÈRE
   Repart de V28 et remplace les hauteurs fixes par un vrai ratio.
   ========================================================= */

.fc-product,
.fc-product__gallery,
.fc-product__info,
.fc-product-gallery__main-wrap,
.fc-product-gallery__main,
.fc-product-gallery__slide,
.fc-product-gallery__zoom{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

/* On ne force plus une hauteur arbitraire : le cadre conserve
   un ratio cohérent avec les photos produit carrées Shopify. */
.fc-product-gallery__main{
  width:100% !important;
  height:auto !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  background:#f6f3f8 !important;
}

.fc-product-gallery__slide,
.fc-product-gallery__zoom{
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
}

.fc-product-gallery__zoom{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.fc-product-gallery__zoom img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 !important;
}

/* Pas de débordement des miniatures sur la page entière. */
.fc-product-gallery__thumbs{
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  overscroll-behavior-x:contain;
}

/* Les composants sous la galerie ne doivent jamais élargir la page. */
.fc-product-offer,
.fc-customization,
.fc-option,
.fc-product__submit,
.fc-product__meta,
.fc-delivery-estimate{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}

.fc-product-offer{
  overflow:hidden !important;
}

/* Le badge "OPTIONS FLOCAGE" passe proprement à la ligne si nécessaire. */
.fc-customization__head{
  flex-wrap:wrap !important;
}
.fc-customization__pill{
  max-width:100% !important;
  white-space:normal !important;
}

/* Mobile */
@media(max-width:749px){
  .fc-product{
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }

  .fc-product__gallery{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .fc-product-gallery__main-wrap{
    width:100% !important;
    margin:0 auto !important;
  }

  .fc-product-gallery__main{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    border-radius:20px !important;
  }

  .fc-product-gallery__zoom img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  .fc-product-gallery__thumb{
    flex:0 0 62px !important;
    width:62px !important;
    height:62px !important;
  }

  /* Évite que les labels de la barre 3+1 ou le cadeau sortent du viewport. */
  .fc-product-offer__head{
    min-width:0 !important;
  }
  .fc-product-offer__head > div{
    min-width:0 !important;
  }
  .fc-product-offer__count{
    max-width:34% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

/* Très petits écrans */
@media(max-width:390px){
  .fc-product-gallery__thumb{
    flex-basis:56px !important;
    width:56px !important;
    height:56px !important;
  }
}


/* =========================================================
   FC MAILLOT V31 — MOBILE PLUS AÉRÉ
   Réduit visuellement la largeur du contenu sans casser le viewport.
   ========================================================= */
@media(max-width:749px){

  /* Galerie : marge réelle de chaque côté */
  .fc-product__gallery{
    width:calc(100% - 28px) !important;
    max-width:calc(100% - 28px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .fc-product-gallery__main-wrap,
  .fc-product-gallery__main{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .fc-product-gallery__main{
    border-radius:22px !important;
  }

  /* Zone infos produit : respiration latérale homogène */
  .fc-product__info{
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* Les gros blocs suivent la largeur intérieure */
  .fc-product-offer,
  .fc-customization,
  .fc-delivery-estimate{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* Titre légèrement moins massif */
  .fc-product__title{
    font-size:clamp(31px, 9vw, 42px) !important;
    line-height:1.02 !important;
    letter-spacing:-1.3px !important;
  }

  /* Offre 3+1 un peu plus compacte */
  .fc-product-offer{
    border-radius:20px !important;
    padding:18px 16px !important;
  }

  /* Champs et bouton ne touchent plus les bords */
  .fc-product select,
  .fc-product input,
  .fc-product__submit{
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* Miniatures restent scrollables dans la largeur de la galerie */
  .fc-product-gallery__thumbs{
    width:100% !important;
    max-width:100% !important;
    padding-left:2px !important;
    padding-right:2px !important;
  }
}

@media(max-width:390px){
  .fc-product__gallery{
    width:calc(100% - 22px) !important;
    max-width:calc(100% - 22px) !important;
  }

  .fc-product__info{
    width:calc(100% - 26px) !important;
    max-width:calc(100% - 26px) !important;
  }

  .fc-product__title{
    font-size:30px !important;
  }
}


/* =========================================================
   FC MAILLOT V32 — GALERIE MOBILE STABLE
   - empêche l'image principale de changer de taille au scroll
   - masque le petit bouton/coin parasite de zoom en bas à droite
   ========================================================= */
@media(max-width:749px){

  .fc-product__gallery,
  .fc-product-gallery__main-wrap{
    position:relative !important;
    transform:none !important;
    scale:1 !important;
  }

  .fc-product-gallery__main{
    width:100% !important;
    max-width:100% !important;
    aspect-ratio:1 / 0.80 !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden !important;
    transform:none !important;
    scale:1 !important;
    contain:layout paint !important;
  }

  .fc-product-gallery__main img,
  .fc-product-gallery__main picture,
  .fc-product-gallery__main picture img{
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
    scale:1 !important;
    transition:none !important;
  }

  /* Neutralise tout comportement sticky/scroll de la galerie */
  .fc-product__gallery,
  .fc-product-gallery__main-wrap,
  .fc-product-gallery__main{
    position:relative !important;
    top:auto !important;
    bottom:auto !important;
  }

  /* Cache les contrôles de zoom/plein écran parasites dans la galerie.
     Le clic sur l'image peut toujours être géré par le JS existant. */
  .fc-product-gallery__main .fc-gallery-zoom,
  .fc-product-gallery__main .fc-product-gallery__zoom,
  .fc-product-gallery__main .fc-gallery-fullscreen,
  .fc-product-gallery__main .fc-product-gallery__fullscreen,
  .fc-product-gallery__main [class*="zoom"],
  .fc-product-gallery__main [class*="fullscreen"],
  .fc-product-gallery__main [aria-label*="zoom" i],
  .fc-product-gallery__main [aria-label*="plein écran" i],
  .fc-product-gallery__main [title*="zoom" i],
  .fc-product-gallery__main [title*="plein écran" i]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }

  /* Aucun enfant ne doit dépasser et laisser apparaître un coin en bas à droite */
  .fc-product-gallery__main > *{
    max-width:100% !important;
  }
}


/* =========================================================
   FC MAILLOT V33 — IMAGE ENTIÈRE + BOUTON AGRANDIR VISIBLE
   ========================================================= */
@media(max-width:749px){

  /* La galerie garde sa propre zone : les miniatures restent en dessous
     et ne doivent jamais recouvrir l'image principale. */
  .fc-product__gallery{
    overflow:visible !important;
  }

  .fc-product-gallery__main-wrap{
    position:relative !important;
    width:100% !important;
    overflow:visible !important;
  }

  .fc-product-gallery__main{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1 / 1 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#fff !important;
  }

  /* Affiche désormais chaque photo dans son intégralité, sans crop. */
  .fc-product-gallery__main img,
  .fc-product-gallery__main picture,
  .fc-product-gallery__main picture img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
    scale:1 !important;
    transition:none !important;
  }

  /* Les miniatures prennent leur place sous l'image, sans superposition. */
  .fc-product-gallery__thumbs,
  .fc-product-gallery__thumbnails,
  .fc-product-gallery__thumb-list{
    position:relative !important;
    z-index:2 !important;
    margin-top:12px !important;
    transform:none !important;
  }

  /* V32 cachait le contrôle d'agrandissement : on le réactive. */
  .fc-product-gallery__main .fc-gallery-zoom,
  .fc-product-gallery__main .fc-product-gallery__zoom,
  .fc-product-gallery__main .fc-gallery-fullscreen,
  .fc-product-gallery__main .fc-product-gallery__fullscreen,
  .fc-product-gallery__main [aria-label*="zoom" i],
  .fc-product-gallery__main [aria-label*="agrandir" i],
  .fc-product-gallery__main [aria-label*="plein écran" i],
  .fc-product-gallery__main [title*="zoom" i],
  .fc-product-gallery__main [title*="agrandir" i],
  .fc-product-gallery__main [title*="plein écran" i]{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    z-index:20 !important;
  }
}


/* =========================================================
   FC MAILLOT V34 — VRAI PLEIN ÉCRAN
   Le viewer couvre désormais tout le viewport du téléphone.
   ========================================================= */

.fc-product-lightbox{
  position:fixed !important;
  inset:0 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:100vw !important;
  height:100vh !important;
  height:100dvh !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  z-index:2147483000 !important;
  transform:none !important;
  border-radius:0 !important;
  overflow:hidden !important;
}

.fc-product-lightbox[hidden]{
  display:none !important;
}

.fc-product-lightbox__backdrop{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  height:100dvh !important;
  background:#08060b !important;
  backdrop-filter:none !important;
}

.fc-product-lightbox__panel{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  height:100dvh !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:
    calc(16px + env(safe-area-inset-top))
    10px
    calc(20px + env(safe-area-inset-bottom)) !important;
  box-sizing:border-box !important;
  background:#08060b !important;
}

.fc-product-lightbox__stage{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:48px 4px 54px !important;
  box-sizing:border-box !important;
}

.fc-product-lightbox__image{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:0 !important;
  box-shadow:none !important;
  margin:auto !important;
}

.fc-product-lightbox__image[hidden]{
  display:none !important;
}

.fc-product-lightbox__close{
  position:fixed !important;
  top:calc(12px + env(safe-area-inset-top)) !important;
  right:14px !important;
  z-index:2147483002 !important;
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.14) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.24) !important;
  backdrop-filter:blur(14px) !important;
}

.fc-product-lightbox__nav{
  position:fixed !important;
  top:50% !important;
  z-index:2147483002 !important;
  width:46px !important;
  height:46px !important;
  transform:translateY(-50%) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.13) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.20) !important;
  backdrop-filter:blur(12px) !important;
}

.fc-product-lightbox__nav--prev{left:10px !important}
.fc-product-lightbox__nav--next{right:10px !important}

.fc-product-lightbox__counter{
  position:fixed !important;
  left:50% !important;
  bottom:calc(12px + env(safe-area-inset-bottom)) !important;
  z-index:2147483002 !important;
  transform:translateX(-50%) !important;
  background:rgba(255,255,255,.14) !important;
  color:#fff !important;
}

html.fc-lightbox-open,
body.fc-lightbox-open{
  overflow:hidden !important;
  overscroll-behavior:none !important;
  touch-action:none !important;
}

/* Réactive explicitement le petit bouton d'agrandissement sur la photo */
.fc-product-gallery__zoom-icon{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:none !important;
  z-index:8 !important;
}


/* =========================================================
   FC MAILLOT V35 — PLEIN ÉCRAN TRANSPARENT / EFFET VERRE
   ========================================================= */

.fc-product-lightbox__backdrop{
  background:rgba(255,255,255,.16) !important;
  -webkit-backdrop-filter:blur(18px) saturate(135%) !important;
  backdrop-filter:blur(18px) saturate(135%) !important;
}

.fc-product-lightbox__panel{
  background:transparent !important;
}

.fc-product-lightbox{
  background:transparent !important;
}

/* Boutons plus harmonieux avec le fond transparent */
.fc-product-lightbox__close,
.fc-product-lightbox__nav,
.fc-product-lightbox__counter{
  background:rgba(255,255,255,.28) !important;
  border-color:rgba(255,255,255,.42) !important;
  color:#18111f !important;
  -webkit-backdrop-filter:blur(14px) saturate(140%) !important;
  backdrop-filter:blur(14px) saturate(140%) !important;
  box-shadow:0 8px 30px rgba(47,25,65,.12) !important;
}

/* L'image garde son rendu propre sans fond noir autour */
.fc-product-lightbox__image{
  background:transparent !important;
  box-shadow:0 24px 70px rgba(35,18,49,.18) !important;
}


/* =========================================================
   FC MAILLOT V36 — PLEIN ÉCRAN LARGEUR MAXIMALE
   ========================================================= */

/* Le viewer reste transparent/flouté comme V35 */
.fc-product-lightbox__panel{
  padding-left:0 !important;
  padding-right:0 !important;
}

.fc-product-lightbox__stage{
  width:100vw !important;
  max-width:100vw !important;
  height:100dvh !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin:0 !important;
}

/* L'image exploite toute la largeur disponible.
   Elle reste centrée et conserve ses proportions. */
.fc-product-lightbox__image{
  width:100vw !important;
  max-width:100vw !important;
  height:auto !important;
  max-height:88dvh !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 auto !important;
  border-radius:0 !important;
}

/* Flèches rapprochées des bords */
.fc-product-lightbox__nav--prev{
  left:6px !important;
}
.fc-product-lightbox__nav--next{
  right:6px !important;
}

@media(max-width:749px){
  .fc-product-lightbox__panel{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .fc-product-lightbox__stage{
    width:100vw !important;
    max-width:100vw !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .fc-product-lightbox__image{
    width:100vw !important;
    max-width:100vw !important;
    max-height:84dvh !important;
    object-fit:contain !important;
  }
}


/* =========================================================
   FC MAILLOT V37 — BLOCS PERSONNALISATION + LIVRAISON PLUS LARGES
   ========================================================= */

@media(max-width:749px){

  /* La zone info garde des marges globales, mais ces deux blocs
     débordent volontairement pour aller presque jusqu'aux bords. */
  .fc-customization,
  .fc-delivery-estimate{
    width:calc(100% + 28px) !important;
    max-width:none !important;
    margin-left:-14px !important;
    margin-right:-14px !important;
    box-sizing:border-box !important;
  }

  /* Personnalisation : plus large, tout en gardant un padding interne propre */
  .fc-customization{
    padding-left:18px !important;
    padding-right:18px !important;
    border-radius:22px !important;
  }

  /* Estimation livraison : même largeur visuelle que le bouton principal */
  .fc-delivery-estimate{
    padding-left:18px !important;
    padding-right:18px !important;
    border-radius:22px !important;
  }

  /* Les champs à l'intérieur utilisent toute la largeur du bloc */
  .fc-customization .fc-option,
  .fc-customization .fc-input,
  .fc-customization .fc-select,
  .fc-customization select,
  .fc-customization input{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* Evite tout débordement dans la timeline livraison */
  .fc-delivery-estimate__top,
  .fc-delivery-estimate__countdown,
  .fc-delivery-steps,
  .fc-delivery-estimate__note{
    max-width:100% !important;
    box-sizing:border-box !important;
  }
}

@media(max-width:390px){
  .fc-customization,
  .fc-delivery-estimate{
    width:calc(100% + 22px) !important;
    margin-left:-11px !important;
    margin-right:-11px !important;
  }
}


/* =========================================================
   FC MAILLOT V41 — INFOS LIVRAISON CLIQUABLES
   ========================================================= */
.fc-delivery-step{
  position:relative;
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  font:inherit;
  color:inherit;
  cursor:pointer;
  overflow:visible;
  -webkit-tap-highlight-color:transparent;
}
.fc-delivery-step:focus-visible .fc-delivery-step__dot{
  outline:3px solid rgba(137,48,232,.26);
  outline-offset:4px;
}
.fc-delivery-tooltip{
  position:absolute;
  z-index:40;
  width:max-content;
  max-width:min(290px,82vw);
  padding:13px 16px;
  border-radius:4px;
  background:#050505;
  color:#fff;
  font-size:14px;
  line-height:1.45;
  font-weight:500;
  text-align:left;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.fc-delivery-tooltip::before{
  content:"";
  position:absolute;
  top:-9px;
  width:0;
  height:0;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  border-bottom:10px solid #050505;
}
.fc-delivery-tooltip--left{
  top:calc(100% + 14px);
  left:0;
}
.fc-delivery-tooltip--left::before{left:20px}
.fc-delivery-tooltip--center{
  top:calc(100% + 14px);
  left:50%;
  transform:translate(-50%,8px);
}
.fc-delivery-tooltip--center::before{
  left:50%;
  transform:translateX(-50%);
}
.fc-delivery-tooltip--right{
  top:calc(100% + 14px);
  right:0;
}
.fc-delivery-tooltip--right::before{right:20px}
.fc-delivery-step.is-tooltip-open .fc-delivery-tooltip{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.fc-delivery-step.is-tooltip-open .fc-delivery-tooltip--center{
  transform:translate(-50%,0);
}
.fc-delivery-step.is-tooltip-open .fc-delivery-step__dot{
  box-shadow:0 0 0 5px rgba(157,66,239,.11),0 8px 20px rgba(106,32,177,.20);
}
.fc-delivery-tooltip strong{
  color:#fff;
  font-weight:800;
}
@media(max-width:749px){
  .fc-delivery-tooltip{
    font-size:13px;
    max-width:min(270px,78vw);
    padding:12px 14px;
  }
  .fc-delivery-tooltip--left{
    left:-4px;
  }
  .fc-delivery-tooltip--right{
    right:-4px;
  }
}


/* =========================================================
   FC MAILLOT V42 — TOOLTIP LIVRAISON SANS CHEVAUCHEMENT
   ========================================================= */

/* Quand une info est ouverte, on réserve une vraie zone sous les étapes
   afin que le texte indicatif soit poussé vers le bas. */
.fc-delivery-estimate.has-tooltip-open .fc-delivery-steps{
  padding-bottom:96px !important;
}

/* Le tooltip reste totalement opaque et au-dessus de tous les éléments. */
.fc-delivery-tooltip{
  z-index:999 !important;
  background:#050505 !important;
  color:#fff !important;
  opacity:0;
  isolation:isolate;
}

/* On positionne les trois encarts dans la zone réservée sous les étapes. */
.fc-delivery-tooltip--left,
.fc-delivery-tooltip--center,
.fc-delivery-tooltip--right{
  top:calc(100% + 14px) !important;
}

/* Le texte de note passe toujours sous la zone de tooltip. */
.fc-delivery-estimate__note{
  position:relative;
  z-index:1;
  margin-top:0 !important;
}

.fc-delivery-step.is-tooltip-open{
  z-index:1000;
}

@media(max-width:749px){
  .fc-delivery-estimate.has-tooltip-open .fc-delivery-steps{
    padding-bottom:112px !important;
  }

  .fc-delivery-tooltip{
    max-width:min(300px,84vw) !important;
    font-size:13px !important;
    line-height:1.45 !important;
  }
}


/* =========================================================
   FC MAILLOT V43 — ÉTAPES LIVRAISON CLAIREMENT CLIQUABLES
   ========================================================= */

.fc-delivery-tap-hint{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:12px;
  margin-bottom:10px;
  padding:9px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(245,235,255,.95),rgba(234,215,255,.78));
  border:1px solid rgba(135,53,221,.14);
  color:#6f2ab7;
  font-size:12px;
  font-weight:800;
  text-align:center;
}

.fc-delivery-tap-hint__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  animation:fcDeliveryTapHint 1.8s ease-in-out infinite;
}

@keyframes fcDeliveryTapHint{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-2px) scale(1.06)}
}

/* Les trois étapes donnent désormais un indice visuel au toucher. */
.fc-delivery-step .fc-delivery-step__dot{
  position:relative;
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.fc-delivery-step .fc-delivery-step__dot::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  border:1px solid rgba(157,66,239,.25);
  opacity:.65;
  animation:fcDeliveryPulse 2.4s ease-out infinite;
  pointer-events:none;
}

@keyframes fcDeliveryPulse{
  0%{transform:scale(.92);opacity:.5}
  70%{transform:scale(1.18);opacity:0}
  100%{transform:scale(1.18);opacity:0}
}

.fc-delivery-step:hover .fc-delivery-step__dot,
.fc-delivery-step:active .fc-delivery-step__dot{
  transform:scale(1.06);
  box-shadow:0 0 0 5px rgba(157,66,239,.10),0 8px 20px rgba(106,32,177,.16);
}

.fc-delivery-step strong{
  position:relative;
}

.fc-delivery-step strong::after{
  content:"";
  display:inline-block;
  width:5px;
  height:5px;
  margin-left:5px;
  vertical-align:middle;
  border-right:1.5px solid rgba(111,42,183,.75);
  border-bottom:1.5px solid rgba(111,42,183,.75);
  transform:rotate(45deg) translateY(-1px);
}

.fc-delivery-step.is-tooltip-open strong::after{
  transform:rotate(225deg) translate(-1px,-1px);
}

@media(max-width:749px){
  .fc-delivery-tap-hint{
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:11px;
    padding:8px 11px;
  }
}


/* =========================================================
   FC MAILLOT V45 — FLOCAGE GRATUIT PREMIUM + ANIMATIONS
   ========================================================= */

.fc-customization__pill--free{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(246,226,255,.98),rgba(230,198,255,.94)) !important;
  color:#6f22b5 !important;
  border:1px solid rgba(139,55,222,.18);
  box-shadow:
    0 7px 18px rgba(128,47,202,.10),
    inset 0 1px 0 rgba(255,255,255,.82);
  animation:fcFreeBadgeFloat 2.8s ease-in-out infinite;
}

.fc-customization__pill--free strong{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  color:#fff;
  font-size:.92em;
  font-weight:950;
  letter-spacing:.04em;
  background:linear-gradient(135deg,#7c24f0,#b43cff);
  box-shadow:0 4px 12px rgba(128,38,222,.24);
  animation:fcFreeBadgeGlow 2s ease-in-out infinite;
}

.fc-customization__pill--free::after{
  content:"";
  position:absolute;
  top:-70%;
  left:-55%;
  width:34%;
  height:240%;
  transform:rotate(20deg);
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.74),
    transparent
  );
  animation:fcFreeShine 3.2s ease-in-out infinite;
  pointer-events:none;
}

.fc-free-sparkle{
  font-size:12px;
  animation:fcFreeSparkle 1.8s ease-in-out infinite;
}

.fc-free-dot{
  opacity:.45;
}

.fc-customization-free-note{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:14px;
  padding:14px 15px;
  border-radius:16px;
  background:
    radial-gradient(circle at 90% 10%,rgba(185,102,255,.12),transparent 38%),
    linear-gradient(135deg,rgba(250,246,255,.98),rgba(241,228,255,.92));
  border:1px solid rgba(142,62,221,.16);
  box-shadow:0 8px 20px rgba(112,40,180,.07);
}

.fc-customization-free-note__icon{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,#7626ef,#ad3dff);
  box-shadow:0 7px 16px rgba(123,39,225,.22);
  font-size:20px;
  animation:fcFreeGiftBounce 2.4s ease-in-out infinite;
}

.fc-customization-free-note > div{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}

.fc-customization-free-note strong{
  color:#25162f;
  font-size:13px;
  font-weight:900;
}

.fc-customization-free-note span:not(.fc-customization-free-note__icon){
  color:#776b7e;
  font-size:11px;
  line-height:1.45;
}

@keyframes fcFreeBadgeFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-2px)}
}

@keyframes fcFreeBadgeGlow{
  0%,100%{box-shadow:0 4px 12px rgba(128,38,222,.22)}
  50%{box-shadow:0 5px 18px rgba(164,56,255,.38)}
}

@keyframes fcFreeShine{
  0%,58%{left:-55%;opacity:0}
  66%{opacity:1}
  82%{left:125%;opacity:0}
  100%{left:125%;opacity:0}
}

@keyframes fcFreeSparkle{
  0%,100%{transform:scale(1) rotate(0);opacity:.8}
  50%{transform:scale(1.25) rotate(18deg);opacity:1}
}

@keyframes fcFreeGiftBounce{
  0%,100%{transform:translateY(0) rotate(0)}
  45%{transform:translateY(-2px) rotate(-2deg)}
  55%{transform:translateY(-2px) rotate(2deg)}
}

@media(max-width:749px){
  .fc-customization__pill--free{
    font-size:11px !important;
    gap:6px;
    padding:8px 11px !important;
  }

  .fc-customization-free-note{
    padding:13px 14px;
  }

  .fc-customization-free-note__icon{
    width:38px;
    height:38px;
    border-radius:12px;
    font-size:18px;
  }
}



/* =========================================================
   FC MAILLOT V50 — MENU MOBILE PLEIN ÉCRAN + TOGGLE
   ========================================================= */

/* Le tiroir couvre toujours le viewport réel, même sur Safari iOS. */
.fc-mobile-menu{
  width:100vw !important;
  width:100dvw !important;
  height:100vh !important;
  height:100dvh !important;
  inset:0 !important;
  overflow:hidden !important;
}

/* Le panneau utilise toute la hauteur disponible. */
.fc-mobile-menu__panel{
  height:100vh !important;
  height:100dvh !important;
  max-height:100dvh !important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  padding-bottom:max(24px,env(safe-area-inset-bottom));
}

/* Bouton hamburger : animation vers une croix quand le menu est ouvert. */
.fc-menu-btn .fc-hamburger i{
  transition:
    transform .22s ease,
    opacity .18s ease,
    width .22s ease;
  transform-origin:center;
}

.fc-menu-btn.is-menu-open .fc-hamburger i:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.fc-menu-btn.is-menu-open .fc-hamburger i:nth-child(2){
  opacity:0;
  transform:scaleX(.25);
}
.fc-menu-btn.is-menu-open .fc-hamburger i:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* Sur téléphone : le menu occupe réellement toute la largeur.
   Plus de bande sombre / page visible à droite. */
@media(max-width:749px){
  .fc-mobile-menu__panel{
    width:100vw !important;
    width:100dvw !important;
    max-width:none !important;
    inset:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .fc-mobile-menu__backdrop{
    display:none !important;
  }

  .fc-mobile-menu__head{
    min-height:92px;
    padding:
      max(14px,env(safe-area-inset-top))
      20px
      14px;
  }

  .fc-mobile-menu__nav{
    padding-bottom:max(36px,env(safe-area-inset-bottom));
  }

  .fc-mobile-menu__nav > a,
  .fc-mobile-menu__details > summary{
    min-height:64px;
    padding-left:24px;
    padding-right:24px;
  }
}

/* Sur tablette : panneau plus large, sans être totalement plein écran. */
@media(min-width:750px) and (max-width:990px){
  .fc-mobile-menu__panel{
    width:min(92vw,480px) !important;
  }
}


/* =========================================================
   FC MAILLOT V52 — BARRE D'ANNONCE DÉFILANTE PREMIUM
   ========================================================= */

.fc-announcement--marquee{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 50%,rgba(174,71,255,.22),transparent 32%),
    radial-gradient(circle at 80% 50%,rgba(92,35,190,.22),transparent 34%),
    linear-gradient(90deg,#160527 0%,#35105e 46%,#19042d 100%);
  color:#fff;
  border-bottom:1px solid rgba(203,145,255,.22);
  box-shadow:
    inset 0 -1px 0 rgba(255,255,255,.04),
    0 6px 18px rgba(45,7,74,.16);
}

.fc-announcement--marquee::before,
.fc-announcement--marquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:58px;
  z-index:4;
  pointer-events:none;
}
.fc-announcement--marquee::before{
  left:0;
  background:linear-gradient(90deg,#160527 12%,transparent);
}
.fc-announcement--marquee::after{
  right:0;
  background:linear-gradient(270deg,#19042d 12%,transparent);
}

.fc-announcement__viewport{
  overflow:hidden;
  width:100%;
}

.fc-announcement__track{
  display:flex;
  width:max-content;
  min-width:200%;
  align-items:center;
  animation:fcAnnouncementMarquee 24s linear infinite;
  will-change:transform;
}

.fc-announcement__group{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  min-height:42px;
  white-space:nowrap;
}

.fc-announcement__item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 18px;
  font-size:12px;
  font-weight:750;
  letter-spacing:.01em;
  color:rgba(255,255,255,.86);
}

.fc-announcement__item strong{
  color:#fff !important;
  font-size:12px;
  font-weight:950;
  letter-spacing:.045em;
}

.fc-announcement__item--free strong{
  background:linear-gradient(90deg,#fff,#e9c9ff,#fff);
  background-size:180% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
  animation:fcAnnouncementTextShine 2.8s linear infinite;
}

.fc-announcement__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  animation:fcAnnouncementIconFloat 2s ease-in-out infinite;
}

.fc-announcement__separator{
  color:#cf87ff;
  opacity:.75;
  font-size:11px;
  animation:fcAnnouncementSpark 1.8s ease-in-out infinite;
}

@keyframes fcAnnouncementMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@keyframes fcAnnouncementTextShine{
  from{background-position:160% 0}
  to{background-position:-60% 0}
}

@keyframes fcAnnouncementIconFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-1.5px)}
}

@keyframes fcAnnouncementSpark{
  0%,100%{opacity:.45;transform:scale(.9) rotate(0)}
  50%{opacity:1;transform:scale(1.12) rotate(20deg)}
}

.fc-announcement--marquee:hover .fc-announcement__track{
  animation-play-state:paused;
}

/* La carte "Flocage gratuit" du hero attire légèrement l'œil */
.fc-trust__item--free{
  position:relative;
  overflow:hidden;
}
.fc-trust__item--free::after{
  content:"";
  position:absolute;
  top:-65%;
  left:-35%;
  width:34px;
  height:230%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  animation:fcTrustFreeShine 4.2s ease-in-out infinite;
}
@keyframes fcTrustFreeShine{
  0%,62%{left:-35%;opacity:0}
  70%{opacity:1}
  86%,100%{left:118%;opacity:0}
}

@media(max-width:749px){
  .fc-announcement__group{
    min-height:40px;
  }
  .fc-announcement__item{
    padding:0 14px;
    gap:6px;
    font-size:11px;
  }
  .fc-announcement__item strong{
    font-size:11px;
  }
  .fc-announcement__icon{
    font-size:14px;
  }
  .fc-announcement__track{
    animation-duration:20s;
  }
}

@media(prefers-reduced-motion:reduce){
  .fc-announcement__track,
  .fc-announcement__item--free strong,
  .fc-announcement__icon,
  .fc-announcement__separator,
  .fc-trust__item--free::after{
    animation:none !important;
  }
}


/* =========================================================
   FC MAILLOT V53 — PAGES LISTES DE COLLECTIONS
   ========================================================= */

.fc-directory{
  padding:34px 0 64px;
}

.fc-directory__hero{
  position:relative;
  overflow:hidden;
  margin-bottom:24px;
  padding:30px clamp(20px,5vw,48px);
  border:1px solid rgba(143,61,220,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 12%,rgba(177,85,255,.18),transparent 32%),
    linear-gradient(135deg,#fff 0%,#faf5ff 54%,#f1e4ff 100%);
  box-shadow:0 16px 38px rgba(105,38,170,.08);
}

.fc-directory__hero::after{
  content:"";
  position:absolute;
  width:92px;
  height:240%;
  top:-72%;
  left:-120px;
  transform:rotate(19deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);
  animation:fcDirectoryHeroShine 5.2s ease-in-out infinite;
}

.fc-directory__badge{
  display:inline-flex;
  align-items:center;
  padding:7px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#ead2ff,#f5e7ff);
  border:1px solid rgba(132,45,205,.18);
  color:#7723bc;
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
}

.fc-directory__hero h1{
  margin:15px 0 8px;
  color:#17111d;
  font-size:clamp(38px,7vw,72px);
  line-height:.94;
  letter-spacing:-.055em;
}

.fc-directory__intro{
  max-width:720px;
  color:#74697a;
  font-size:15px;
  line-height:1.55;
}

.fc-directory__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.fc-directory-card{
  display:block;
  overflow:hidden;
  border:1px solid rgba(72,45,88,.09);
  border-radius:24px;
  background:#fff;
  color:#17111d;
  text-decoration:none;
  box-shadow:0 13px 28px rgba(63,34,84,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.fc-directory-card:hover{
  transform:translateY(-4px);
  border-color:rgba(139,56,222,.18);
  box-shadow:0 20px 36px rgba(78,34,112,.12);
}

.fc-directory-card__media{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f7f1fb;
}

.fc-directory-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s cubic-bezier(.2,.7,.2,1);
}

.fc-directory-card:hover .fc-directory-card__media img{
  transform:scale(1.045);
}

.fc-directory-card__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(20,7,30,.18));
  pointer-events:none;
}

.fc-directory-card__count{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#5f2a88;
  font-size:10px;
  font-weight:900;
}

.fc-directory-card__placeholder{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#8b34d7;
  font-size:48px;
  font-weight:950;
  background:
    radial-gradient(circle at 30% 20%,rgba(184,104,255,.22),transparent 34%),
    linear-gradient(135deg,#f9f2ff,#efe0ff);
}

.fc-directory-card__body{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:17px 18px 19px;
}

.fc-directory-card__eyebrow{
  display:block;
  margin-bottom:4px;
  color:#8b33d9;
  font-size:9px;
  font-weight:950;
  letter-spacing:.12em;
}

.fc-directory-card h2{
  margin:0;
  color:#1b1320;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.025em;
}

.fc-directory-card__arrow{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg,#7a24ef,#ae3bff);
  color:#fff;
  font-size:19px;
  font-weight:900;
  box-shadow:0 7px 15px rgba(126,37,227,.21);
  transition:transform .22s ease;
}

.fc-directory-card:hover .fc-directory-card__arrow{
  transform:translateX(2px);
}

.fc-directory-empty{
  padding:42px 22px;
  border:1px dashed rgba(135,53,215,.28);
  border-radius:24px;
  background:linear-gradient(135deg,#fff,#f8f0ff);
  text-align:center;
}

.fc-directory-empty__icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border-radius:15px;
  background:linear-gradient(135deg,#7726ec,#b33cff);
  color:#fff;
  font-size:24px;
  box-shadow:0 8px 18px rgba(126,38,224,.22);
}

.fc-directory-empty strong{
  display:block;
  margin-bottom:5px;
  color:#211528;
  font-size:17px;
}

.fc-directory-empty p{
  max-width:620px;
  margin:0 auto;
  color:#7b7080;
  font-size:13px;
  line-height:1.5;
}

@keyframes fcDirectoryHeroShine{
  0%,64%{left:-120px;opacity:0}
  72%{opacity:1}
  88%,100%{left:115%;opacity:0}
}

@media(max-width:990px){
  .fc-directory__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:749px){
  .fc-directory{
    padding:22px 0 48px;
  }

  .fc-directory__hero{
    margin-bottom:18px;
    padding:24px 18px;
    border-radius:22px;
  }

  .fc-directory__hero h1{
    font-size:43px;
  }

  .fc-directory__intro{
    font-size:13px;
  }

  .fc-directory__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .fc-directory-card{
    border-radius:19px;
  }

  .fc-directory-card__body{
    padding:13px 13px 15px;
    gap:8px;
  }

  .fc-directory-card h2{
    font-size:14px;
  }

  .fc-directory-card__arrow{
    flex-basis:31px;
    width:31px;
    height:31px;
    border-radius:10px;
    font-size:15px;
  }

  .fc-directory-card__count{
    top:8px;
    right:8px;
    padding:5px 7px;
    font-size:8px;
  }
}


/* =========================================================
   FC MAILLOT V54 — RECHERCHE PRODUITS + PAGES
   ========================================================= */

.fc-search-group{
  margin-top:26px;
}

.fc-search-group + .fc-search-group{
  margin-top:36px;
}

.fc-search-group__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:15px;
}

.fc-search-group__eyebrow{
  display:block;
  margin-bottom:4px;
  color:#8a31d5;
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
}

.fc-search-group__head h3{
  margin:0;
  color:#18111d;
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.fc-search-group__count{
  min-width:34px;
  height:34px;
  padding:0 10px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#efe0ff;
  color:#7421b7;
  font-size:12px;
  font-weight:900;
}

.fc-search-pages{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.fc-search-page-card{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px;
  border:1px solid rgba(132,52,208,.12);
  border-radius:18px;
  background:
    radial-gradient(circle at 95% 10%,rgba(182,99,255,.10),transparent 35%),
    linear-gradient(135deg,#fff,#faf5ff);
  color:#1b1320;
  text-decoration:none;
  box-shadow:0 9px 22px rgba(88,39,120,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.fc-search-page-card:hover{
  transform:translateY(-2px);
  border-color:rgba(132,52,208,.22);
  box-shadow:0 14px 28px rgba(88,39,120,.10);
}

.fc-search-page-card__icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:linear-gradient(135deg,#7926ef,#b43cff);
  color:#fff;
  font-size:18px;
  font-weight:900;
  box-shadow:0 7px 16px rgba(126,38,225,.20);
}

.fc-search-page-card__content{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.fc-search-page-card__content strong{
  color:#211627;
  font-size:15px;
  line-height:1.25;
  font-weight:900;
}

.fc-search-page-card__content span{
  color:#7b7080;
  font-size:11px;
  line-height:1.35;
}

.fc-search-page-card__arrow{
  flex:0 0 auto;
  color:#8a31d5;
  font-size:18px;
  font-weight:900;
}

@media(max-width:749px){
  .fc-search-pages{
    grid-template-columns:1fr;
  }

  .fc-search-group__head h3{
    font-size:22px;
  }

  .fc-search-page-card{
    padding:13px;
    border-radius:16px;
  }

  .fc-search-page-card__icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    border-radius:12px;
    font-size:16px;
  }

  .fc-search-page-card__content strong{
    font-size:14px;
  }
}


/* =========================================================
   FC MAILLOT V55 — RECHERCHE PRODUITS + COLLECTIONS + PAGES
   ========================================================= */

.fc-search-collections{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.fc-search-collection-card{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid rgba(132,52,208,.12);
  border-radius:18px;
  background:
    radial-gradient(circle at 92% 12%,rgba(177,90,255,.10),transparent 35%),
    linear-gradient(135deg,#fff,#faf5ff);
  color:#1d1422;
  text-decoration:none;
  box-shadow:0 9px 22px rgba(87,37,119,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.fc-search-collection-card:hover{
  transform:translateY(-2px);
  border-color:rgba(132,52,208,.22);
  box-shadow:0 14px 28px rgba(87,37,119,.10);
}

.fc-search-collection-card__media{
  flex:0 0 68px;
  width:68px;
  height:68px;
  overflow:hidden;
  border-radius:14px;
  background:#f4e9ff;
}

.fc-search-collection-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.fc-search-collection-card__placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f5eaff,#ead7ff);
  color:#8130d1;
  font-size:21px;
  font-weight:950;
}

.fc-search-collection-card__body{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.fc-search-collection-card__eyebrow{
  color:#8a31d5;
  font-size:8px;
  font-weight:950;
  letter-spacing:.12em;
}

.fc-search-collection-card__body strong{
  color:#211627;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
}

.fc-search-collection-card__body small{
  color:#827786;
  font-size:10px;
}

.fc-search-collection-card__arrow{
  color:#8a31d5;
  font-size:18px;
  font-weight:900;
}

@media(max-width:749px){
  .fc-search-collections{
    grid-template-columns:1fr;
  }

  .fc-search-collection-card{
    border-radius:16px;
    padding:10px;
  }

  .fc-search-collection-card__media{
    flex-basis:58px;
    width:58px;
    height:58px;
    border-radius:12px;
  }

  .fc-search-collection-card__body strong{
    font-size:14px;
  }
}

/* FC V57 — recherche instantanée depuis la loupe du header */
.fc-live-search[hidden]{display:none!important}.fc-live-search{position:fixed;inset:0;z-index:9999}.fc-live-search__backdrop{position:absolute;inset:0;background:rgba(19,8,28,.38);backdrop-filter:blur(5px)}.fc-live-search__panel{position:relative;margin:92px auto 0;width:min(760px,calc(100% - 28px));max-height:min(72vh,720px);overflow:hidden;background:#fff;border:1px solid #eadcf8;border-radius:24px;box-shadow:0 24px 70px rgba(42,10,62,.25)}.fc-live-search__bar{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #eee3f5}.fc-live-search__bar svg{width:24px;fill:none;stroke:#211627;stroke-width:1.8}.fc-live-search__bar input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:18px;color:#171019}.fc-live-search__close{border:0;background:#f6f1fa;width:38px;height:38px;border-radius:50%;font-size:26px;line-height:1;cursor:pointer}.fc-live-search__results{padding:10px 16px 18px;overflow:auto;max-height:calc(min(72vh,720px) - 72px)}.fc-live-search__hint,.fc-live-search__empty{padding:24px 8px;color:#776c7e;text-align:center}.fc-live-search__group-title{padding:14px 6px 8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#7d2bd0}.fc-live-search__item{display:flex;align-items:center;gap:13px;padding:11px 7px;border-top:1px solid #f1ebf5;color:#1c1420;text-decoration:none}.fc-live-search__item img,.fc-live-search__thumb{width:58px;height:58px;object-fit:cover;border-radius:10px;background:#f6f1fa;flex:0 0 58px}.fc-live-search__item strong{display:block;font-size:16px}.fc-live-search__item small{display:block;margin-top:4px;color:#766c7b}.fc-live-search-open{overflow:hidden}@media(max-width:749px){.fc-live-search__panel{margin:0;width:100%;height:min(78vh,690px);max-height:none;border-radius:0 0 22px 22px}.fc-live-search__bar{padding:14px 16px}.fc-live-search__results{max-height:calc(min(78vh,690px) - 70px)}}

/* V59 — recherche instantanée glass premium */
.fc-live-search__backdrop{background:rgba(20,8,32,.30)!important;backdrop-filter:blur(14px) saturate(125%)!important;-webkit-backdrop-filter:blur(14px) saturate(125%)!important;animation:fcSearchFade .22s ease both}
.fc-live-search__panel{background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(250,244,255,.76))!important;border:1px solid rgba(168,85,247,.24)!important;box-shadow:0 28px 80px rgba(35,10,55,.28),inset 0 1px 0 rgba(255,255,255,.9)!important;backdrop-filter:blur(26px) saturate(145%)!important;-webkit-backdrop-filter:blur(26px) saturate(145%)!important;animation:fcSearchPanel .28s cubic-bezier(.2,.8,.2,1) both}
.fc-live-search__bar{background:rgba(255,255,255,.40);border-bottom:1px solid rgba(126,34,206,.12)!important}
.fc-live-search__close{background:rgba(245,236,255,.72)!important;color:#6d19c5;transition:.2s ease}.fc-live-search__close:hover{transform:rotate(6deg) scale(1.05);background:#efe0ff!important}
.fc-live-search__group-title{color:#7b24c8!important;text-shadow:0 1px 12px rgba(139,47,214,.12)}
.fc-live-search__item{margin:5px 0;padding:10px!important;border:1px solid transparent!important;border-radius:16px;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;animation:fcSearchItem .28s ease both}
.fc-live-search__item:hover,.fc-live-search__item:active{transform:translateY(-1px);background:rgba(255,255,255,.66);border-color:rgba(139,47,214,.15)!important;box-shadow:0 9px 24px rgba(70,25,100,.08)}
.fc-live-search__item img,.fc-live-search__thumb{border-radius:13px!important;background:linear-gradient(135deg,rgba(237,221,250,.72),rgba(255,255,255,.72))!important;box-shadow:0 6px 16px rgba(77,28,105,.10);border:1px solid rgba(255,255,255,.75);animation:fcThumbIn .25s ease both}
.fc-live-search__results{scrollbar-width:thin;scrollbar-color:rgba(126,34,206,.25) transparent}
@keyframes fcSearchFade{from{opacity:0}to{opacity:1}}@keyframes fcSearchPanel{from{opacity:0;transform:translateY(-14px) scale(.985)}to{opacity:1;transform:none}}@keyframes fcSearchItem{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes fcThumbIn{from{opacity:.2;filter:blur(3px)}to{opacity:1;filter:none}}
@media(max-width:749px){.fc-live-search__panel{background:linear-gradient(155deg,rgba(255,255,255,.90),rgba(248,240,255,.82))!important;border-radius:0 0 28px 28px!important;box-shadow:0 22px 65px rgba(39,12,58,.26)!important}.fc-live-search__item{border-radius:14px}}

/* FC MAILLOT V60 — recherche verre réellement transparente */
.fc-live-search__panel{
  background:linear-gradient(145deg,rgba(255,255,255,.58),rgba(244,230,255,.42))!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 28px 80px rgba(35,10,55,.24),inset 0 1px 0 rgba(255,255,255,.72)!important;
  backdrop-filter:blur(22px) saturate(155%)!important;
  -webkit-backdrop-filter:blur(22px) saturate(155%)!important;
}
.fc-live-search__bar{background:rgba(255,255,255,.30)!important}
.fc-live-search__results{background:rgba(255,255,255,.16)!important}
.fc-live-search__item:hover,.fc-live-search__item:active{background:rgba(255,255,255,.46)!important}
@media(max-width:749px){.fc-live-search__panel{background:linear-gradient(155deg,rgba(255,255,255,.60),rgba(245,232,255,.44))!important}}
/* FC V61 — actions de recherche */
.fc-live-search__submit,.fc-live-search__clear{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.34);color:#24152c;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.fc-live-search__submit:hover,.fc-live-search__submit:active,.fc-live-search__clear:hover,.fc-live-search__clear:active{transform:scale(1.06);background:rgba(255,255,255,.62);box-shadow:0 6px 18px rgba(92,31,130,.12)}
.fc-live-search__submit svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}
.fc-live-search__clear{font-size:29px;line-height:1;color:#7619c8;background:rgba(247,239,255,.58)}
.fc-live-search__bar{margin:0!important}

/* =========================================================
   FC MAILLOT V63 — arrière-plan extérieur net
   Le verre reste uniquement sur le panneau de recherche.
   La zone extérieure montre la page sans flou ni voile.
   ========================================================= */
.fc-live-search__backdrop{
  background:transparent !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  filter:none !important;
}

/* =========================================================
   FC MAILLOT V64 — HERO FULL BLEED + TRUST MARQUEE + COMPACT COLLECTIONS
   ========================================================= */
/* Hero homepage edge-to-edge */
.fc-hero > .fc-page-width{max-width:none!important;padding-left:0!important;padding-right:0!important}
.fc-hero__box{width:100%!important;border-left:0!important;border-right:0!important;border-radius:0!important}
.fc-hero__content{padding-left:max(24px,calc((100vw - 1280px)/2 + 24px));padding-right:max(24px,calc((100vw - 1280px)/2 + 24px))}

/* Premium single-line scrolling trust bar */
.fc-trust{display:flex!important;grid-template-columns:none!important;gap:0!important;width:100%;overflow:hidden;padding:14px 0 0!important;position:relative;white-space:nowrap}
.fc-trust::before,.fc-trust::after{content:"";position:absolute;top:14px;bottom:0;width:34px;z-index:3;pointer-events:none}
.fc-trust::before{left:0;background:linear-gradient(90deg,#fff,transparent)}
.fc-trust::after{right:0;background:linear-gradient(270deg,#fff,transparent)}
.fc-trust__track{display:flex;width:max-content;animation:fcTrustMarquee 20s linear infinite;will-change:transform}
.fc-trust__group{display:flex;align-items:stretch;gap:10px;padding-right:10px}
.fc-trust__item{flex:0 0 auto!important;min-width:205px;padding:11px 16px!important;border-radius:15px!important;display:flex!important;align-items:center;gap:8px;text-align:left!important;background:rgba(255,255,255,.78)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.fc-trust__item strong{display:inline!important;font-size:12px!important}
.fc-trust__item span{font-size:10px!important}
@keyframes fcTrustMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* All homepage collection hubs more compact */
.fc-collection-hub{padding-top:38px!important;padding-bottom:18px!important}
.fc-collection-hub__head{margin-bottom:14px!important}
.fc-collection-scroll{grid-auto-columns:minmax(165px,210px)!important;gap:12px!important;padding-bottom:12px!important}
.fc-collection-tile{min-height:190px!important;border-radius:18px!important}
.fc-collection-tile__content{left:13px!important;right:13px!important;bottom:13px!important}
.fc-collection-tile__title{font-size:15px!important}
.fc-collection-tile__sub{font-size:10px!important;margin-top:3px!important}
.fc-collection-tile__arrow{right:10px!important;top:10px!important;width:29px!important;height:29px!important;font-size:13px!important}
@media(max-width:749px){
 .fc-hero{padding-top:18px!important}
 .fc-hero__content{padding-left:24px!important;padding-right:24px!important}
 .fc-trust__item{min-width:190px!important;padding:10px 13px!important}
 .fc-trust__track{animation-duration:18s}
 .fc-collection-hub{padding-top:30px!important;padding-bottom:10px!important}
 .fc-collection-hub__head{margin-bottom:12px!important}
 .fc-collection-scroll{grid-auto-columns:54vw!important;gap:10px!important}
 .fc-collection-tile{min-height:160px!important;border-radius:16px!important}
 .fc-collection-tile__title{font-size:14px!important}
 .fc-collection-tile__sub{font-size:9px!important}
}
@media(prefers-reduced-motion:reduce){.fc-trust__track{animation:none!important}}

/* =========================================================
   FC MAILLOT V65 — HERO VRAI PLEIN ÉCRAN + TITRE LISIBLE
   ========================================================= */
/* Le hero sort de tous les conteneurs parents et touche réellement les 2 bords du viewport */
.fc-hero > .fc-page-width{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:0!important;
  padding-right:0!important;
}
.fc-hero__box{
  width:100vw!important;
  max-width:100vw!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
}
/* Le richtext Shopify ajoute un <p> dans le H1 : on neutralise les anciennes règles de paragraphe */
.fc-hero h1 > p{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
  font:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  color:inherit!important;
}
.fc-hero h1 > p span{
  font:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  background:linear-gradient(90deg,#fff,#c58aff)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
@media(max-width:749px){
  .fc-hero{padding-top:18px!important;overflow:visible!important}
  .fc-hero > .fc-page-width{width:100vw!important;max-width:100vw!important}
  .fc-hero__box{width:100vw!important;max-width:100vw!important}
  .fc-hero h1{line-height:1.02!important;letter-spacing:-.045em!important}
}

/* FC V67 — guide des tailles premium */
.fc-size-guide-trigger{margin-top:10px;border:0;background:transparent;color:#5b5063;font-weight:800;font-size:14px;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:5px;cursor:pointer}.fc-size-guide[hidden]{display:none}.fc-size-guide{position:fixed;inset:0;z-index:99999}.fc-size-guide__backdrop{position:absolute;inset:0;background:rgba(15,5,22,.38);backdrop-filter:blur(5px)}.fc-size-guide__panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(680px,calc(100% - 28px));max-height:90vh;overflow:auto;background:rgba(255,255,255,.96);border:1px solid rgba(137,43,226,.18);border-radius:28px;padding:30px;box-shadow:0 30px 90px rgba(42,0,65,.28)}.fc-size-guide__handle{display:none}.fc-size-guide__close{position:absolute;right:18px;top:18px;width:46px;height:46px;border-radius:50%;border:1px solid #e7ddea;background:#fff;font-size:28px;cursor:pointer}.fc-size-guide__badge{display:table;margin:0 auto 14px;padding:8px 15px;border-radius:999px;background:linear-gradient(135deg,#7d16e9,#b541ff);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em}.fc-size-guide h2{text-align:center;font-size:32px;margin:0;color:#160d1b}.fc-size-guide__intro{text-align:center;color:#817887;margin:10px 0 22px}.fc-size-tabs{display:flex;width:min(360px,100%);margin:0 auto 24px;background:#f3eff5;border-radius:999px;padding:5px}.fc-size-tabs button{flex:1;border:0;background:transparent;border-radius:999px;padding:12px;font-weight:800;cursor:pointer}.fc-size-tabs button.is-active{background:linear-gradient(135deg,#7d16e9,#b541ff);color:#fff;box-shadow:0 7px 18px rgba(132,24,225,.22)}.fc-size-field{margin:22px 0}.fc-size-field label{display:flex;justify-content:space-between;gap:12px;font-weight:800;margin-bottom:12px}.fc-size-field strong{font-size:20px}.fc-size-field input[type=range]{width:100%;accent-color:#941cf0}.fc-fit-title{font-weight:900;margin:22px 0 10px}.fc-fit-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fc-fit-options button{padding:12px 8px;border:1px solid #ded3e3;background:#fff;border-radius:14px;font-weight:750}.fc-fit-options button.is-active{border-color:#9a27ee;background:#f4e8ff;color:#7110b8}.fc-size-warning,.fc-size-note{background:#f7efff;border:1px solid #e2c5fa;border-radius:16px;padding:14px;color:#55495b}.fc-size-reco{display:flex;align-items:center;gap:16px;margin-top:24px;padding:18px;border:1px solid #dcb8fa;background:linear-gradient(135deg,#fbf5ff,#efd9ff);border-radius:20px}.fc-size-reco>span{font-size:11px;font-weight:900;letter-spacing:.08em;color:#7c18c7}.fc-size-reco div{display:flex;align-items:center;gap:14px}.fc-size-reco b{display:grid;place-items:center;min-width:66px;height:66px;padding:0 10px;border-radius:17px;background:linear-gradient(135deg,#7d16e9,#b541ff);color:#fff;font-size:22px}.fc-size-reco strong{font-size:18px}.fc-size-choose{width:100%;margin-top:14px;border:0;border-radius:16px;padding:16px;background:linear-gradient(135deg,#7d16e9,#b541ff);color:#fff;font-size:16px;font-weight:900}.fc-size-choose:disabled{opacity:.45}.fc-size-table{margin-top:18px}.fc-size-table summary{cursor:pointer;font-weight:800;text-align:center;color:#6f168f}.fc-size-table__scroll{overflow:auto;margin-top:12px}.fc-size-table table{width:100%;min-width:560px;border-collapse:collapse;font-size:13px}.fc-size-table th,.fc-size-table td{padding:10px;border-bottom:1px solid #eadff0;text-align:center}.fc-child-table h3{margin-top:20px}.fc-size-lock{overflow:hidden}
@media(max-width:749px){.fc-size-guide__panel{left:0;right:0;bottom:0;top:auto;transform:none;width:100%;max-height:92dvh;border-radius:28px 28px 0 0;padding:28px 20px 24px}.fc-size-guide__handle{display:block;width:54px;height:5px;border-radius:5px;background:#d8d0dc;margin:-14px auto 18px}.fc-size-guide h2{font-size:27px}.fc-size-guide__close{width:42px;height:42px}.fc-size-reco strong{font-size:15px}.fc-size-reco{padding:14px}.fc-size-reco b{min-width:58px;height:58px;font-size:18px}}

/* FC V68 — size guide premium motion */
.fc-size-guide__backdrop{opacity:0;transition:opacity .28s ease,backdrop-filter .28s ease}.fc-size-guide__panel{opacity:0;transform:translate(-50%,-46%) scale(.965);transition:opacity .3s cubic-bezier(.2,.8,.2,1),transform .38s cubic-bezier(.2,.9,.2,1);background:linear-gradient(155deg,rgba(255,255,255,.985),rgba(252,247,255,.975));overflow-x:hidden}.fc-size-guide.is-open .fc-size-guide__backdrop{opacity:1}.fc-size-guide.is-open .fc-size-guide__panel{opacity:1;transform:translate(-50%,-50%) scale(1)}.fc-size-guide__panel:before{content:"";position:absolute;z-index:-1;width:280px;height:280px;left:-100px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(177,55,255,.16),transparent 68%);animation:fcGuideGlow 6s ease-in-out infinite alternate}.fc-size-guide__panel:after{content:"";position:absolute;z-index:-1;width:320px;height:320px;right:-160px;bottom:-120px;border-radius:50%;background:radial-gradient(circle,rgba(114,22,233,.12),transparent 68%);animation:fcGuideGlow 7s ease-in-out infinite alternate-reverse}.fc-size-guide__badge{position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(137,27,238,.24)}.fc-size-guide__badge:after{content:"";position:absolute;inset:-40% auto -40% -35%;width:25%;transform:skewX(-20deg);background:rgba(255,255,255,.55);animation:fcGuideShine 3.2s ease-in-out infinite}.fc-size-field{padding:14px 16px;border:1px solid rgba(154,39,238,.09);border-radius:18px;background:rgba(255,255,255,.68);box-shadow:0 8px 24px rgba(75,20,105,.035);transition:transform .2s ease,border-color .2s ease}.fc-size-field:focus-within{transform:translateY(-2px);border-color:rgba(154,39,238,.3)}.fc-size-field input[type=range]{height:7px;cursor:pointer}.fc-fit-options button,.fc-size-tabs button,.fc-size-choose{transition:transform .18s ease,box-shadow .22s ease,background .22s ease}.fc-fit-options button:active,.fc-size-tabs button:active,.fc-size-choose:active{transform:scale(.97)}.fc-size-reco{position:relative;overflow:hidden;box-shadow:0 14px 35px rgba(135,31,216,.10);animation:fcGuideFloat 4s ease-in-out infinite}.fc-size-reco:after{content:"✨";position:absolute;right:14px;top:8px;opacity:.35;animation:fcGuideSpark 2.4s ease-in-out infinite}.fc-size-choose{box-shadow:0 13px 28px rgba(132,24,225,.25);position:relative;overflow:hidden}.fc-size-choose:not(:disabled):after{content:"";position:absolute;top:-80%;bottom:-80%;left:-35%;width:22%;background:rgba(255,255,255,.28);transform:skewX(-18deg);animation:fcGuideShine 2.8s ease-in-out infinite}.fc-reco-pop{animation:fcRecoPop .38s cubic-bezier(.2,.9,.3,1)}
@keyframes fcGuideGlow{to{transform:translate(35px,25px) scale(1.12)}}@keyframes fcGuideShine{0%,55%{left:-35%}80%,100%{left:125%}}@keyframes fcGuideFloat{50%{transform:translateY(-3px)}}@keyframes fcGuideSpark{50%{transform:rotate(16deg) scale(1.25);opacity:.75}}@keyframes fcRecoPop{0%{transform:scale(.72);opacity:.4}70%{transform:scale(1.1)}100%{transform:scale(1);opacity:1}}
@media(max-width:749px){.fc-size-guide__panel{transform:translateY(35px);opacity:0}.fc-size-guide.is-open .fc-size-guide__panel{transform:translateY(0);opacity:1}.fc-size-field{margin:13px 0;padding:12px 14px}.fc-size-guide__intro{margin-bottom:16px}.fc-size-tabs{margin-bottom:15px}.fc-fit-title{margin-top:15px}.fc-size-reco{margin-top:17px}}
@media(prefers-reduced-motion:reduce){.fc-size-guide *, .fc-size-guide *:before,.fc-size-guide *:after{animation:none!important;transition:none!important}}

/* FC MAILLOT V72 — affordances carrousels + Tout voir */
.fc-view-all-link{display:inline-flex;align-items:center;gap:7px;color:#6f1bc5;font-weight:850;text-decoration:underline;text-underline-offset:5px;white-space:nowrap;font-size:14px}.fc-view-all-link span{display:inline-block;transition:transform .2s ease}.fc-view-all-link:hover span{transform:translateX(4px)}
.fc-hub-dots{margin-top:5px}.fc-hub-swipe-hint{display:flex!important}
@media(max-width:640px){.fc-collection-hub__head{align-items:flex-end!important}.fc-collection-hub__head>div:first-child{min-width:0}.fc-collection-hub__head .fc-view-all-link{font-size:12px;margin-bottom:4px}.fc-hub-swipe-hint{font-size:11px!important;margin-top:9px!important}.fc-collection-hub{padding-bottom:18px!important}}

/* FC MAILLOT V73 — Avis premium */
.fc-review-carousel{display:flex!important;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 12px}.fc-review-carousel::-webkit-scrollbar{display:none}.fc-review-carousel .fc-review-card{flex:0 0 min(390px,88vw);scroll-snap-align:start;min-height:285px;border:1px solid rgba(128,47,221,.12);box-shadow:0 16px 45px rgba(88,38,126,.08)}
.fc-review-nav{display:flex;justify-content:center;align-items:center;gap:9px;margin:14px 0}.fc-review-nav button{border:0;width:9px;height:9px;padding:0;border-radius:99px;background:#ddcfe7;transition:.25s}.fc-review-nav button.is-active{width:42px;background:linear-gradient(90deg,#7c1cff,#bc39ff);box-shadow:0 4px 12px rgba(137,35,236,.22)}
.fc-review-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#8a7d94;font-weight:800;font-size:14px}.fc-review-bottom b{color:#8a20e8}.fc-review-bottom a{color:#7920bd;text-decoration:none;font-weight:950;border-bottom:2px solid #9c42df;padding-bottom:3px;white-space:nowrap}
.fc-all-reviews{padding:48px 0 90px;background:radial-gradient(circle at 20% 0,rgba(157,70,255,.11),transparent 28%),#fbf9fd}.fc-all-reviews-hero{text-align:center;max-width:780px;margin:0 auto 30px}.fc-all-reviews-hero h1{font-size:clamp(38px,7vw,72px);line-height:.98;margin:22px 0 15px;color:#18101f}.fc-all-reviews-hero p{color:#716678;font-size:18px}.fc-all-reviews-score{margin:26px auto 0;width:max-content;max-width:100%;padding:18px 30px;border-radius:24px;background:#fff;border:1px solid rgba(122,42,196,.12);box-shadow:0 18px 50px rgba(70,31,102,.08);display:grid;gap:3px}.fc-all-reviews-score strong{font-size:36px;color:#21142b}.fc-all-reviews-score strong small{font-size:18px;color:#807386}.fc-all-reviews-score span{color:#902de3;letter-spacing:4px}.fc-all-reviews-score em{font-style:normal;color:#817487;font-size:13px}.fc-rating-breakdown{max-width:620px;margin:0 auto 35px;background:#fff;border:1px solid rgba(122,42,196,.1);padding:20px;border-radius:22px}.fc-rating-breakdown>div{display:grid;grid-template-columns:45px 1fr 35px;align-items:center;gap:12px;margin:8px 0;color:#55465f}.fc-rating-breakdown span{height:8px;border-radius:9px;background:#eee7f3;overflow:hidden}.fc-rating-breakdown i{display:block;height:100%;background:linear-gradient(90deg,#7922d6,#bd43ff);border-radius:9px}.fc-rating-breakdown em{font-style:normal;text-align:right;color:#8c8093}.fc-all-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fc-all-review-card{background:#fff;border:1px solid rgba(90,50,117,.09);border-radius:22px;padding:22px;box-shadow:0 13px 38px rgba(70,35,95,.055)}
@media(max-width:900px){.fc-all-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.fc-review-bottom{flex-direction:column}.fc-all-review-grid{grid-template-columns:1fr}.fc-all-reviews{padding-top:32px}.fc-all-review-card{padding:20px}}

/* FC MAILLOT V74 — correction avis mobile : aucun texte coupé */
.fc-all-review-card,
.fc-all-review-card *{
  box-sizing:border-box;
  min-width:0;
}
.fc-all-review-card{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
}
.fc-all-review-card .fc-review-text{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:unset!important;
}
.fc-all-review-card .fc-review-author,
.fc-all-review-card .fc-review-author > div:last-child{
  min-width:0!important;
  max-width:100%!important;
}
.fc-all-review-card .fc-review-author strong,
.fc-all-review-card .fc-review-author span,
.fc-all-review-card .fc-review-date{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
}
@media(max-width:640px){
  .fc-all-review-card{padding:20px!important}
  .fc-all-review-card .fc-review-text{font-size:17px!important;line-height:1.55!important;margin:20px 0!important}
  .fc-all-review-card .fc-review-topline{gap:10px;flex-wrap:wrap}
}

/* FC MAILLOT V75 — page avis plus premium, animée et triée du + récent au + ancien */
.fc-all-reviews{position:relative;overflow:hidden;background:radial-gradient(circle at 50% -8%,rgba(166,72,255,.18),transparent 30%),linear-gradient(180deg,#fcf9ff 0%,#f8f2ff 48%,#fcfaff 100%)}
.fc-all-reviews:before,.fc-all-reviews:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none;opacity:.45;animation:fcReviewOrb 9s ease-in-out infinite alternate}
.fc-all-reviews:before{width:260px;height:260px;right:-130px;top:140px;background:radial-gradient(circle,rgba(177,72,255,.18),transparent 68%)}
.fc-all-reviews:after{width:220px;height:220px;left:-120px;top:620px;background:radial-gradient(circle,rgba(112,28,236,.14),transparent 68%);animation-delay:-3s}
.fc-all-reviews .fc-page-width{position:relative;z-index:1}
.fc-all-reviews-hero{animation:fcReviewHero .75s cubic-bezier(.2,.8,.2,1) both}
.fc-all-reviews-hero .fc-kicker{box-shadow:0 10px 30px rgba(139,43,222,.13);animation:fcReviewGlow 2.6s ease-in-out infinite alternate}
.fc-all-reviews-score{position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;animation:fcReviewFloat 4s ease-in-out infinite}
.fc-all-reviews-score:after{content:"";position:absolute;inset:-60% auto -60% -35%;width:28%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);animation:fcReviewShine 4.2s ease-in-out infinite}
.fc-rating-breakdown{box-shadow:0 20px 55px rgba(83,37,119,.08);animation:fcReviewRise .75s .12s both}
.fc-rating-breakdown i{transform-origin:left;animation:fcReviewBar 1s cubic-bezier(.2,.8,.2,1) both}
.fc-all-review-card{position:relative;isolation:isolate;transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .32s ease;animation:fcReviewCardIn .6s both;overflow:hidden!important}
.fc-all-review-card:nth-child(3n+2){animation-delay:.06s}.fc-all-review-card:nth-child(3n){animation-delay:.12s}
.fc-all-review-card:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(167,72,255,.055),transparent 40%,rgba(121,28,218,.035));opacity:0;transition:opacity .3s ease}
.fc-all-review-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(90,35,132,.13);border-color:rgba(151,54,229,.22)}
.fc-all-review-card:hover:before{opacity:1}
.fc-all-review-card .fc-review-avatar{box-shadow:0 8px 24px rgba(137,37,230,.2);transition:transform .3s ease}.fc-all-review-card:hover .fc-review-avatar{transform:scale(1.07) rotate(-3deg)}
.fc-all-review-card .fc-review-stars{letter-spacing:2px;text-shadow:0 5px 18px rgba(146,43,229,.15)}
.fc-all-review-card .fc-review-verified{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:7px 11px;border-radius:999px;background:rgba(143,40,225,.075);margin-top:14px}
@keyframes fcReviewHero{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
@keyframes fcReviewRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes fcReviewCardIn{from{opacity:0;transform:translateY(24px) scale(.985)}to{opacity:1;transform:none}}
@keyframes fcReviewBar{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes fcReviewFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes fcReviewGlow{from{filter:drop-shadow(0 0 0 rgba(157,59,239,0))}to{filter:drop-shadow(0 8px 12px rgba(157,59,239,.18))}}
@keyframes fcReviewShine{0%,55%{left:-40%}80%,100%{left:135%}}
@keyframes fcReviewOrb{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-25px,35px,0) scale(1.15)}}
@media(max-width:640px){.fc-all-reviews-hero h1{font-size:42px!important}.fc-all-reviews-score{border-radius:28px!important}.fc-rating-breakdown{border-radius:26px!important}.fc-all-review-card{border-radius:26px!important;box-shadow:0 14px 38px rgba(77,33,108,.075)}.fc-all-review-card:active{transform:scale(.985)}}
@media(prefers-reduced-motion:reduce){.fc-all-reviews *,.fc-all-reviews:before,.fc-all-reviews:after{animation:none!important;transition:none!important}}

/* FC Maillot V78 — avis clients premium animé */
.fc-reviews-section{position:relative;overflow:hidden}
.fc-reviews-section:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(167,60,255,.14),transparent 68%);right:-150px;top:60px;pointer-events:none;animation:fcReviewGlow 5s ease-in-out infinite alternate}
.fc-reviews-section .fc-review-heading{position:relative;z-index:1}
.fc-reviews-section .fc-kicker{box-shadow:0 8px 28px rgba(132,35,218,.12);animation:fcReviewKicker 3s ease-in-out infinite}
.fc-reviews-section .fc-review-score{padding:14px 18px;border:1px solid rgba(145,44,225,.12);border-radius:20px;background:rgba(255,255,255,.72);box-shadow:0 12px 34px rgba(97,38,133,.08);backdrop-filter:blur(12px)}
.fc-reviews-section .fc-review-score span{animation:fcStarsPulse 2.4s ease-in-out infinite}
.fc-review-carousel .fc-review-card{overflow:hidden;background:linear-gradient(145deg,#fff 0%,#fff 65%,#fbf5ff 100%);box-shadow:0 18px 50px rgba(91,35,126,.10);transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s ease,border-color .38s ease}
.fc-review-carousel .fc-review-card:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(173,74,255,.08) 45%,transparent 65%);transform:translateX(-120%);transition:transform .8s ease;pointer-events:none}
.fc-review-carousel .fc-review-card:hover,.fc-review-carousel .fc-review-card:focus-within{transform:translateY(-5px) scale(1.012);box-shadow:0 25px 65px rgba(119,39,169,.16);border-color:rgba(147,46,229,.28)}
.fc-review-carousel .fc-review-card:hover:before{transform:translateX(120%)}
.fc-review-carousel .fc-review-stars{font-size:18px;text-shadow:0 5px 18px rgba(143,41,224,.18);animation:fcStarsPulse 2.8s ease-in-out infinite}
.fc-review-carousel .fc-review-avatar{box-shadow:0 10px 25px rgba(131,38,219,.22);transition:.35s ease}
.fc-review-carousel .fc-review-card:hover .fc-review-avatar{transform:scale(1.08) rotate(-5deg)}
.fc-review-carousel .fc-review-verified{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:7px 12px;border-radius:999px;background:linear-gradient(90deg,rgba(132,31,219,.09),rgba(187,57,255,.11));border:1px solid rgba(143,42,224,.08);box-shadow:0 6px 20px rgba(123,31,188,.07);animation:fcVerifiedFloat 3s ease-in-out infinite}
.fc-review-nav button{cursor:pointer;box-shadow:0 3px 10px rgba(89,36,119,.05);transition:width .35s cubic-bezier(.2,.8,.2,1),transform .25s ease,background .25s ease}
.fc-review-nav button:hover{transform:scale(1.3);background:#c79be5}
.fc-review-nav button.is-active{animation:fcDotPulse 1.8s ease-in-out infinite}
.fc-review-bottom{margin-top:10px}
.fc-review-bottom>span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(135,44,202,.08);box-shadow:0 8px 24px rgba(87,38,119,.06)}
.fc-review-bottom>span b{display:inline-block;animation:fcArrowMove 1.25s ease-in-out infinite}
.fc-review-bottom a{position:relative;display:inline-flex;align-items:center;gap:9px;padding:12px 20px;border:0!important;border-radius:999px;color:#fff!important;background:linear-gradient(100deg,#7418e8,#b535ff);box-shadow:0 12px 30px rgba(132,35,218,.27);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.fc-review-bottom a:before{content:"";position:absolute;top:0;bottom:0;width:55px;left:-75px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skewX(-18deg);animation:fcButtonShine 3s ease-in-out infinite}
.fc-review-bottom a:hover{transform:translateY(-2px) scale(1.035);box-shadow:0 17px 38px rgba(132,35,218,.34)}
.fc-review-bottom a b{color:#fff;display:inline-block;animation:fcArrowMove 1.25s ease-in-out infinite}
@keyframes fcReviewGlow{to{transform:translate(-30px,35px) scale(1.15);opacity:.7}}
@keyframes fcReviewKicker{50%{box-shadow:0 10px 34px rgba(143,43,226,.23);transform:translateY(-1px)}}
@keyframes fcStarsPulse{50%{filter:drop-shadow(0 0 7px rgba(157,47,236,.28));transform:translateY(-1px)}}
@keyframes fcVerifiedFloat{50%{transform:translateY(-2px)}}
@keyframes fcDotPulse{50%{box-shadow:0 5px 18px rgba(137,35,236,.38)}}
@keyframes fcArrowMove{50%{transform:translateX(5px)}}
@keyframes fcButtonShine{0%,55%{left:-75px}85%,100%{left:120%}}
@media(max-width:640px){.fc-reviews-section .fc-review-score{padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none}.fc-review-carousel .fc-review-card{flex-basis:88vw}.fc-review-bottom{gap:12px}.fc-review-bottom>span{font-size:13px;padding:9px 12px}.fc-review-bottom a{padding:13px 24px;font-size:15px}}
@media(prefers-reduced-motion:reduce){.fc-reviews-section *, .fc-reviews-section *:before{animation:none!important;transition:none!important}}

/* V79 — media avis + logo footer + réseaux */
.fc-footer-logo{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 7px 14px rgba(118,38,232,.24))}
.fc-review-media{position:relative}
.fc-review-media:after{content:"Avis client";position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(20,10,28,.72);backdrop-filter:blur(10px);color:#fff;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}
.fc-review-video:after{content:"▶ Vidéo client"}
.fc-review-photo:after{content:"📸 Photo client"}
.fc-review-video video{cursor:pointer}
@media(max-width:640px){.fc-footer-logo{width:38px;height:38px}.fc-review-media{aspect-ratio:4/3}}

/* =========================================================
   FC MAILLOT V82 — COLLECTIONS PRODUITS PLUS COMPACTES
   Uniquement les sections "Collection premium".
   Les hubs Championnats / Pays / Continents ne sont pas touchés.
   ========================================================= */
.fc-featured-carousel .fc-product-carousel{
  grid-auto-columns:calc((100% - 64px) / 5);
  gap:16px;
}
.fc-featured-carousel .fc-card__media{
  aspect-ratio:1 / 1.08;
}
.fc-featured-carousel .fc-card__body{
  padding:14px 15px 16px;
}
.fc-featured-carousel .fc-card__title{
  font-size:14px;
  line-height:1.25;
}
.fc-featured-carousel .fc-price{
  font-size:15px;
}

@media(max-width:990px){
  .fc-featured-carousel .fc-product-carousel{
    grid-auto-columns:calc((100% - 24px) / 2.65);
    gap:12px;
  }
}

@media(max-width:640px){
  .fc-featured-carousel .fc-product-carousel{
    /* ~2.15 cartes visibles au lieu de ~1.55 */
    grid-auto-columns:46%;
    gap:10px;
    margin-right:-10px;
    padding-right:10px;
  }
  .fc-featured-carousel .fc-product-carousel__slide .fc-card{
    border-radius:17px;
  }
  .fc-featured-carousel .fc-card__media{
    aspect-ratio:1 / 1.12;
  }
  .fc-featured-carousel .fc-card__body{
    padding:11px 12px 13px;
  }
  .fc-featured-carousel .fc-card__title{
    font-size:12px;
    line-height:1.2;
  }
  .fc-featured-carousel .fc-price{
    font-size:14px;
  }
}

/* =========================================================
   FC MAILLOT V85 — HERO CINEMATIC MOTION
   Anime l'image de bannière existante, sans la remplacer.
   ========================================================= */
.fc-hero__box{isolation:isolate;perspective:1200px}
.fc-hero__media{overflow:hidden;z-index:0;transform:translateZ(0)}
.fc-hero__media img{
  transform:scale(1.035) translate3d(var(--fc-hero-x,0px),var(--fc-hero-y,0px),0);
  transform-origin:50% 48%;
  animation:fcHeroBreath 7s ease-in-out infinite alternate;
  transition:transform .35s cubic-bezier(.2,.7,.2,1),filter .35s ease;
  will-change:transform,filter;
}
.fc-hero__media:before{
  content:"";position:absolute;inset:-25%;z-index:2;pointer-events:none;
  background:
    radial-gradient(circle at 50% 48%,rgba(185,92,255,.20) 0,rgba(125,44,255,.08) 20%,transparent 43%),
    linear-gradient(115deg,transparent 34%,rgba(255,255,255,.02) 43%,rgba(204,142,255,.18) 49%,rgba(255,255,255,.04) 54%,transparent 63%);
  background-size:100% 100%,220% 100%;
  background-position:center,-150% 0;
  mix-blend-mode:screen;
  animation:fcHeroLightSweep 6.8s ease-in-out infinite;
}
.fc-hero__box:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.65;
  background:
    radial-gradient(circle at 18% 24%,rgba(189,103,255,.55) 0 1px,transparent 2px),
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.65) 0 1px,transparent 2px),
    radial-gradient(circle at 67% 72%,rgba(183,82,255,.55) 0 1.2px,transparent 2.2px),
    radial-gradient(circle at 34% 78%,rgba(255,255,255,.45) 0 1px,transparent 2px);
  background-size:170px 150px,230px 190px,260px 220px,210px 180px;
  animation:fcHeroParticles 13s linear infinite;
}
.fc-hero__box:after{
  content:"";position:absolute;left:50%;bottom:-22%;width:58%;height:58%;z-index:1;pointer-events:none;
  transform:translateX(-50%);border-radius:50%;filter:blur(42px);opacity:.28;
  background:radial-gradient(ellipse,rgba(157,54,255,.72),rgba(92,20,180,.20) 42%,transparent 72%);
  animation:fcHeroGlow 4.2s ease-in-out infinite alternate;
}
.fc-hero__content{animation:fcHeroContentIn .9s cubic-bezier(.16,1,.3,1) both}
.fc-hero .fc-kicker{animation:fcHeroKickerPulse 3.2s ease-in-out infinite}
.fc-hero .fc-btn--primary{position:relative;overflow:hidden}
.fc-hero .fc-btn--primary:after{content:"";position:absolute;top:-40%;bottom:-40%;width:38%;left:-55%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);animation:fcHeroButtonShine 4s ease-in-out infinite}
@keyframes fcHeroBreath{0%{transform:scale(1.035) translate3d(var(--fc-hero-x,0px),var(--fc-hero-y,0px),0);filter:saturate(1) contrast(1)}100%{transform:scale(1.075) translate3d(var(--fc-hero-x,0px),calc(var(--fc-hero-y,0px) - 4px),0);filter:saturate(1.08) contrast(1.035)}}
@keyframes fcHeroLightSweep{0%,24%{background-position:center,-150% 0;opacity:.35}45%{background-position:center,50% 0;opacity:.9}65%,100%{background-position:center,190% 0;opacity:.35}}
@keyframes fcHeroParticles{from{background-position:0 0,0 0,0 0,0 0}to{background-position:20px -150px,-25px -190px,30px -220px,-18px -180px}}
@keyframes fcHeroGlow{from{transform:translateX(-50%) scale(.88);opacity:.20}to{transform:translateX(-50%) scale(1.08);opacity:.38}}
@keyframes fcHeroContentIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes fcHeroKickerPulse{0%,100%{box-shadow:0 0 0 rgba(160,68,255,0)}50%{box-shadow:0 0 28px rgba(160,68,255,.24)}}
@keyframes fcHeroButtonShine{0%,62%{left:-55%}82%,100%{left:130%}}
@media (hover:hover) and (pointer:fine){.fc-hero__box:hover .fc-hero__media img{filter:saturate(1.12) contrast(1.045)}}
@media (max-width:749px){
  .fc-hero__media img{animation-duration:8s;transform-origin:50% 42%}
  .fc-hero__media:before{opacity:.75}
  .fc-hero__box:after{width:90%;height:48%;bottom:-15%}
}
@media (prefers-reduced-motion:reduce){
  .fc-hero__media img,.fc-hero__media:before,.fc-hero__box:before,.fc-hero__box:after,.fc-hero__content,.fc-hero .fc-kicker,.fc-hero .fc-btn--primary:after{animation:none!important;transition:none!important}
}

/* FC MAILLOT V87 — suppression espace entre barre d'annonce et hero */
.template-index .fc-hero,
body.template-index .fc-hero{
  padding-top:0 !important;
  margin-top:0 !important;
}
.template-index .fc-hero > .fc-page-width,
body.template-index .fc-hero > .fc-page-width{
  margin-top:0 !important;
  padding-top:0 !important;
}
.template-index .fc-hero__box,
body.template-index .fc-hero__box{
  margin-top:0 !important;
}
@media(max-width:749px){
  .fc-hero{padding-top:0 !important;margin-top:0 !important;}
}

/* FC Maillot V89 — navigation menu premium violet */
.fc-cat-strip{gap:12px;padding:4px 2px 10px;scroll-snap-type:x proximity}
.fc-cat-chip{
  position:relative;overflow:hidden;scroll-snap-align:start;
  background:linear-gradient(135deg,#6f20d8 0%,#9b2df0 55%,#c04cff 100%)!important;
  color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 8px 22px rgba(119,31,220,.22),inset 0 1px 0 rgba(255,255,255,.22);
  padding:11px 16px;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.fc-cat-chip:before{content:"";position:absolute;inset:-60% auto -60% -45%;width:35%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:fcChipShine 4s ease-in-out infinite}
.fc-cat-chip:hover,.fc-cat-chip:active{transform:translateY(-2px) scale(1.02);filter:brightness(1.06);box-shadow:0 12px 28px rgba(119,31,220,.30),inset 0 1px 0 rgba(255,255,255,.28)}
@keyframes fcChipShine{0%,68%{left:-45%}88%,100%{left:125%}}
.fc-cat-nav-dots{display:flex;justify-content:center;align-items:center;gap:7px;margin:5px 0 0}
.fc-cat-nav-dot{width:7px;height:7px;border-radius:999px;background:#d9cbe5;transition:.25s ease;flex:0 0 auto}
.fc-cat-nav-dot.is-active{width:28px;background:linear-gradient(90deg,#7626e8,#b54cff);box-shadow:0 4px 12px rgba(118,38,232,.24)}
.fc-cat-nav-hint{display:flex;justify-content:center;align-items:center;gap:7px;margin:9px 0 0;color:#85798d;font-size:11px;font-weight:800}
.fc-cat-nav-hint span{color:#7626e8;animation:fcCarouselHint 1.5s ease-in-out infinite}

/* FC Maillot V90 — correctif navigation catégories mobile */
.fc-cat-strip{
  display:flex !important;
  flex-wrap:nowrap !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x !important;
  overscroll-behavior-x:contain;
  scroll-behavior:smooth;
  scrollbar-width:none;
  gap:10px !important;
  padding:6px 2px 10px !important;
}
.fc-cat-strip::-webkit-scrollbar{display:none !important}
.fc-cat-chip{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:max-content !important;
  max-width:none !important;
  height:auto !important;
  min-height:48px !important;
  padding:11px 17px !important;
  font-size:14px !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
  white-space:nowrap !important;
  color:#fff !important;
  text-indent:0 !important;
  overflow:hidden !important;
  -webkit-user-select:none;
  user-select:none;
}
.fc-cat-nav-dots{margin-top:4px !important}
.fc-cat-nav-hint{font-size:12px !important;margin-top:9px !important}
@media(max-width:749px){
  .fc-cat-strip{padding-left:2px !important;padding-right:18px !important;}
  .fc-cat-chip{font-size:13px !important;min-height:46px !important;padding:10px 15px !important;}
}

/* V91 — compteur panier premium violet */
.fc-cart-count{
  min-width:24px;
  height:24px;
  padding:0 6px;
  border-radius:999px;
  color:#fff !important;
  font-size:14px !important;
  line-height:1;
  font-weight:900;
  letter-spacing:-.02em;
  background:linear-gradient(145deg,#24003f 0%,#5b08a8 48%,#9d35ff 100%) !important;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 0 0 2px rgba(109,24,199,.18),0 3px 10px rgba(39,0,70,.48),inset 0 1px 3px rgba(255,255,255,.42),inset 0 -3px 6px rgba(24,0,45,.36);
  text-shadow:0 1px 2px rgba(0,0,0,.45);
  transform:translate(13px,-13px);
  z-index:3;
}

/* V92 — footer paiements + politiques */
.fc-footer-extra{padding:12px 0 30px;text-align:center}
.fc-footer-payments{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:4px auto 24px}
.fc-payment-icon{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:5px 8px;min-width:48px;min-height:31px;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.fc-payment-icon svg{display:block;width:auto;height:24px;max-width:58px}
.fc-footer-policies{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;max-width:980px;margin:0 auto}
.fc-footer-policies a{color:var(--fc-muted);font-size:12px;line-height:1.5;text-decoration:none;transition:color .2s ease,transform .2s ease}
.fc-footer-policies a:hover{color:#fff;transform:translateY(-1px)}
@media(max-width:640px){.fc-footer-extra{padding:8px 18px 24px}.fc-footer-payments{gap:7px;margin-bottom:20px}.fc-payment-icon{min-width:42px;padding:4px 6px}.fc-payment-icon svg{height:21px}.fc-footer-policies{gap:9px 13px}.fc-footer-policies a{font-size:11px}}

/* FC Maillot V94 — mini estimation de livraison dans chaque article du panier */
.fc-cart-mini-delivery{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  margin-top:10px;
  padding:8px 12px;
  border:1px solid rgba(153,51,255,.34);
  border-radius:12px;
  background:linear-gradient(110deg,rgba(248,241,255,.96),rgba(236,215,255,.82),rgba(248,241,255,.96));
  background-size:220% 100%;
  color:#6f19bd;
  font-size:12px;
  line-height:1.25;
  box-shadow:0 0 10px rgba(143,40,255,.18),0 0 24px rgba(143,40,255,.10);
  overflow:hidden;
  animation:fcMiniDeliveryGlow 2.6s ease-in-out infinite,fcMiniDeliveryShimmer 4.2s linear infinite;
}
.fc-cart-mini-delivery::after{
  content:"";
  position:absolute;
  inset:-45% auto -45% -35%;
  width:28%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);
  animation:fcMiniDeliverySweep 3.4s ease-in-out infinite;
  pointer-events:none;
}
.fc-cart-mini-delivery__icon{filter:drop-shadow(0 0 5px rgba(130,35,255,.45))}
@keyframes fcMiniDeliveryGlow{0%,100%{box-shadow:0 0 9px rgba(143,40,255,.16),0 0 20px rgba(143,40,255,.08)}50%{box-shadow:0 0 14px rgba(143,40,255,.34),0 0 30px rgba(143,40,255,.16)}}
@keyframes fcMiniDeliveryShimmer{0%{background-position:0 0}100%{background-position:220% 0}}
@keyframes fcMiniDeliverySweep{0%,55%{left:-35%;opacity:0}65%{opacity:1}100%{left:120%;opacity:0}}
@media (prefers-reduced-motion:reduce){.fc-cart-mini-delivery,.fc-cart-mini-delivery::after{animation:none}}

/* FC V96 — mise à jour panier AJAX */
.fc-cart-page.is-ajax-updating .fc-cart-line,
.fc-cart-page.is-ajax-updating .fc-cart-summary,
.fc-cart-page.is-ajax-updating .fc-cart-progress{transition:opacity .18s ease;opacity:.72}
.fc-cart-page.is-ajax-updating [data-fc-cart-quantity]{pointer-events:none}
\n\n/* FC V97 — France : transporteur La Poste / Colissimo + livraison gratuite */\n.fc-fr-carrier{\n  position:relative;\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(145px,220px);\n  gap:14px;\n  align-items:center;\n  margin:14px 0 16px;\n  padding:14px;\n  border:1px solid rgba(151,55,255,.22);\n  border-radius:18px;\n  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,239,255,.94));\n  box-shadow:0 12px 34px rgba(93,22,146,.10),inset 0 1px 0 rgba(255,255,255,.9);\n  overflow:hidden;\n}\n.fc-fr-carrier:before{\n  content:"";position:absolute;inset:-60% auto -60% -35%;width:42%;\n  background:linear-gradient(90deg,transparent,rgba(185,83,255,.16),transparent);\n  transform:skewX(-18deg);animation:fcFranceCarrierShine 4.5s ease-in-out infinite;pointer-events:none\n}\n.fc-fr-carrier__copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:4px}\n.fc-fr-carrier__eyebrow{font-size:10px;font-weight:900;letter-spacing:.13em;color:#7818c8}\n.fc-fr-carrier__copy strong{font-size:14px;line-height:1.25;color:#211527}\n.fc-fr-carrier__copy small{font-size:11px;line-height:1.4;color:#756a7b}\n.fc-fr-carrier__logo-wrap{position:relative;z-index:1;padding:7px;border-radius:14px;background:#20232a;box-shadow:0 8px 22px rgba(30,16,45,.14)}\n.fc-fr-carrier__logo-wrap img{display:block;width:100%;height:auto;border-radius:9px}\n@keyframes fcFranceCarrierShine{0%,58%{left:-45%;opacity:0}70%{opacity:1}100%{left:115%;opacity:0}}\n\n.fc-france-free-shipping{\n  position:relative;display:flex;align-items:center;gap:11px;margin:14px 0;\n  padding:12px 14px;border:1px solid rgba(141,42,255,.25);border-radius:16px;overflow:hidden;\n  background:linear-gradient(135deg,rgba(251,247,255,.98),rgba(239,221,255,.92));\n  box-shadow:0 9px 30px rgba(132,37,222,.12),0 0 0 1px rgba(255,255,255,.76) inset;\n}\n.fc-france-free-shipping:before{\n  content:"";position:absolute;width:90px;height:90px;right:-35px;top:-45px;border-radius:50%;\n  background:radial-gradient(circle,rgba(177,72,255,.22),transparent 68%);animation:fcFranceGlow 2.8s ease-in-out infinite alternate\n}\n.fc-france-free-shipping__icon{font-size:23px;filter:drop-shadow(0 4px 9px rgba(93,25,151,.2))}\n.fc-france-free-shipping>div{display:flex;flex-direction:column;gap:2px;min-width:0}\n.fc-france-free-shipping strong{font-size:13px;color:#5f119a;line-height:1.2}\n.fc-france-free-shipping span:not(.fc-france-free-shipping__icon):not(.fc-france-free-shipping__spark){font-size:11px;color:#74667d;line-height:1.35}\n.fc-france-free-shipping__spark{margin-left:auto;color:#9c28f5;font-weight:900;animation:fcFranceSpark 1.5s ease-in-out infinite}\n.fc-france-free-shipping--cart{margin:14px 0 2px}\n@keyframes fcFranceGlow{from{transform:scale(.82);opacity:.5}to{transform:scale(1.12);opacity:1}}\n@keyframes fcFranceSpark{0%,100%{transform:scale(.85) rotate(0);opacity:.55}50%{transform:scale(1.22) rotate(18deg);opacity:1}}\n@media(max-width:640px){\n  .fc-fr-carrier{grid-template-columns:1fr;padding:12px;gap:10px}\n  .fc-fr-carrier__logo-wrap{max-width:210px}\n  .fc-fr-carrier__copy strong{font-size:13px}\n  .fc-france-free-shipping{padding:11px 12px}\n}\n@media(prefers-reduced-motion:reduce){.fc-fr-carrier:before,.fc-france-free-shipping:before,.fc-france-free-shipping__spark{animation:none}}\n

/* FC MAILLOT V99 — transporteur unique selon le pays */
.fc-country-shipping-note{margin:10px 0 4px;font-size:13px;color:#33253c}.fc-country-shipping-note strong{color:#6813a8}.fc-country-shipping-note--free strong{color:#5c1096}
.fc-country-carrier{grid-template-columns:minmax(0,1fr) auto!important;background:linear-gradient(135deg,#fff 0%,#fbf6ff 58%,#f1ddff 100%)!important}
.fc-carrier-logos{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;min-width:105px;padding:10px 12px;border-radius:15px;background:rgba(255,255,255,.76);border:1px solid rgba(145,54,226,.13);box-shadow:0 8px 24px rgba(98,30,151,.08)}
.fc-logo{display:inline-flex;align-items:center;gap:3px;font-weight:900;font-size:12px;line-height:1;padding:6px 8px;border-radius:8px;white-space:nowrap}.fc-logo--laposte{color:#174b9b;background:#ffd83d}.fc-logo--colissimo{color:#ee7d11;background:#fff}.fc-logo--dhl{color:#d40511;background:#ffcc00;font-style:italic}.fc-logo--bpost{color:#d71920;background:#fff}.fc-logo--dpd{color:#d71920;background:#fff}.fc-logo--ctt{color:#e30613;background:#fff;font-size:17px;flex-direction:column;gap:0}.fc-logo--ctt small{font-size:7px;color:#222;font-weight:700}
@media(max-width:640px){.fc-country-carrier{grid-template-columns:1fr!important}.fc-carrier-logos{justify-content:flex-start;width:max-content;max-width:100%}}

/* FC V100 — restaure la carte premium La Poste / Colissimo */
.fc-fr-carrier--image-only{
  display:block;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.fc-fr-carrier--image-only:before{display:none}
.fc-fr-carrier__logo-wrap--premium{
  padding:0;
  max-width:none;
  border-radius:18px;
  background:transparent;
  box-shadow:0 10px 28px rgba(111,48,170,.10);
  overflow:hidden;
}
.fc-fr-carrier__logo-wrap--premium img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
}

/* V101 — mini rappel offre au bas du hero */
.fc-hero__offer-tiers{
  position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);
  display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;
  width:max-content;max-width:calc(100% - 28px);padding:7px 10px;
  border:1px solid rgba(213,166,255,.35);border-radius:999px;
  background:linear-gradient(135deg,rgba(20,5,35,.66),rgba(91,18,133,.55));
  box-shadow:0 7px 24px rgba(122,34,211,.22),inset 0 1px rgba(255,255,255,.14);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  color:#fff;font-size:11px;line-height:1.15;letter-spacing:.01em;
}
.fc-hero__offer-tiers span{white-space:nowrap;opacity:.9}
.fc-hero__offer-tiers span+span:before{content:'✦';margin-right:8px;color:#c875ff;opacity:.9}
.fc-hero__offer-tiers b{font-weight:800;color:#fff}
@media(max-width:749px){
 .fc-hero__offer-tiers{bottom:15px;gap:5px;padding:6px 9px;font-size:10px}
 .fc-hero__offer-tiers span+span:before{margin-right:5px}
}


/* FC MAILLOT V102 — Avis clients dans la navigation + hamburger desktop */
@media(min-width:991px){
  .fc-menu-btn{display:grid !important;}
  .fc-header{grid-template-columns:auto auto 1fr auto !important;}
}
.fc-cat-chip--reviews{
  background:linear-gradient(135deg,#5512b8 0%,#8b25e8 48%,#c044ff 100%)!important;
  box-shadow:0 8px 24px rgba(118,38,232,.28),inset 0 1px 0 rgba(255,255,255,.3)!important;
}

/* FC MAILLOT V104 — cartes Championnats et Pays plus lumineuses, images inchangées */
.fc-collection-hub .fc-collection-tile{
  background:linear-gradient(145deg,#faf7fc 0%,#eee5f3 100%);
  box-shadow:0 12px 35px rgba(52,28,74,.07),inset 0 0 0 1px rgba(255,255,255,.3);
}
.fc-collection-hub .fc-collection-tile__media img{
  filter:brightness(1.18) saturate(1.06) contrast(.98);
}
.fc-collection-hub .fc-collection-tile__media svg{
  width:100%;
  height:100%;
  background:linear-gradient(145deg,#fcf9fd 0%,#eee6f2 100%);
  color:#776a80;
  filter:brightness(1.08);
}
.fc-collection-hub .fc-collection-tile:after{
  background:linear-gradient(0deg,rgba(12,7,16,.72) 0%,rgba(12,7,16,.26) 40%,rgba(12,7,16,.06) 70%,rgba(12,7,16,0) 100%);
}
.fc-collection-hub .fc-collection-tile__arrow{
  background:rgba(24,18,29,.58);
}

/* Décaler les icônes du header sur ordinateur */
@media (min-width: 991px) {
  .fc-header .fc-icons {
    margin-right: 24px !important;
  }
}

/* Lien vers la page des avis clients */
.fc-product__review-badge.fc-review-link {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(118, 38, 232, 0.22);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(118, 38, 232, 0.08),
    rgba(169, 77, 255, 0.13)
  );
  box-shadow: 0 6px 18px rgba(118, 38, 232, 0.08);
  color: #7626e8 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.fc-review-link__stars {
  color: #b84cff !important;
  font-size: 15px;
  letter-spacing: 1px;
}

.fc-review-link__note {
  color: #4c168f !important;
  font-size: 13px;
  font-weight: 800;
}

.fc-review-link__text {
  color: #65566f !important;
  font-size: 12px;
  font-weight: 600;
}

.fc-review-link__action {
  color: #7626e8 !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fc-product__review-badge.fc-review-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(
    135deg,
    rgba(118, 38, 232, 0.14),
    rgba(169, 77, 255, 0.2)
  );
  box-shadow: 0 9px 24px rgba(118, 38, 232, 0.16);
}

@media (max-width: 749px) {
  .fc-product__review-badge.fc-review-link {
    gap: 6px;
    padding: 8px 11px;
  }

  .fc-review-link__stars {
    font-size: 14px;
  }

  .fc-review-link__action {
    width: 100%;
    margin-top: 1px;
  }
}

/* Bouton politique de remboursement */
.fc-refund-policy-button {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(118, 38, 232, 0.22);
  border-radius: 15px;
  background: linear-gradient(
    135deg,
    rgba(118, 38, 232, 0.07),
    rgba(169, 77, 255, 0.14)
  );
  color: #7626e8 !important;
  text-decoration: none !important;
  box-shadow: 0 7px 22px rgba(118, 38, 232, 0.08);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.fc-refund-policy-button__icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, #7626e8, #a94dff);
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
}

.fc-refund-policy-button__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.fc-refund-policy-button__content strong {
  color: #351153 !important;
  font-size: 14px;
  font-weight: 800;
}

.fc-refund-policy-button__content small {
  color: #7626e8 !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fc-refund-policy-button__arrow {
  color: #7626e8 !important;
  font-size: 21px;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.fc-refund-policy-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(
    135deg,
    rgba(118, 38, 232, 0.13),
    rgba(169, 77, 255, 0.2)
  );
  box-shadow: 0 10px 28px rgba(118, 38, 232, 0.15);
}

.fc-refund-policy-button:hover .fc-refund-policy-button__arrow {
  transform: translateX(4px);
}

@media (max-width: 749px) {
  .fc-refund-policy-button {
    padding: 11px 13px;
  }

  .fc-refund-policy-button__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

/* =========================================================
   FCCROCS V1 — BLACK + PURPLE NEON REBRAND
   ========================================================= */
:root{
  --fc-purple:#8b2cff;--fc-purple-2:#d24cff;
  --fcc-bg:#07060a;--fcc-panel:#0f0d14;--fcc-panel-2:#15111d;--fcc-text:#f8f5ff;--fcc-muted:#aaa0b7;
  --fcc-purple:var(--fc-purple,#8b2cff);--fcc-purple-2:var(--fc-purple-2,#d24cff);--fcc-border:rgba(190,120,255,.18);
  --fcc-shadow:0 24px 80px rgba(0,0,0,.46);
}
html{background:#07060a!important}body{background:radial-gradient(circle at 10% -10%,rgba(139,44,255,.24),transparent 30%),radial-gradient(circle at 95% 18%,rgba(210,76,255,.12),transparent 28%),#07060a!important;color:var(--fcc-text)!important}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 80%)}
.fc-page-width{width:min(calc(100% - 32px),1280px)}
.fc-section-title,.fc-collection-hub__head h2,.fcc-benefits__head h2,.fcc-custom-pin-card__copy h2,.fcc-cart-head h1,.fc-search-hero h1,.fc-contact-hero h1,.fc-faq-v9-head h1{color:#fff!important}
.fc-section-sub,.fc-collection-hub__head p,.fcc-benefit p,.fcc-custom-pin-card__copy p,.fcc-cart-head p,.fc-search-hero p,.fc-contact-hero p,.fc-faq-v9-head p{color:var(--fcc-muted)!important}
.fc-kicker{background:rgba(139,44,255,.12)!important;border:1px solid rgba(176,94,255,.25)!important;color:#cfa8ff!important;box-shadow:0 0 24px rgba(139,44,255,.10)}
.fc-btn--primary{background:linear-gradient(135deg,#7a16ff,#bd35ff)!important;color:white!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 10px 32px rgba(132,30,255,.32)!important}.fc-btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(149,42,255,.42)!important}
.fc-btn--secondary{background:rgba(255,255,255,.06)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;backdrop-filter:blur(14px)}.fc-btn--secondary:hover{background:rgba(139,44,255,.12)!important;border-color:rgba(177,94,255,.34)!important}

/* announcement/header */
.fc-announcement{background:linear-gradient(90deg,#100b16,#1a0e26 46%,#0d0a12)!important;color:#e7d9f7!important;border-bottom:1px solid rgba(173,89,255,.19)!important}.fc-announcement strong{color:#c878ff!important}.fc-announcement__separator{color:#8131cb!important}.fc-announcement__item{filter:drop-shadow(0 0 10px rgba(143,39,255,.15))}
.fc-header-wrap{background:rgba(8,7,11,.78)!important;border-bottom:1px solid rgba(181,104,255,.15)!important;box-shadow:0 10px 30px rgba(0,0,0,.30)!important;backdrop-filter:blur(20px) saturate(135%)!important;-webkit-backdrop-filter:blur(20px) saturate(135%)!important}.fc-logo{color:#fff!important}.fc-logo-mark--image{background:#09070d!important;border:1px solid rgba(172,89,255,.26)!important;box-shadow:0 0 25px rgba(139,44,255,.24)!important;overflow:hidden}.fc-logo-mark--image img{object-fit:cover!important}.fc-nav a{color:#d6cedf!important}.fc-nav a:hover{color:#c779ff!important}.fc-icon-btn{background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.10)!important;color:#fff!important}.fc-icon-btn:hover{background:rgba(139,44,255,.13)!important;border-color:rgba(174,87,255,.33)!important}.fc-nav-dropdown{background:rgba(12,9,16,.97)!important;border-color:rgba(175,91,255,.18)!important;box-shadow:0 25px 70px rgba(0,0,0,.55)!important}.fc-nav-dropdown a:hover{background:rgba(139,44,255,.10)!important}.fc-cart-count{background:#9a26ff!important;color:#fff!important;box-shadow:0 0 18px rgba(153,38,255,.5)!important}
.fc-mobile-menu__backdrop{background:rgba(0,0,0,.72)!important}.fc-mobile-menu__panel{background:linear-gradient(165deg,#0b0910,#130c1d)!important;color:white!important;border-left:1px solid rgba(174,89,255,.18)!important}.fc-mobile-menu__nav a,.fc-mobile-menu__details summary{color:#f3edf9!important;border-color:rgba(255,255,255,.07)!important}.fc-mobile-menu__sub a{color:#b9afc6!important}.fc-mobile-menu__close{color:#fff!important;background:rgba(255,255,255,.06)!important}
.fc-live-search__panel{background:rgba(13,10,18,.95)!important;border:1px solid rgba(177,93,255,.22)!important;box-shadow:0 30px 90px rgba(0,0,0,.62)!important;color:#fff!important}.fc-live-search__bar{background:#09070d!important;border-color:rgba(181,101,255,.22)!important}.fc-live-search__bar input{color:#fff!important}.fc-live-search__bar input::placeholder{color:#82798d!important}.fc-live-search__hint{color:#9f95aa!important}

/* hero */
.fc-hero--fccrocs{padding-top:0!important}.fc-hero--fccrocs .fc-hero__box{min-height:clamp(440px,56.25vw,880px)!important;background:#050407!important;box-shadow:0 30px 100px rgba(0,0,0,.5)!important}.fc-hero--fccrocs .fc-hero__media:after{background:linear-gradient(180deg,rgba(5,4,7,.02),rgba(5,4,7,.08) 58%,rgba(5,4,7,.26))!important}.fc-hero--fccrocs .fc-hero__media img{object-fit:cover!important;object-position:center 46%!important}.fcc-hero-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-1px auto 0;padding:18px max(20px,calc((100vw - 1280px)/2 + 24px));background:linear-gradient(90deg,#09070d,#100a17 50%,#09070d);border-top:1px solid rgba(178,91,255,.18);border-bottom:1px solid rgba(178,91,255,.16)}.fcc-hero-actions__copy{display:flex;flex-direction:column;gap:2px}.fcc-hero-actions__copy span{color:#aa55ff;font-size:11px;font-weight:950;letter-spacing:.18em}.fcc-hero-actions__copy strong{font-size:clamp(17px,2vw,24px);color:white}.fcc-hero-actions__buttons{display:flex;gap:10px;flex-wrap:wrap}.fcc-hero-actions .fc-btn{width:auto!important}.fc-trust{padding-top:12px!important;background:#07060a!important}.fc-trust::before{background:linear-gradient(90deg,#07060a,transparent)!important}.fc-trust::after{background:linear-gradient(270deg,#07060a,transparent)!important}.fc-trust__item{background:rgba(17,14,23,.9)!important;border:1px solid rgba(175,92,255,.14)!important;box-shadow:0 8px 26px rgba(0,0,0,.3)!important}.fc-trust__item strong{color:#f9f5ff!important}.fc-trust__item span{color:#a79caf!important}

/* category chips */
.fcc-cat-section{padding:24px 0 4px}.fc-cat-chip{background:linear-gradient(180deg,rgba(25,20,33,.96),rgba(14,11,19,.96))!important;color:#e9e1f0!important;border:1px solid rgba(170,86,255,.18)!important;box-shadow:0 8px 30px rgba(0,0,0,.22)!important}.fc-cat-chip:hover{background:rgba(139,44,255,.15)!important;color:white!important;border-color:rgba(183,105,255,.42)!important;box-shadow:0 0 28px rgba(139,44,255,.18)!important}.fc-cat-nav-hint{color:#7f7589!important}

/* collection hubs/cards */
.fc-collection-hub{background:transparent!important}.fc-collection-hub__head h2{margin:12px 0 4px!important}.fc-view-all-link{color:#c477ff!important}.fc-collection-tile{background:#0f0c14!important;border:1px solid rgba(169,83,255,.17)!important;box-shadow:0 16px 50px rgba(0,0,0,.30)!important;overflow:hidden}.fc-collection-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(4,3,7,.88) 100%);z-index:1;pointer-events:none}.fc-collection-tile:hover{transform:translateY(-5px) scale(1.01)!important;border-color:rgba(191,119,255,.38)!important;box-shadow:0 24px 75px rgba(69,16,112,.32)!important}.fc-collection-tile__content,.fc-collection-tile__arrow{z-index:2!important}.fc-collection-tile__title{color:white!important}.fc-collection-tile__sub{color:#b4a9bf!important}.fc-collection-tile__arrow{background:rgba(8,6,11,.72)!important;border:1px solid rgba(255,255,255,.14)!important;color:#d797ff!important}.fcc-category-visual{height:100%;min-height:190px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(190,72,255,.36),transparent 32%),linear-gradient(145deg,#171020,#09070d)}.fcc-category-visual:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(202,132,255,.18);border-radius:50%;box-shadow:0 0 50px rgba(139,44,255,.14),inset 0 0 30px rgba(139,44,255,.08)}.fcc-category-visual span{font-size:clamp(54px,6vw,82px);filter:drop-shadow(0 0 24px rgba(165,73,255,.55));z-index:2}.fcc-category-visual i,.fcc-category-visual b{position:absolute;width:70%;height:1px;background:linear-gradient(90deg,transparent,#8f31ff,transparent);transform:rotate(17deg);opacity:.55}.fcc-category-visual b{transform:rotate(-22deg);width:55%;opacity:.28}.fc-carousel-dot,.fc-hub-dots span{background:#33293d!important}.fc-carousel-dot.is-active,.fc-hub-dots span.is-active{background:#9c36ff!important}.fc-carousel-swipe-hint{color:#817688!important}

/* product cards / featured */
.fc-featured-carousel{background:transparent!important}.fc-card{background:linear-gradient(180deg,#121017,#0d0a11)!important;border:1px solid rgba(173,88,255,.14)!important;box-shadow:0 12px 40px rgba(0,0,0,.28)!important}.fc-card:hover{border-color:rgba(192,116,255,.36)!important;box-shadow:0 22px 65px rgba(69,15,111,.28)!important}.fc-card__media{background:radial-gradient(circle at 50% 35%,#20192a,#0b0910 72%)!important}.fc-card__title{color:#f7f3fb!important}.fc-price{color:#fff!important}.fc-price s{color:#736a7b!important}.fc-badge{background:linear-gradient(135deg,#8d25ff,#c93bff)!important;color:#fff!important;border:0!important}.fc-carousel-arrow{background:#131019!important;color:white!important;border-color:rgba(181,96,255,.17)!important}.fc-featured-carousel__all{color:#c984ff!important}

/* custom pin CTA */
.fcc-custom-pin-section{padding:44px 0}.fcc-custom-pin-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:38px;align-items:center;padding:clamp(28px,5vw,64px);border-radius:32px;background:radial-gradient(circle at 15% 50%,rgba(137,36,255,.25),transparent 26%),linear-gradient(135deg,#140d1d,#09070d 56%,#120b1b);border:1px solid rgba(190,112,255,.21);box-shadow:0 30px 90px rgba(0,0,0,.42)}.fcc-custom-pin-card:after{content:"";position:absolute;inset:-40%;background:conic-gradient(from 80deg,transparent,rgba(162,61,255,.05),transparent 34%);animation:fccSpin 18s linear infinite}.fcc-custom-pin-card__art,.fcc-custom-pin-card__copy{position:relative;z-index:2}.fcc-custom-pin-card__art{min-height:320px;display:grid;place-items:center}.fcc-custom-pin-card__ring{position:absolute;width:260px;height:260px;border:2px solid rgba(183,91,255,.44);border-radius:50%;box-shadow:0 0 60px rgba(148,43,255,.30),inset 0 0 55px rgba(140,36,255,.11)}.fcc-custom-pin-card__ring:before,.fcc-custom-pin-card__ring:after{content:"";position:absolute;inset:22px;border:1px dashed rgba(222,181,255,.30);border-radius:50%;animation:fccSpin 15s linear infinite reverse}.fcc-custom-pin-card__ring:after{inset:-20px;border-style:solid;border-color:rgba(140,43,255,.12)}.fcc-custom-pin-card__pin{font-size:110px;filter:drop-shadow(0 0 32px rgba(179,82,255,.65));animation:fccFloat 4s ease-in-out infinite}.fcc-custom-pin-card__spark{position:absolute;color:#d8a8ff;font-size:28px}.fcc-custom-pin-card__spark--1{top:18%;right:18%}.fcc-custom-pin-card__spark--2{bottom:18%;left:16%;font-size:18px}.fcc-custom-pin-card__copy h2{font-size:clamp(34px,5vw,62px);line-height:.96;letter-spacing:-.055em;margin:16px 0}.fcc-custom-pin-card__copy p{font-size:17px;line-height:1.7;max-width:680px}.fcc-custom-pin-card__steps{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.fcc-custom-pin-card__steps span{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);color:#cfc5d8;font-size:12px}.fcc-custom-pin-card__steps b{color:#c878ff;margin-right:5px}.fcc-custom-pin-card__copy small{display:block;margin-top:14px;color:#82768a;line-height:1.5;max-width:620px}

/* benefits */
.fcc-benefits{padding:44px 0 76px}.fcc-benefits__head{max-width:720px;margin-bottom:24px}.fcc-benefits__head h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.05em;line-height:1;margin:14px 0}.fcc-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.fcc-benefit{position:relative;overflow:hidden;padding:24px;border-radius:22px;background:linear-gradient(160deg,#131019,#0b0910);border:1px solid rgba(170,86,255,.15);box-shadow:0 16px 48px rgba(0,0,0,.25)}.fcc-benefit:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(142,42,255,.12);filter:blur(30px);right:-45px;top:-45px}.fcc-benefit__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,rgba(139,44,255,.20),rgba(211,76,255,.08));border:1px solid rgba(188,108,255,.22);font-size:25px;box-shadow:0 0 28px rgba(139,44,255,.12)}.fcc-benefit h3{color:#fff;margin:18px 0 8px;font-size:18px}.fcc-benefit p{margin:0;line-height:1.6;font-size:14px}

/* product page */
.fc-product{padding-top:42px!important}.fc-product__main-image,.fc-product-gallery__main-wrap,.fc-product-gallery__thumb{background:radial-gradient(circle at 50% 32%,#20172a,#0c0910 70%)!important;border-color:rgba(177,92,255,.15)!important;box-shadow:0 18px 55px rgba(0,0,0,.35)!important}.fc-product__title{color:#fff!important}.fcc-product-brand{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(139,44,255,.10);border:1px solid rgba(178,91,255,.22);color:#c77dff;font-size:10px;font-weight:950;letter-spacing:.12em}.fcc-product-intro{color:#a79daf;line-height:1.65;margin:8px 0 22px}.fc-option label,.fcc-custom-builder label{color:#dcd4e3!important}.fc-select,.fc-input,.fcc-file,.fc-contact-textarea{background:#0e0b13!important;color:#fff!important;border:1px solid rgba(176,91,255,.17)!important}.fc-select:focus,.fc-input:focus,.fcc-file:focus,.fc-contact-textarea:focus{border-color:#9d38ff!important;box-shadow:0 0 0 3px rgba(139,44,255,.12)!important}.fc-input::placeholder,.fc-contact-textarea::placeholder{color:#655c6d!important}.fc-quantity{background:#0e0b13!important;border-color:rgba(176,91,255,.17)!important}.fc-quantity button,.fc-quantity input{color:#fff!important}.fcc-add-pins-callout{display:flex;align-items:center;gap:13px;margin:18px 0 20px;padding:16px 17px;border-radius:18px;background:linear-gradient(135deg,rgba(139,44,255,.14),rgba(210,76,255,.05));border:1px solid rgba(183,100,255,.22);color:#fff!important;text-decoration:none!important}.fcc-add-pins-callout__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#8d25ff;box-shadow:0 0 22px rgba(141,37,255,.38);font-size:22px}.fcc-add-pins-callout span:nth-child(2){display:flex;flex-direction:column;gap:3px;flex:1}.fcc-add-pins-callout small{color:#a99db2}.fcc-add-pins-callout b{font-size:24px;color:#cf90ff}.fcc-custom-builder{margin:20px 0;padding:20px;border-radius:22px;background:radial-gradient(circle at 0 0,rgba(139,44,255,.16),transparent 35%),#0e0b13;border:1px solid rgba(185,101,255,.23)}.fcc-custom-builder__head{display:flex;gap:12px;align-items:center;margin-bottom:18px}.fcc-custom-builder__head>span{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,#7e1cff,#c438ff);font-size:24px;box-shadow:0 0 25px rgba(147,38,255,.32)}.fcc-custom-builder__head div{display:flex;flex-direction:column}.fcc-custom-builder__head strong{color:#fff}.fcc-custom-builder__head small{color:#978c9f}.fcc-custom-builder__head .fcc-custom-builder__standard-size{margin-top:4px;color:#c88cff;font-size:11px;font-weight:800;line-height:1.35}.fcc-custom-builder__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fcc-custom-builder__grid>div{display:flex;flex-direction:column;gap:7px}.fcc-custom-builder__full{grid-column:1/-1}.fcc-file{padding:13px;border-radius:14px}.fcc-custom-builder__grid small{color:#7f7487}.fcc-custom-builder__consent{display:flex!important;gap:10px;align-items:flex-start;margin-top:16px;color:#c9becf!important;font-size:13px}.fcc-custom-builder__consent input{accent-color:#9531ff;margin-top:3px}.fcc-custom-builder__legal{margin:11px 0 0;padding:11px 13px;border-radius:13px;background:rgba(255,183,0,.05);border:1px solid rgba(255,194,64,.12);color:#a99e91;font-size:11px;line-height:1.5}.fcc-product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0}.fcc-product-assurances>div{display:flex;flex-direction:column;gap:4px;padding:13px;border-radius:15px;background:#0e0b13;border:1px solid rgba(255,255,255,.07)}.fcc-product-assurances span{font-size:20px}.fcc-product-assurances strong{font-size:12px;color:#fff}.fcc-product-assurances small{font-size:9px;color:#807586;line-height:1.35}.fcc-policy-link{display:inline-block;color:#c47cff!important;font-size:12px;margin-bottom:12px}.fc-description{background:#0e0b13!important;color:#b5aabc!important;border:1px solid rgba(171,87,255,.14)!important;border-radius:20px;padding:20px!important}.fc-description h2{color:#fff}.fc-product-lightbox__panel{background:rgba(5,4,7,.96)!important}.fc-product-lightbox__backdrop{background:rgba(0,0,0,.82)!important}

/* delivery box */
.fc-delivery-estimate{background:linear-gradient(150deg,#111017,#0b0910)!important;border:1px solid rgba(176,91,255,.15)!important;color:#fff!important;box-shadow:0 16px 50px rgba(0,0,0,.26)!important}.fc-delivery-estimate__eyebrow,.fc-fr-carrier__eyebrow{color:#b969ff!important}.fc-delivery-estimate small,.fc-delivery-estimate__note,.fc-delivery-tooltip{color:#9b90a3!important}.fc-country-shipping-note,.fc-fr-carrier{background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.07)!important}.fc-delivery-step strong{color:#fff!important}

/* cart */
.fc-cart-page{padding:42px 0 74px}.fcc-cart-head{margin-bottom:24px;max-width:760px}.fcc-cart-head h1{font-size:clamp(38px,6vw,72px);line-height:.95;letter-spacing:-.055em;margin:14px 0 10px}.fc-cart-items,.fc-cart-summary{background:linear-gradient(165deg,#121017,#0b0910)!important;border:1px solid rgba(174,89,255,.15)!important;box-shadow:0 20px 60px rgba(0,0,0,.32)!important}.fc-cart-line{border-bottom-color:rgba(255,255,255,.07)!important}.fc-cart-line__image{background:radial-gradient(circle at 50% 30%,#21172c,#0b0910 70%)!important}.fc-cart-line__title,.fc-cart-summary h2{color:#fff!important}.fc-cart-line__variant,.fc-properties,.fc-cart-mini-delivery{color:#9e93a7!important}.fc-cart-quantity{background:#09070c!important;border-color:rgba(174,89,255,.16)!important}.fc-cart-quantity button,.fc-cart-quantity input{color:#fff!important}.fc-cart-summary__row{border-color:rgba(255,255,255,.07)!important;color:#aca1b4!important}.fc-cart-summary__row strong,.fc-cart-summary__total span{color:#fff!important}.fcc-summary-kicker{color:#b867ff;font-size:10px;font-weight:950;letter-spacing:.15em}.fcc-cart-reassurance{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.fcc-cart-reassurance span,.fcc-cart-reassurance a{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);color:#a99faf!important;font-size:10px;text-decoration:none}.fc-cart-empty{background:linear-gradient(165deg,#121017,#0b0910)!important;border:1px solid rgba(174,89,255,.15)!important;color:#fff!important}.fc-cart-empty p{color:#9e93a7!important}.fcc-empty-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.fcc-empty-actions .fc-btn{width:auto!important}.fc-cart-remove{color:#aaa0b0!important}

/* related/cart recs */
.fc-related-products,.fc-cart-suggestions{background:transparent!important}.fc-related-products__badge,.fc-cart-suggestions__badge{background:rgba(139,44,255,.10)!important;border-color:rgba(178,91,255,.22)!important;color:#c77cff!important}.fc-related-products__header h2,.fc-cart-suggestions__header h2,.fc-related-product__title,.fc-cart-suggestion__title{color:#fff!important}.fc-related-products__header p,.fc-cart-suggestions__header p,.fc-related-products__swipe,.fc-cart-suggestions__swipe{color:#92879b!important}.fc-related-product,.fc-cart-suggestion{background:#0f0c14!important;border-color:rgba(174,89,255,.14)!important}.fc-related-product__image,.fc-cart-suggestion__image{background:radial-gradient(circle,#1e1727,#0b0910)!important}.fc-related-product__discover,.fc-cart-suggestion__button{background:linear-gradient(135deg,#7e1cff,#b836ff)!important;color:#fff!important}

/* collection/search/faq/contact */
.fc-collection-hero,.fc-collection-head,.fc-search-hero,.fc-search-results-head,.fc-search-empty,.fc-search-discover,.fc-contact-card,.fc-contact-form-card,.fc-faq-v9-item{background:linear-gradient(160deg,#121017,#0b0910)!important;border-color:rgba(173,88,255,.14)!important;box-shadow:0 16px 50px rgba(0,0,0,.27)!important}.fc-collection-hero__badge{background:#8b2cff!important;color:#fff!important}.fc-collection-head h1,.fc-collection-hero__content h1,.fc-search-results-head h2,.fc-search-empty h3,.fc-search-discover h2,.fc-contact-card h2,.fc-contact-form-card h2,.fc-faq-v9-question{color:#fff!important}.fc-collection-head>div,.fc-collection-hero__description,.fc-search-results-head p,.fc-search-empty p,.fc-contact-card p,.fc-contact-form-card p,.fc-faq-v9-answer{color:#a99eaf!important}.fc-collection-toolbar{background:#0f0c14!important;border-color:rgba(174,89,255,.13)!important;color:#a99faf!important}.fc-collection-toolbar strong{color:#fff!important}.fc-search-field,.fc-search-form input{background:#0b0910!important;color:#fff!important;border-color:rgba(176,91,255,.17)!important}.fc-search-quick a,.fc-search-discover__grid a,.fc-search-page-card,.fc-search-collection-card{background:#100d15!important;border-color:rgba(174,89,255,.14)!important;color:#fff!important}.fc-search-collection-card__body strong,.fc-search-page-card__content strong{color:#fff!important}.fc-search-page-card__content span,.fc-search-collection-card__body small{color:#93889b!important}.fc-faq-v9-item summary{color:#fff!important}.fc-faq-v9-chevron{color:#b75fff!important}.fc-contact-card span,.fc-contact-form-card .fc-kicker{color:#b867ff!important}.fc-contact-card a,.fc-social-contact a{color:#ca83ff!important}.fc-contact-form label{color:#d9d1df!important}

/* footer */
.fc-footer{background:linear-gradient(180deg,#0a080d,#060507)!important;border-top:1px solid rgba(176,91,255,.16)!important}.fc-footer h3{color:#fff!important}.fc-footer p,.fc-footer a{color:#9e93a7!important}.fc-footer a:hover{color:#ca82ff!important}.fc-footer-extra,.fc-footer__bottom{border-color:rgba(255,255,255,.06)!important}.fc-footer__bottom{color:#756b7d!important}.fc-payment-icon{filter:grayscale(1) brightness(1.9);opacity:.72}

@keyframes fccSpin{to{transform:rotate(360deg)}}@keyframes fccFloat{50%{transform:translateY(-9px) rotate(3deg)}}
@media(max-width:900px){.fcc-benefits__grid{grid-template-columns:repeat(2,1fr)}.fcc-custom-pin-card{grid-template-columns:1fr}.fcc-custom-pin-card__art{min-height:240px}.fcc-custom-pin-card__ring{width:200px;height:200px}.fcc-custom-pin-card__pin{font-size:84px}.fcc-product-assurances{grid-template-columns:1fr}.fcc-custom-builder__grid{grid-template-columns:1fr}.fcc-custom-builder__full{grid-column:auto}}
@media(max-width:749px){.fc-hero--fccrocs .fc-hero__box{min-height:56.25vw!important}.fc-hero--fccrocs .fc-hero__media img{object-fit:cover!important;object-position:center center!important}.fcc-hero-actions{align-items:flex-start;flex-direction:column;padding:16px 18px}.fcc-hero-actions__buttons{width:100%;display:grid;grid-template-columns:1fr 1fr}.fcc-hero-actions .fc-btn{width:100%!important;padding-left:10px!important;padding-right:10px!important;font-size:12px!important}.fcc-benefits__grid{grid-template-columns:1fr}.fcc-custom-pin-card{padding:25px 18px;border-radius:24px}.fcc-custom-pin-card__copy h2{font-size:38px}.fcc-custom-pin-card__art{min-height:200px}.fcc-custom-pin-card__ring{width:170px;height:170px}.fcc-custom-pin-card__pin{font-size:70px}.fcc-product-assurances{grid-template-columns:1fr}.fc-product{padding-top:24px!important}.fcc-cart-head h1{font-size:44px}.fc-cart-page{padding-top:26px}.fc-page-width{width:min(calc(100% - 24px),1280px)}}
@media(prefers-reduced-motion:reduce){.fcc-custom-pin-card:after,.fcc-custom-pin-card__ring:before,.fcc-custom-pin-card__pin{animation:none!important}}

/* =========================================================
   FCCROCS V2 — NOUVEAU LOGO DÉTOURÉ / FOND TRANSPARENT
   ========================================================= */
.fc-header .fc-logo-mark--image,
.fc-mobile-menu__head .fc-logo-mark--image{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  border-radius:0!important;
}
.fc-header .fc-logo-mark--image::before,
.fc-mobile-menu__head .fc-logo-mark--image::before{
  display:none!important;
  content:none!important;
}
.fc-header .fc-logo-mark--image{
  width:82px!important;
  height:68px!important;
  min-width:82px!important;
  margin:-11px -7px -11px -6px!important;
}
.fc-header .fc-logo-mark--image img,
.fc-mobile-menu__head .fc-logo-mark--image img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  border-radius:0!important;
  filter:drop-shadow(0 5px 13px rgba(151,55,255,.32))!important;
}
.fc-mobile-menu__head .fc-logo-mark--image{
  width:86px!important;
  height:72px!important;
  min-width:86px!important;
  margin:-10px -7px -10px -6px!important;
}
.fc-footer-logo{
  width:60px!important;
  height:60px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  filter:drop-shadow(0 7px 16px rgba(151,55,255,.28))!important;
}
@media(max-width:640px){
  .fc-header .fc-logo-mark--image{
    width:72px!important;
    height:60px!important;
    min-width:72px!important;
    margin:-9px -7px -9px -5px!important;
  }
  .fc-mobile-menu__head .fc-logo-mark--image{
    width:78px!important;
    height:66px!important;
    min-width:78px!important;
  }
  .fc-footer-logo{width:52px!important;height:52px!important}
}


/* FCCROCS V3 — champ d'upload pin personnalisé */
.fcc-file{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.fcc-upload{display:grid;gap:10px}
.fcc-upload__drop{display:flex!important;align-items:center;gap:13px;min-height:92px;padding:16px 17px!important;border:1px dashed rgba(190,116,255,.42)!important;border-radius:17px;background:linear-gradient(135deg,rgba(139,44,255,.11),rgba(255,255,255,.018));cursor:pointer;transition:.2s ease}
.fcc-upload__drop:hover{border-color:#a948ff!important;background:linear-gradient(135deg,rgba(139,44,255,.18),rgba(255,255,255,.025));transform:translateY(-1px)}
.fcc-upload__icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#7d1cff,#bf35ff);color:#fff;font-size:25px;font-weight:800;box-shadow:0 0 22px rgba(147,45,255,.26)}
.fcc-upload__copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.fcc-upload__copy strong{color:#fff;font-size:14px}.fcc-upload__copy small{color:#8e8297!important;font-size:11px;line-height:1.35}.fcc-upload__action{padding:8px 11px;border-radius:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);color:#d3a1ff;font-size:11px;font-weight:800}
.fcc-upload__preview{display:grid;grid-template-columns:58px minmax(0,1fr) 36px;align-items:center;gap:12px;padding:10px;border-radius:15px;background:#09070d;border:1px solid rgba(158,67,255,.27)}
.fcc-upload__preview[hidden]{display:none!important}.fcc-upload__preview img{width:58px;height:58px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#15101c}.fcc-upload__preview div{display:flex;flex-direction:column;gap:4px;min-width:0}.fcc-upload__preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:12px}.fcc-upload__preview small{color:#85798e!important;font-size:10px;line-height:1.35}.fcc-upload__preview button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:22px;cursor:pointer}.fcc-upload__preview button:hover{background:rgba(192,74,255,.16);color:#d28cff}.fcc-upload__error{margin:0;color:#ff91b8;font-size:11px;font-weight:700}.fcc-custom-builder__checkout-note{margin:10px 0 0;padding:12px 14px;border-radius:14px;background:rgba(126,28,255,.07);border:1px solid rgba(175,86,255,.15);color:#a99db2;font-size:11px;line-height:1.55}.fcc-custom-builder__checkout-note strong{color:#d7a5ff}
@media(max-width:640px){.fcc-upload__drop{min-height:82px;padding:13px!important}.fcc-upload__action{display:none}.fcc-upload__icon{width:44px;height:44px;flex-basis:44px}.fcc-upload__preview{grid-template-columns:52px minmax(0,1fr) 34px}.fcc-upload__preview img{width:52px;height:52px}}


/* =========================================================
   FCCROCS V5 — multi-visuels + quantité noir/violet mobile
   ========================================================= */
.fcc-upload--multi .fcc-upload__inputs{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.fcc-upload--multi .fcc-upload__drop{width:100%!important;text-align:left!important;font:inherit!important;color:inherit!important}
.fcc-upload__gallery{display:grid;grid-template-columns:1fr;gap:9px}.fcc-upload__gallery[hidden]{display:none!important}
.fcc-upload__preview--multi{display:grid!important;grid-template-columns:64px minmax(0,1fr) 38px!important;align-items:center!important;gap:12px!important;padding:10px!important;border-radius:16px!important;background:linear-gradient(145deg,#0b0810,#120b19)!important;border:1px solid rgba(171,73,255,.30)!important;box-shadow:0 8px 24px rgba(0,0,0,.18)!important}
.fcc-upload__preview-media{position:relative;width:64px;height:64px;border-radius:13px;overflow:hidden;border:1px solid rgba(209,142,255,.22);background:#120b19}.fcc-upload__preview-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border:0!important;border-radius:0!important}.fcc-upload__preview-media span{position:absolute;left:4px;bottom:4px;padding:4px 6px;border-radius:999px;background:rgba(7,4,10,.84);border:1px solid rgba(205,135,255,.30);color:#e7c0ff;font-size:7px;font-weight:950;letter-spacing:.08em}
.fcc-upload__preview-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.fcc-upload__preview-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important;font-size:12px}.fcc-upload__preview-copy small{color:#8f8298!important;font-size:10px;line-height:1.35}.fcc-upload__preview--multi>button{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border:0!important;border-radius:11px!important;background:rgba(255,255,255,.055)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:22px!important;cursor:pointer!important}.fcc-upload__preview--multi>button:active{transform:scale(.94)}
.fcc-upload__counter{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border-radius:13px;background:rgba(139,44,255,.07);border:1px solid rgba(181,91,255,.14);color:#9f92a8;font-size:10px}.fcc-upload__counter b{color:#fff;font-size:13px}.fcc-upload__counter strong{color:#d59aff;font-size:10px;letter-spacing:.03em}
.fcc-auto-qty-note{display:block!important;margin-top:9px!important;max-width:360px;color:#96899f!important;font-size:10px!important;line-height:1.45!important}

/* Le bloc quantité ne doit plus devenir blanc sur iPhone/Safari. */
.fc-product .fc-quantity,
.fc-product__info .fc-quantity,
.fc-product form .fc-quantity{background:linear-gradient(145deg,#160c20 0%,#09060d 100%)!important;border:1px solid rgba(184,82,255,.42)!important;box-shadow:0 10px 30px rgba(0,0,0,.28),0 0 22px rgba(142,38,255,.08)!important;overflow:hidden!important}
.fc-product .fc-quantity button,
.fc-product__info .fc-quantity button,
.fc-product form .fc-quantity button{background:linear-gradient(180deg,rgba(148,45,255,.30),rgba(106,25,183,.20))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:0!important;opacity:1!important;font-weight:950!important;text-shadow:0 0 12px rgba(255,255,255,.20)!important}
.fc-product .fc-quantity button:hover,
.fc-product .fc-quantity button:active{background:linear-gradient(180deg,rgba(177,62,255,.46),rgba(114,27,194,.32))!important}
.fc-product .fc-quantity button:disabled{opacity:.35!important;cursor:not-allowed!important}
.fc-product .fc-quantity input,
.fc-product__info .fc-quantity input,
.fc-product form .fc-quantity input{background:#0b0710!important;color:#fff!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important;opacity:1!important;border-left:1px solid rgba(189,91,255,.14)!important;border-right:1px solid rgba(189,91,255,.14)!important;font-size:16px!important;font-weight:950!important}
.fc-product .fc-quantity input[readonly]{cursor:default!important}
.fc-product .fc-quantity:focus-within{border-color:rgba(205,112,255,.70)!important;box-shadow:0 0 0 3px rgba(151,45,255,.13),0 12px 32px rgba(0,0,0,.30)!important}

@media(max-width:640px){
  .fcc-upload__preview--multi{grid-template-columns:58px minmax(0,1fr) 36px!important}.fcc-upload__preview-media{width:58px;height:58px}.fcc-upload__counter{align-items:flex-start;flex-direction:column;gap:4px}
  .fc-product .fc-quantity,.fc-product__info .fc-quantity{width:156px!important;height:54px!important;grid-template-columns:48px 60px 48px!important}
}

/* FCCROCS V6 — champ unique d’instructions pour le pin personnalisé */
.fcc-instructions-wrap label span{color:#8f8398;font-size:.82em;font-weight:700}.fcc-instructions{width:100%;min-height:128px!important;padding:14px 16px!important;resize:vertical;line-height:1.55;font-family:inherit}.fcc-instructions-help{display:block!important;margin-top:2px;padding:11px 13px;border-radius:13px;background:rgba(139,44,255,.06);border:1px solid rgba(180,91,255,.13);color:#9f93a8!important;font-size:10.5px!important;line-height:1.55!important}.fcc-custom-builder__legal strong{display:block;margin-bottom:5px;color:#ead8f7;font-size:11.5px}
