/** Shopify CDN: Minification failed

Line 521:0 All "@import" rules must come first

**/
/* ============================================================
   BOUTIQUE WIPIX — styles
   ============================================================ */
@font-face {
  font-family: 'Wipix';
  src: url('https://wipix-slot-cron.wipixmvf.workers.dev/shop-photo/fonts%2Ftypo-wipix.otf') format('opentype');
  font-weight: normal;
  font-display: swap;
}

:root {
  --creme: #FBF8F3;
  --corail: #EB5863;
  --marine: #345875;
  --jaune: #FBBC55;
  --ciel: #A2D6DC;
  --white: #FFFFFF;

  --corail-soft: #FDEAEB;
  --jaune-soft: #FEF3DE;
  --ciel-soft: #EAF6F8;
  --marine-soft: #E4EBF0;

  /* tweakable */
  --accent: var(--corail);
  --accent-ink: #ffffff;
  --radius: 24px;
  --radius-lg: 36px;
  --radius-pill: 999px;
  --grid-min: 230px;
  --title-font: 'Wipix', 'Nunito', sans-serif;
  --confetti: 1;

  --ink: #2b3d4d;
  --shadow-sm: 0 4px 16px rgba(52, 88, 117, 0.08);
  --shadow-md: 0 14px 40px rgba(52, 88, 117, 0.12);
  --shadow-lg: 0 30px 70px rgba(52, 88, 117, 0.16);
  --maxw: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--creme);
  color: var(--ink);
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.title {
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--marine);
  line-height: 1.02;
  letter-spacing: .5px;
}
.title-font-nunito .title { letter-spacing: -0.5px; font-weight: 800; line-height: 1.05; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: 13px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ''; width: 22px; height: 3px; border-radius: 3px; background: var(--jaune); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 16px;
  padding: 15px 28px; border-radius: var(--radius-pill);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 10px 24px -8px var(--accent); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -8px var(--accent); }
.btn-ghost { background: var(--white); color: var(--marine); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 34px; font-size: 18px; }

/* ============================================================
   PROMO BAR
   ============================================================ */
