/** Shopify CDN: Minification failed

Line 181:0 Unexpected "172"
Line 182:0 Expected identifier but found "173"
Line 183:0 Expected identifier but found "174"
Line 184:0 Expected identifier but found "175"
Line 185:0 Expected identifier but found "176"

**/
 /* =========================
   SYNALIN – HERO / UI
========================= */

.synalin-hero-right{
  position:absolute;
  left:1030px;
  top:80px;
  bottom:0;
  width:42vw;
  max-width:360px;
  z-index:6;
}

.synalin-chips{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin:10px 0 12px;
}

.synalin-chip{
  padding:8px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  font-size:13px;
  white-space:nowrap;
}

.synalin-card{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.75);
}

.synalin-kicker{
  margin:0 0 8px;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.8;
}

.synalin-title{
  margin:0;
  font-size:22px;
  line-height:1.15;
  font-weight:700;
}

.synalin-media{ margin-top:12px; }

/* Images : centralisé + cohérent */
.synalin-media img,
.featured-collections img,
.collection-list img,
.featured-collection img{
  display:block;
  width:100%;
  border-radius:18px;
}

.synalin-media img{
  aspect-ratio:16/10;
  object-fit:cover;
}

.br-desktop{ display:inline; }

/* Badges */
.badge--on-sale,
.badge--best-seller{
  background:#DEF49F !important;
  color:#1F2A1F !important;
}

.badge--on-sale{
  border-radius:8px;
  font-weight:700;
  font-size:10px;
}

/* Responsive */
@media (max-width:768px){
  .synalin-hero-right{
    position:relative;
    left:auto;
    top:auto;
    bottom:auto;
    width:100%;
    margin:24px auto 0;
  }
  .synalin-chips{ justify-content:center; }
  .br-desktop{ display:none; }
}

/* =========================
   TYPO
========================= */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.collection-banner h1,
.collection-banner .collection-hero__title,
.collection__title{
  font-family:"IvyPrestoDisplay-Light", serif !important;
}

button,.button,.btn,
input[type="submit"],
a.button{
  font-family:"Roboto Mono", monospace !important;
  text-transform:uppercase !important;
}

[class*="gfa-content__button"] {
  font-family: "Roboto Mono", monospace !important;
}

.titre-synergie{font-family:'Ivy Presto',serif;color:#344846;font-size:clamp(22px,5vw,38px);line-height:1.2;font-weight:400;text-align:center}

/* === Hero overlay mobile === */
@media(max-width:749px){
  .image-with-text-overlay{display:flex !important;flex-direction:column}
  .image-with-text-overlay__media{order:1;height:250px}
  .image-with-text-overlay__content{order:2;position:static !important;transform:none !important}
  .image-with-text-overlay__box{background:#fff !important;margin:0 !important;max-width:100% !important;padding:18px 16px}
}

/* === Product cards === */
.product-card{--b:#d7e1c7;background:var(--b);border-radius:22px;padding:22px 18px;overflow:hidden}
.product-card:nth-child(3n+2){--b:#f0e6e1}
.product-card:nth-child(3n){--b:#f7c0b1}
.product-card .card-wrapper{background:transparent}
.product-card .card__content{text-align:center;padding-top:14px}
@media(max-width:749px){.product-card{padding:18px 14px;border-radius:18px}}

/* === Text with icons images === */
#shopify-section-template--28419383984467__text_with_icons_3njPj7 .text-with-icons img {
  width:220px;
  height:220px;
  object-fit:contain;
  margin-top:-70px
}
/* === Boutons globaux === */
.button{font-family:"Roboto Mono",monospace !important;text-transform:uppercase !important;border-radius:10px !important;letter-spacing:.08em}
button{font-family:"Roboto Mono",monospace !important;text-transform:uppercase !important;border-radius:10px !important;letter-spacing:.08em}

/* === Rich text spacing === */
.rich-text{margin-bottom:40px !important}
.rich-text .v-stack{margin-top:40px !important}

@media (max-width: 749px) {
  .rich-text h2,
  .rich-text h3 {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

/* === Bandeau cookies Shopify natif === */
.shopify-pc__banner_dialog #shopify-pc__banner__body-title {
  font-size: 18px !important;
  margin: 0 0 8px 0 !important;
}

.shopify-pc__banner_dialog .shopify-pc__banner__body p {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

172   .shopify-pc__banner_dialog {
173     max-width: 380px !important;
174     padding: 16px !important;
175     background: red !important;
176   }