.promo {
  background: var(--marine); color: #eaf2f7;
  font-weight: 700; font-size: 14px; letter-spacing: .3px;
  text-align: center; padding: 9px 16px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.promo .star { color: var(--jaune); }

/* ============================================================
   HEADER — recherche centrée + barre de catégories
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 40;
  padding: 14px 0 8px;
  background: linear-gradient(180deg, rgba(253,241,228,.96) 55%, rgba(253,241,228,0));
}
.header-inner {
  background: rgba(255,255,255,.94); backdrop-filter: blur(14px);
  border-radius: 30px; box-shadow: var(--shadow-md); padding: 14px 22px 12px;
}
.header-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; justify-self: start; }
.brand img { height: 62px; width: auto; }

.search {
  display: flex; align-items: center; gap: 10px; justify-self: stretch;
  width: 100%; background: var(--creme); border-radius: var(--radius-pill);
  padding: 14px 22px; color: #9aa6af; transition: box-shadow .15s;
}
.search:focus-within { box-shadow: 0 0 0 3px color-mix(in srgb, var(--jaune) 45%, transparent); }
.search input { border: none; outline: none; background: none; font-family: inherit; font-weight: 700; font-size: 14.5px; color: var(--marine); width: 100%; }
.search input::placeholder { color: #9aa6af; font-weight: 600; }

.cart-btn {
  position: relative; width: 50px; height: 50px; border-radius: 50%; flex: none; justify-self: end;
  background: linear-gradient(150deg, var(--jaune), #f3a838); color: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 20px -8px var(--jaune); transition: transform .15s;
}
.cart-btn:hover { transform: translateY(-2px) scale(1.04); }
.cart-count {
  position: absolute; top: -3px; right: -3px; min-width: 22px; height: 22px; padding: 0 5px;
  background: var(--corail); color: #fff; border-radius: 999px;
  font-size: 12px; font-weight: 900; display: grid; place-items: center; border: 2px solid #fff; transition: transform .2s;
}
.cart-count.bump { animation: bump .4s; }
@keyframes bump { 0%{transform:scale(1)} 40%{transform:scale(1.4)} 100%{transform:scale(1)} }

.cat-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.cat-link {
  font-weight: 800; font-size: 14.5px; color: var(--marine);
  padding: 9px 16px; border-radius: var(--radius-pill); white-space: nowrap; transition: background .15s, color .15s;
}
.cat-link:hover { background: var(--marine-soft); color: var(--corail); }
.cat-link.active { background: var(--accent); color: var(--accent-ink); box-shadow: 0 8px 16px -8px var(--accent); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 40px 0 56px; overflow: hidden;
  background:
    radial-gradient(95% 70% at 88% 8%, #FBE0BE 0%, rgba(253,241,228,0) 55%),
    radial-gradient(80% 60% at 8% 0%, #FCEFE0 0%, rgba(251,248,243,0) 60%),
    var(--creme);
}
.hero-glow { position: absolute; right: -10%; top: 4%; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(251,188,85,.28), rgba(251,188,85,0) 65%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: center; position: relative; }

.pin-badge { position: relative; display: inline-block; margin-bottom: 26px; }
.pin-badge .pin { position: absolute; left: 22px; top: -13px; width: 16px; height: 16px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ff8088, var(--corail)); box-shadow: 0 4px 8px rgba(235,88,99,.4); z-index: 2; }
.pin-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; box-shadow: var(--shadow-md);
  border-radius: var(--radius-pill); padding: 11px 20px; font-weight: 800; font-size: 14.5px; color: var(--marine); }
.pin-pill .pstar { color: var(--jaune); }

.hero-title { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.hero-title .l1, .hero-title .l2 { font-size: clamp(46px, 6.6vw, 92px); line-height: .92; }
.hero-title .l2 { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.hero-title .pop { color: var(--corail); position: relative; }
.hero-title .ul::after { content: ''; position: absolute; left: -2%; right: -4%; bottom: 4%; height: 14px; border-radius: 999px;
  background: linear-gradient(90deg, var(--jaune), #f7c978); z-index: -1; }
.hero-title .script {
  font-family: 'Sriracha', 'Caveat', cursive; color: var(--corail);
  font-size: clamp(30px, 4.2vw, 60px); line-height: 1; margin: 2px 0 0 6px; transform: rotate(-3deg); transform-origin: left;
}
.hero .lead { font-size: 19px; color: #5a6b78; max-width: 40ch; margin: 26px 0 0; font-weight: 600; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-stats { display: flex; gap: 30px; margin-top: 36px; }
.hero-stats .s b { font-family: var(--title-font); color: var(--marine); font-size: 30px; display: block; line-height: 1; }
.title-font-nunito .hero-stats .s b { font-weight: 900; }
.hero-stats .s span { font-size: 13.5px; font-weight: 700; color: #7d8b96; }

.btn-navy { background: var(--marine); color: #fff; box-shadow: 0 12px 26px -10px var(--marine); }
.btn-navy:hover { transform: translateY(-2px); box-shadow: 0 18px 32px -10px var(--marine); }

/* hero card collage */
.hero-visual { position: relative; min-height: 480px; }
.hv-star1 { position: absolute; top: 8%; right: 6%; }
.hv-star2 { position: absolute; bottom: 14%; left: 2%; }
.hcard { position: absolute; width: 220px; background: #fff; border-radius: 26px; box-shadow: var(--shadow-lg);
  padding: 12px; transform: rotate(var(--rot)); transition: transform .3s; }
.hcard:hover { transform: rotate(0deg) scale(1.03); z-index: 5; }
.hcard-media { border-radius: 18px; aspect-ratio: 1/1; display: grid; place-items: center; }
.hcard-emoji { font-size: 78px; line-height: 1; filter: drop-shadow(0 8px 12px rgba(0,0,0,.16)); }
.hcard-body { padding: 12px 8px 6px; }
.hcard-body b { display: block; font-weight: 800; font-size: 15px; color: var(--marine); }
.hcard-foot { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.hcard-price { font-family: var(--title-font); color: var(--corail); font-size: 22px; }
.title-font-nunito .hcard-price { font-weight: 900; }
.hcard-tag { font-size: 11.5px; font-weight: 800; color: var(--marine); background: var(--jaune-soft); padding: 4px 9px; border-radius: 999px; }
.hcard-size { width: 26px; height: 26px; border-radius: 50%; background: var(--marine); color: #fff; font-size: 12px; font-weight: 900; display: grid; place-items: center; }
.hc-a { top: 2%; right: 16%; z-index: 2; }
.hc-b { bottom: 4%; left: 2%; z-index: 3; }
.hc-c { bottom: 10%; right: 4%; z-index: 4; }

.deco { position: absolute; pointer-events: none; opacity: var(--confetti); transition: opacity .3s; z-index: 1; }

/* ============================================================
   CATEGORIES
   ============================================================ */
.section { padding: 64px 0; position: relative; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 46px); margin: 10px 0 0; }
.section-head p { margin: 6px 0 0; color: #6c7b87; font-weight: 600; max-width: 46ch; }

.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cat {
  background: var(--white); border-radius: var(--radius); padding: 22px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; border: 2px solid transparent;
}
.cat:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.cat.active { border-color: var(--accent); }
.cat .ic { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; }
.cat .ic svg { width: 30px; height: 30px; }
.cat b { font-weight: 800; font-size: 15px; color: var(--marine); }
.cat span { font-size: 12.5px; color: #93a0aa; font-weight: 700; }

/* ============================================================
   PRODUCTS
   ============================================================ */
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.chip {
  padding: 10px 18px; border-radius: var(--radius-pill); font-weight: 800; font-size: 14.5px;
  background: var(--white); color: var(--marine); box-shadow: var(--shadow-sm);
  transition: transform .15s, background .15s, color .15s;
}
.chip:hover { transform: translateY(-2px); }
.chip.active { background: var(--accent); color: var(--accent-ink); }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--grid-min), 1fr)); gap: 22px; }
.card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s, box-shadow .18s; position: relative;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card-media { position: relative; aspect-ratio: 1/1; overflow: hidden; display: grid; place-items: center; }
.card-media image-slot { width: 100%; height: 100%; }
.card-emoji { font-size: 80px; line-height: 1; filter: drop-shadow(0 10px 14px rgba(52,88,117,.18)); transition: transform .25s; }
.card:hover .card-emoji { transform: scale(1.1) rotate(-4deg); }
.size-badge { position: absolute; bottom: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--marine); font-size: 13px; font-weight: 900; display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  padding: 6px 12px; border-radius: var(--radius-pill); font-weight: 800; font-size: 12px;
  color: #fff; box-shadow: 0 6px 14px rgba(0,0,0,.12); letter-spacing: .3px;
}
.fav {
  position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--corail); box-shadow: var(--shadow-sm);
  transition: transform .15s;
}
.fav:hover { transform: scale(1.12); }
.fav.on { background: var(--corail); color: #fff; }
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card-cat { font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--ciel); filter: saturate(1.4) brightness(.85); }
.card-name { font-weight: 800; font-size: 16.5px; color: var(--marine); line-height: 1.25; }
.card-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-family: var(--title-font); color: var(--accent); font-size: 24px; }
.title-font-nunito .price { font-weight: 900; }
.price small { font-size: 13px; color: #9aa6af; font-weight: 700; }
.add {
  width: 46px; height: 46px; border-radius: 14px; background: var(--accent); color: var(--accent-ink);
  display: grid; place-items: center; transition: transform .15s, filter .15s; flex: none;
  box-shadow: 0 8px 18px -8px var(--accent);
}
.add:hover { transform: translateY(-2px) scale(1.04); }
.add:active { transform: scale(.92); }

/* ============================================================
   THEME KITS
   ============================================================ */
.theme-band { background: var(--ciel-soft); }
.themes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.theme {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 220px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
  color: #fff; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
  isolation: isolate;
}
.theme:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.theme::after { content:''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.34)); }
.theme .tbg { position: absolute; inset: 0; z-index: -2; }
.theme-eyebrow { font-size: 11.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; opacity: .9; }
.theme h3 { font-family: var(--title-font); font-size: 27px; margin: 4px 0 8px; line-height: 1; }
.title-font-nunito .theme h3 { font-weight: 900; }
.theme .go { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; font-size: 14px; white-space: nowrap; }
.theme-motif { position: absolute; top: 14px; right: 16px; z-index: -1; font-family: 'Wipix'; font-size: 90px; opacity: .22; color: #fff; line-height: 1; }

/* ============================================================
   REASSURANCE
   ============================================================ */
.reassure { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rea {
  background: var(--white); border-radius: var(--radius); padding: 24px; display: flex; gap: 16px; align-items: flex-start;
  box-shadow: var(--shadow-sm);
}
.rea .ic { width: 50px; height: 50px; border-radius: 15px; flex: none; display: grid; place-items: center; background: var(--jaune-soft); color: var(--corail); }
.rea .ic svg { width: 26px; height: 26px; }
.rea b { display: block; color: var(--marine); font-weight: 800; font-size: 16px; }
.rea span { font-size: 13.5px; color: #7d8b96; font-weight: 600; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.news {
  background: var(--accent); color: var(--accent-ink); border-radius: var(--radius-lg);
  padding: 46px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center;
  position: relative; overflow: hidden;
}
.news h2 { font-family: var(--title-font); font-size: clamp(28px,3vw,42px); margin: 0; color: #fff; }
.title-font-nunito .news h2 { font-weight: 900; }
.news p { margin: 10px 0 0; font-weight: 600; opacity: .92; }
.news-form { display: flex; gap: 10px; background: #fff; padding: 8px; border-radius: var(--radius-pill); box-shadow: var(--shadow-md); }
.news-form input { flex: 1; border: none; outline: none; font-family: inherit; font-size: 16px; font-weight: 600; padding: 0 18px; color: var(--marine); background: transparent; }
.news-form input::placeholder { color: #9aa6af; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--marine); color: #cdd9e2; padding: 60px 0 28px; margin-top: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer .brand-name { color: #fff; }
.footer p.about { margin: 16px 0 18px; font-size: 14.5px; line-height: 1.6; color: #aebecb; max-width: 32ch; }
.footer h4 { color: #fff; font-weight: 800; font-size: 15px; margin: 0 0 16px; letter-spacing: .4px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: 14.5px; color: #aebecb; font-weight: 600; transition: color .15s; }
.footer ul a:hover { color: var(--jaune); }
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .15s, transform .15s; }
.socials a:hover { background: var(--corail); transform: translateY(-3px); }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #97a9b8; }
.pays { display: flex; gap: 8px; align-items: center; }
.pays span { background: rgba(255,255,255,.92); color: var(--marine); font-weight: 900; font-size: 11px; padding: 5px 9px; border-radius: 7px; letter-spacing: .5px; }

/* ============================================================
   CART DRAWER
   ============================================================ */
.overlay { position: fixed; inset: 0; background: rgba(35,55,72,.4); backdrop-filter: blur(3px); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .3s; }
.overlay.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; z-index: 100;
  background: var(--creme); box-shadow: -20px 0 60px rgba(35,55,72,.2);
  transform: translateX(100%); transition: transform .34s cubic-bezier(.4,0,.1,1);
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 24px 24px 18px; display: flex; align-items: center; justify-content: space-between; }
.drawer-head h3 { font-family: var(--title-font); color: var(--marine); font-size: 28px; margin: 0; }
.title-font-nunito .drawer-head h3 { font-weight: 900; }
.drawer-close { width: 40px; height: 40px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-sm); display: grid; place-items: center; color: var(--marine); }
.drawer-close:hover { background: var(--corail-soft); }

.ship-bar { margin: 0 24px 14px; background: var(--white); border-radius: var(--radius); padding: 14px 16px; box-shadow: var(--shadow-sm); }
.ship-bar .msg { font-size: 13.5px; font-weight: 700; color: var(--marine); margin-bottom: 9px; }
.ship-bar .msg b { color: var(--corail); }
.ship-track { height: 9px; background: var(--marine-soft); border-radius: 999px; overflow: hidden; }
.ship-fill { height: 100%; background: linear-gradient(90deg, var(--jaune), var(--corail)); border-radius: 999px; transition: width .4s; }

.cart-items { flex: 1; overflow-y: auto; padding: 6px 24px; display: flex; flex-direction: column; gap: 12px; }
.cart-item { background: var(--white); border-radius: var(--radius); padding: 12px; display: flex; gap: 12px; box-shadow: var(--shadow-sm); }
.cart-item .thumb { width: 70px; height: 70px; border-radius: 14px; flex: none; display: grid; place-items: center; font-family: 'Wipix'; color: #fff; font-size: 26px; }
.cart-item .ci-body { flex: 1; min-width: 0; }
.cart-item .ci-name { font-weight: 800; font-size: 14.5px; color: var(--marine); line-height: 1.2; }
.cart-item .ci-price { color: var(--accent); font-weight: 800; font-size: 15px; margin-top: 2px; }
.qty { display: inline-flex; align-items: center; gap: 0; margin-top: 8px; background: var(--creme); border-radius: 999px; padding: 3px; }
.qty button { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: var(--marine); font-weight: 900; background: #fff; box-shadow: var(--shadow-sm); }
.qty span { min-width: 28px; text-align: center; font-weight: 800; font-size: 14px; color: var(--marine); }
.ci-remove { align-self: flex-start; color: #b9c4cd; font-size: 12px; font-weight: 800; }
.ci-remove:hover { color: var(--corail); }

.cart-empty { flex: 1; display: grid; place-items: center; text-align: center; padding: 30px; }
.cart-empty .emoji { font-family: 'Wipix'; font-size: 64px; color: var(--ciel); }
.cart-empty p { color: #8b98a3; font-weight: 700; margin: 14px 0 0; }

.cart-foot { padding: 18px 24px 24px; border-top: 1px solid rgba(52,88,117,.08); background: var(--white); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.cart-total span { font-weight: 700; color: #6c7b87; }
.cart-total b { font-family: var(--title-font); color: var(--marine); font-size: 32px; }
.title-font-nunito .cart-total b { font-weight: 900; }

/* fly to cart */
.fly { position: fixed; z-index: 200; width: 56px; height: 56px; border-radius: 14px; pointer-events: none; box-shadow: var(--shadow-md); transition: all .7s cubic-bezier(.5,-0.3,.7,1); }

.clickable { cursor: pointer; }

/* ============================================================
   PRODUCT PAGE (overlay)
   ============================================================ */
.pp-overlay {
  position: fixed; inset: 0; z-index: 110; background: rgba(35,55,72,.46); backdrop-filter: blur(4px);
  display: flex; align-items: flex-start; justify-content: center; padding: 40px 20px; overflow-y: auto;
  animation: ppfade .25s ease;
}
@keyframes ppfade { from { opacity: 0; } }
.pp-modal {
  position: relative; width: min(1000px, 100%); background: var(--white);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
  animation: pprise .3s cubic-bezier(.3,.7,.3,1);
}
@keyframes pprise { from { transform: translateY(24px) scale(.98); opacity: 0; } }
.pp-close {
  position: absolute; top: 18px; right: 18px; z-index: 5; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); display: grid; place-items: center; color: var(--marine);
}
.pp-close:hover { background: var(--corail-soft); transform: rotate(90deg); transition: transform .2s; }

.pp-grid { display: grid; grid-template-columns: 1fr 1fr; }
.pp-media { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; min-height: 460px; }
.pp-media .badge { top: 22px; left: 22px; }
.pp-emoji { font-size: 150px; line-height: 1; filter: drop-shadow(0 16px 22px rgba(52,88,117,.22)); }
.pp-thumbs { display: flex; gap: 12px; margin-top: 38px; }
.pp-thumb { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; font-size: 30px; box-shadow: var(--shadow-sm); cursor: pointer; border: 2px solid transparent; }
.pp-thumb.on { border-color: var(--accent); }

.pp-info { padding: 46px 46px 40px; display: flex; flex-direction: column; }
.pp-name { font-size: clamp(26px, 3vw, 38px); margin: 6px 0 12px; }
.pp-stars { font-size: 15px; color: var(--jaune); letter-spacing: 2px; display: inline-flex; align-items: center; gap: 8px; }
.pp-stars b { color: var(--marine); font-size: 14px; letter-spacing: 0; }
.pp-stars span { color: #93a0aa; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.pp-price { font-family: var(--title-font); color: var(--accent); font-size: 38px; margin: 16px 0 0; display: flex; align-items: center; gap: 12px; }
.title-font-nunito .pp-price { font-weight: 900; }
.pp-price small { font-size: 18px; color: #9aa6af; font-weight: 700; }
.pp-promo { background: var(--corail); color: #fff; font-family: 'Nunito'; font-weight: 900; font-size: 14px; padding: 4px 11px; border-radius: 999px; }
.pp-desc { color: #5a6b78; font-weight: 600; font-size: 16px; margin: 16px 0 0; }

.pp-specs { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 1px; background: var(--marine-soft); border-radius: 16px; overflow: hidden; }
.pp-specs li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 16px; background: var(--creme); font-size: 14.5px; }
.pp-specs li span { color: #7d8b96; font-weight: 700; }
.pp-specs li b { color: var(--marine); font-weight: 800; white-space: nowrap; text-align: right; }

.pp-buy { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.pp-qty { display: inline-flex; align-items: center; gap: 4px; background: var(--creme); border-radius: var(--radius-pill); padding: 6px; }
.pp-qty button { width: 38px; height: 38px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; color: var(--marine); }
.pp-qty button:hover { color: var(--corail); }
.pp-qty span { min-width: 36px; text-align: center; font-weight: 900; font-size: 17px; color: var(--marine); }
.pp-add { flex: 1; }
.pp-fav { width: 52px; height: 52px; border-radius: 16px; background: var(--creme); color: var(--corail); display: grid; place-items: center; flex: none; transition: transform .15s; }
.pp-fav:hover { transform: scale(1.05); }
.pp-fav.on { background: var(--corail); color: #fff; }

.pp-reass { display: flex; flex-direction: column; gap: 9px; margin-top: 22px; }
.pp-reass span { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: #5a6b78; white-space: nowrap; }
.pp-reass svg { color: var(--accent); flex: none; }

.pp-related { padding: 8px 46px 40px; }
.pp-related h3 { font-family: var(--title-font); color: var(--marine); font-size: 24px; margin: 0 0 18px; }
.title-font-nunito .pp-related h3 { font-weight: 900; }
.pp-minis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pp-mini { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; text-align: left; background: var(--creme); border-radius: 18px; padding: 12px; transition: transform .15s, box-shadow .15s; }
.pp-mini:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pp-mini-media { width: 100%; aspect-ratio: 1/1; border-radius: 12px; display: grid; place-items: center; font-size: 44px; }
.pp-mini-name { font-weight: 800; font-size: 13.5px; color: var(--marine); line-height: 1.2; }
.pp-mini-price { font-weight: 900; color: var(--corail); font-size: 15px; }

@media (max-width: 760px) {
  .pp-grid { grid-template-columns: 1fr; }
  .pp-media { min-height: 320px; padding: 30px; }
  .pp-emoji { font-size: 110px; }
  .pp-info { padding: 28px 24px; }
  .pp-related { padding: 0 24px 32px; }
  .pp-minis { grid-template-columns: 1fr; }
  .pp-mini { flex-direction: row; align-items: center; }
  .pp-mini-media { width: 60px; aspect-ratio: 1/1; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .cats { grid-template-columns: repeat(3, 1fr); }
  .themes { grid-template-columns: repeat(2, 1fr); }
  .reassure { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 880px) {
  .cat-link { padding: 9px 13px; font-size: 14px; }
}
@media (max-width: 760px) {
  .header-top { position: relative; grid-template-columns: 1fr; justify-items: center; gap: 12px; }
  .brand { justify-self: center; }
  .search { width: 100%; justify-self: stretch; }
  .cart-btn { position: absolute; top: 0; right: 0; width: 44px; height: 44px; }
  .cat-bar {
    flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start;
    margin: 12px -22px 0; padding: 2px 22px 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .cat-bar::-webkit-scrollbar { display: none; }
  .cat-link { flex: 0 0 auto; background: var(--creme); }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-visual { order: -1; min-height: 380px; margin-bottom: 10px; }
  .hcard { width: 180px; }
  .news { grid-template-columns: 1fr; padding: 32px; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 46px 0; }
}
/* === Wipix theme overrides === */

/* === Wipix Shopify additions === */
html, body { margin: 0; padding: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; background: #345875; color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 9999; }
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700&family=Sriracha&display=swap');
