
:root{
  --cm-violet:#5B2D8E;
  --cm-violet-light:#7B4DB8;
  --cm-violet-dark:#271144;
  --cm-green:#7AC143;
  --cm-green-dark:#579B2B;
  --cm-red:#E63946;
  --cm-yellow:#FFD166;
  --cm-cream:#FDF8FF;
  --cm-soft:#F4F0FA;
  --cm-ink:#170927;
  --cm-text:#4A3264;
  --cm-white:#fff;
  --cm-gradient:linear-gradient(135deg,#5B2D8E,#7B4DB8);
  --cm-gradient-green:linear-gradient(135deg,#7AC143,#579B2B);
}

*{box-sizing:border-box}
body.coolme-premium-body{
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--cm-white);
  color:var(--cm-ink);
  overflow-x:hidden;
}
body.coolme-premium-body a{color:inherit}
.coolme-header{
  position:sticky;top:0;z-index:99;
  background:rgba(39,17,68,.95);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(122,193,67,.22);
}
.coolme-header-inner{
  max-width:1240px;margin:auto;padding:13px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:22px;
}
.coolme-logo,.custom-logo-link{
  display:flex;align-items:center;gap:10px;text-decoration:none;white-space:nowrap;
}
.custom-logo{max-height:54px;width:auto}
.coolme-logo-mark{
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--cm-green);background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 2px rgba(122,193,67,.35);
}
.coolme-logo-text{font-weight:800;font-size:1.25rem;color:var(--cm-green);letter-spacing:-.04em}
.coolme-logo-text span{color:#fff;font-weight:400}
.coolme-nav{display:flex;align-items:center;gap:22px}
.coolme-nav a,.coolme-wp-menu a{
  color:rgba(255,255,255,.72);font-size:.76rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:.25s;
}
.coolme-nav a:hover,.coolme-wp-menu a:hover{color:#fff}
.coolme-wp-menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.coolme-header-actions{display:flex;align-items:center;gap:10px}
.coolme-cart-link,.coolme-order-link{
  border-radius:999px;text-decoration:none;font-size:.78rem;font-weight:800;
  padding:10px 17px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;
}
.coolme-cart-link{border:1px solid rgba(255,255,255,.16);color:#fff;background:rgba(255,255,255,.05)}
.coolme-cart-count{background:var(--cm-green);color:#fff;border-radius:999px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem}
.coolme-order-link{background:var(--cm-gradient-green);color:#fff;box-shadow:0 8px 22px rgba(122,193,67,.32)}
.coolme-menu-toggle{display:none;background:transparent;color:#fff;border:0;font-size:1.5rem}

.coolme-page{background:var(--cm-white)}
.coolme-hero{
  min-height:92vh;position:relative;overflow:hidden;
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:28px;
  padding:120px max(24px,calc((100vw - 1240px)/2)) 76px;
}
.coolme-hero-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 78% 32%,rgba(122,193,67,.22),transparent 28%),
    linear-gradient(112deg,rgba(39,17,68,.97) 0%,rgba(91,45,142,.92) 46%,rgba(91,45,142,.65) 100%),
    url("https://images.unsplash.com/photo-1464965911861-746a04b4bca6?w=1800&q=80") center/cover;
}
.coolme-hero-content,.coolme-hero-visual{position:relative;z-index:1}
.coolme-kicker,.coolme-tag{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--cm-green);font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:.68rem;
}
.coolme-kicker{padding:8px 16px;background:rgba(122,193,67,.13);border:1px solid rgba(122,193,67,.32);border-radius:999px;margin-bottom:22px}
.coolme-hero h1{
  font-family:"Playfair Display",serif;color:#fff;font-size:clamp(3.2rem,7vw,6.4rem);
  line-height:.96;margin:0;letter-spacing:-.06em;
}
.coolme-hero h1 span{font-style:italic;color:var(--cm-yellow)}
.coolme-slogan{color:var(--cm-green);font-size:1.08rem;font-weight:900;margin:18px 0 0}
.coolme-lead{max-width:580px;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.8;margin:18px 0 0}
.coolme-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.coolme-btn{
  border-radius:999px;padding:15px 28px;text-decoration:none;font-size:.86rem;font-weight:900;display:inline-flex;align-items:center;justify-content:center;transition:.25s;border:0;
}
.coolme-btn:hover{transform:translateY(-3px)}
.coolme-btn-primary{background:var(--cm-gradient-green);color:#fff;box-shadow:0 14px 34px rgba(122,193,67,.32)}
.coolme-btn-ghost{color:#fff;border:1.5px solid rgba(255,255,255,.24);background:rgba(255,255,255,.04)}
.coolme-btn-ghost-dark{color:var(--cm-violet);border:1.5px solid rgba(91,45,142,.18);background:#fff}
.coolme-proof{
  margin-top:38px;display:grid;grid-template-columns:repeat(4,1fr);max-width:660px;
  border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.07);
}
.coolme-proof div{padding:18px 14px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}
.coolme-proof div:last-child{border-right:0}
.coolme-proof strong{display:block;color:var(--cm-green);font-size:1.22rem}
.coolme-proof span{display:block;color:rgba(255,255,255,.55);font-size:.68rem;margin-top:4px}
.coolme-proof-note{display:block;color:rgba(255,255,255,.42);margin-top:9px}
.coolme-hero-visual{min-height:520px;display:grid;place-items:center}
.coolme-fruit-orbit{
  width:min(430px,82vw);height:min(430px,82vw);border-radius:50%;
  display:grid;place-items:center;background:radial-gradient(circle,rgba(122,193,67,.18),rgba(255,255,255,.06) 58%,rgba(255,255,255,.02));
  border:1px solid rgba(122,193,67,.25);box-shadow:0 0 90px rgba(122,193,67,.13);
  animation:coolmeFloat 7s ease-in-out infinite;
}
.coolme-fruit-orbit span{position:absolute;font-size:5rem;filter:drop-shadow(0 16px 22px rgba(0,0,0,.25))}
.coolme-fruit-orbit span:nth-child(1){font-size:9rem}
.coolme-fruit-orbit span:nth-child(2){transform:translate(150px,-115px);font-size:4.4rem}
.coolme-fruit-orbit span:nth-child(3){transform:translate(-150px,105px);font-size:4rem}
.coolme-fruit-orbit span:nth-child(4){transform:translate(130px,130px);font-size:4.3rem}
.coolme-floating-card{
  position:absolute;background:#fff;border-radius:20px;padding:16px 18px;color:var(--cm-violet-dark);font-size:.78rem;box-shadow:0 18px 40px rgba(0,0,0,.18)
}
.coolme-floating-card b{color:var(--cm-green-dark);font-size:1rem}
.coolme-floating-card-one{left:4%;top:22%}
.coolme-floating-card-two{right:5%;bottom:24%}
@keyframes coolmeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}

.coolme-steps{
  max-width:1240px;margin:-34px auto 0;position:relative;z-index:4;
  background:#fff;border-radius:28px;box-shadow:0 16px 54px rgba(39,17,68,.14);
  display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(91,45,142,.08);
}
.coolme-steps div{padding:28px;border-right:1px solid rgba(91,45,142,.08)}
.coolme-steps div:last-child{border-right:0}
.coolme-steps span{display:block;font-size:.72rem;color:var(--cm-green);font-weight:900;letter-spacing:.16em}
.coolme-steps strong{display:block;margin-top:8px;color:var(--cm-violet);font-family:"Playfair Display",serif;font-size:1.25rem}
.coolme-steps p{margin:8px 0 0;color:var(--cm-text);line-height:1.55;font-size:.84rem}

.coolme-section{
  max-width:1240px;margin:auto;padding:105px 24px;
}
.coolme-story{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}
.coolme-image-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 20px 60px rgba(39,17,68,.12)}
.coolme-image-card img{width:100%;height:520px;object-fit:cover;display:block}
.coolme-image-card span{position:absolute;left:22px;bottom:22px;background:rgba(255,255,255,.92);border-radius:18px;padding:14px 18px;color:var(--cm-violet);font-weight:900}
.coolme-section-text h2,.coolme-section-head h2,.coolme-pro h2,.coolme-service h2{
  font-family:"Playfair Display",serif;color:var(--cm-ink);font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.04em;margin:12px 0 0;
}
.coolme-section-text p,.coolme-section-head p,.coolme-pro p,.coolme-service p{
  color:var(--cm-text);line-height:1.78;font-size:.98rem
}
.coolme-signature{margin-top:22px;border-left:4px solid var(--cm-green);padding-left:18px}
.coolme-signature strong{display:block;color:var(--cm-violet);font-size:1.3rem}
.coolme-signature span{color:var(--cm-text);font-style:italic}

.coolme-values{max-width:none;background:var(--cm-violet-dark);padding-left:max(24px,calc((100vw - 1240px)/2));padding-right:max(24px,calc((100vw - 1240px)/2))}
.coolme-values .coolme-section-head h2{color:#fff}
.coolme-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.coolme-values-grid article,.coolme-pro-cards article,.coolme-recipes-grid article{
  border-radius:24px;padding:28px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06)
}
.coolme-values-grid span,.coolme-pro-cards span,.coolme-recipes-grid span{font-size:2rem}
.coolme-values-grid h3,.coolme-pro-cards h3,.coolme-recipes-grid h3{font-size:1rem;color:var(--cm-green);margin:16px 0 8px}
.coolme-values-grid p,.coolme-pro-cards p{color:rgba(255,255,255,.58);line-height:1.65;font-size:.84rem}

.coolme-products{max-width:none;background:var(--cm-soft);padding-left:max(24px,calc((100vw - 1240px)/2));padding-right:max(24px,calc((100vw - 1240px)/2))}
.coolme-products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.coolme-tabs{display:flex;gap:10px;flex-shrink:0}
.coolme-tab{border:1px solid rgba(91,45,142,.15);border-radius:14px;padding:12px 22px;background:#fff;color:var(--cm-violet);font-weight:900;cursor:pointer}
.coolme-tab.active{background:var(--cm-gradient);color:#fff}
.coolme-tab-panel{display:none;margin-top:34px}
.coolme-tab-panel.active{display:block}
.coolme-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.coolme-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 8px 28px rgba(39,17,68,.08);border:1px solid rgba(91,45,142,.08);transition:.3s}
.coolme-card:hover{transform:translateY(-8px);box-shadow:0 18px 44px rgba(39,17,68,.13)}
.coolme-card-media{position:relative;display:block;height:230px;overflow:hidden;text-decoration:none}
.coolme-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}
.coolme-card:hover .coolme-card-media img{transform:scale(1.06)}
.coolme-card-badge{position:absolute;top:14px;left:14px;z-index:1;background:var(--cm-gradient-green);color:#fff;font-size:.68rem;font-weight:900;border-radius:999px;padding:7px 12px}
.coolme-card-body{padding:22px}
.coolme-card-meta{display:flex;justify-content:space-between;gap:8px;color:rgba(91,45,142,.5);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.coolme-card h3{font-family:"Playfair Display",serif;font-size:1.25rem;line-height:1.16;margin:10px 0 0}
.coolme-card h3 a{text-decoration:none;color:var(--cm-ink)}
.coolme-card p{color:var(--cm-text);line-height:1.6;font-size:.82rem;min-height:58px}
.coolme-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid rgba(91,45,142,.08)}
.coolme-price{color:var(--cm-violet);font-weight:900;font-size:.95rem}
.coolme-product-btn{background:var(--cm-gradient-green);color:#fff!important;border-radius:999px;padding:10px 15px;text-decoration:none;font-size:.7rem;font-weight:900;white-space:nowrap}.coolme-product-btn.is-disabled{opacity:.72;cursor:not-allowed;pointer-events:none}
.coolme-empty-products{padding:30px;background:#fff;border:1px dashed rgba(91,45,142,.22);border-radius:22px;color:var(--cm-text)}
.coolme-products-actions{display:flex;justify-content:center;gap:14px;margin-top:34px;flex-wrap:wrap}

.coolme-pro{
  max-width:none;background:linear-gradient(135deg,var(--cm-violet-dark),var(--cm-violet));
  padding-left:max(24px,calc((100vw - 1240px)/2));padding-right:max(24px,calc((100vw - 1240px)/2));
  display:grid;grid-template-columns:1fr 1.5fr;gap:70px;align-items:center
}
.coolme-pro h2{color:#fff}
.coolme-pro p{color:rgba(255,255,255,.7)}
.coolme-pro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

.coolme-quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}
.coolme-quality-grid article{border:1px solid rgba(91,45,142,.1);background:var(--cm-soft);border-radius:24px;padding:28px;text-align:center}
.coolme-quality-grid strong{display:block;color:var(--cm-violet);font-size:1.1rem}
.coolme-quality-grid span{display:block;color:var(--cm-text);margin-top:8px;font-size:.84rem}

.coolme-recipes{background:#fff}
.coolme-recipes .coolme-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.coolme-recipes .coolme-section-head a{font-weight:900;color:var(--cm-violet);text-decoration:none;border-bottom:3px solid var(--cm-green)}
.coolme-recipes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.coolme-recipes-grid article{background:var(--cm-soft);border-color:rgba(91,45,142,.08)}
.coolme-recipes-grid h3{color:var(--cm-violet)}
.coolme-recipes-grid p{color:var(--cm-text);line-height:1.65;font-size:.86rem}

.coolme-service{
  margin:0 auto 90px;max-width:1240px;border-radius:34px;
  background:var(--cm-soft);border:1px solid rgba(91,45,142,.09);padding:44px;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.coolme-service h2{font-size:2rem}
.coolme-service p{margin:10px 0 0;max-width:700px}

.coolme-footer{background:var(--cm-ink);color:#fff;padding:76px 24px 34px}
.coolme-footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
.coolme-footer p{color:rgba(255,255,255,.45);line-height:1.7;max-width:360px}
.coolme-footer-slogan{font-family:"Playfair Display",serif;font-style:italic}
.coolme-footer h3{color:var(--cm-green);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em}
.coolme-footer a,.coolme-footer span{display:block;color:rgba(255,255,255,.55);text-decoration:none;margin:9px 0;font-size:.86rem}
.coolme-footer a:hover{color:var(--cm-green)}
.coolme-footer-bottom{max-width:1240px;margin:44px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:rgba(255,255,255,.35);font-size:.78rem;gap:20px}

.coolme-default-page{max-width:1120px;margin:auto;padding:80px 24px}
.coolme-default-article,.coolme-loop-card{background:#fff;border:1px solid rgba(91,45,142,.08);border-radius:24px;padding:32px;box-shadow:0 8px 28px rgba(39,17,68,.06)}
.coolme-default-article h1{font-family:"Playfair Display",serif;color:var(--cm-violet);font-size:3rem}
.coolme-loop{display:grid;gap:20px}
.coolme-loop-card h2 a{text-decoration:none;color:var(--cm-violet)}

.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button{
  background:var(--cm-gradient-green)!important;color:#fff!important;border-radius:999px!important;font-weight:900!important
}
.woocommerce div.product .product_title{font-family:"Playfair Display",serif;color:var(--cm-violet-dark)}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--cm-violet)!important;font-weight:900}

@media (max-width:1100px){
  .coolme-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--cm-violet-dark);padding:18px 24px;flex-direction:column;align-items:flex-start}
  .coolme-nav.open{display:flex}
  .coolme-menu-toggle{display:block}
  .coolme-hero{grid-template-columns:1fr;padding-top:95px}
  .coolme-hero-visual{min-height:360px}
  .coolme-steps,.coolme-products-grid,.coolme-values-grid,.coolme-quality-grid{grid-template-columns:repeat(2,1fr)}
  .coolme-story,.coolme-pro{grid-template-columns:1fr}
  .coolme-pro-cards,.coolme-recipes-grid,.coolme-footer-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .coolme-header-inner{padding:12px 16px}
  .coolme-cart-link{display:none}
  .coolme-hero{min-height:auto;padding:88px 18px 54px}
  .coolme-hero h1{font-size:3.25rem}
  .coolme-proof,.coolme-steps,.coolme-products-grid,.coolme-values-grid,.coolme-quality-grid{grid-template-columns:1fr}
  .coolme-proof div,.coolme-steps div{border-right:0;border-bottom:1px solid rgba(91,45,142,.08)}
  .coolme-products-head,.coolme-recipes .coolme-section-head,.coolme-service{display:block}
  .coolme-tabs{margin-top:22px;flex-wrap:wrap}
  .coolme-section{padding:70px 18px}
  .coolme-image-card img{height:360px}
  .coolme-fruit-orbit{width:290px;height:290px}
  .coolme-fruit-orbit span:nth-child(1){font-size:6.5rem}
  .coolme-fruit-orbit span:nth-child(2){transform:translate(96px,-78px);font-size:3rem}
  .coolme-fruit-orbit span:nth-child(3){transform:translate(-94px,72px);font-size:2.8rem}
  .coolme-fruit-orbit span:nth-child(4){transform:translate(88px,88px);font-size:3rem}
  .coolme-floating-card{display:none}
  .coolme-footer-bottom{display:block}
}


/* Version synchronisée coolme.ma */
.coolme-products-grid-sync{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.coolme-card-live-sync .coolme-card-media{background:linear-gradient(145deg,#fff,#f7f1ff)}
.coolme-card-live-sync .coolme-card-media img{object-fit:contain;padding:18px}
.coolme-card-live-sync .coolme-card-meta span:last-child{color:var(--cm-green)}


/* Header / logo / language switcher — v1.2 */
.coolme-logo-img{
  width:46px;height:46px;border-radius:50%;object-fit:cover;display:block;
  background:#fff;border:2px solid rgba(255,255,255,.9);box-shadow:0 4px 14px rgba(0,0,0,.18)
}
.coolme-language-switcher{display:flex;align-items:center;gap:7px;flex-shrink:0}
.coolme-lang-link{
  min-width:38px;height:27px;border-radius:999px;border:1px solid rgba(255,255,255,.18);
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;
  color:rgba(255,255,255,.58)!important;font-size:.67rem;font-weight:900;letter-spacing:.07em;
  transition:background .2s,border-color .2s,color .2s,transform .2s
}
.coolme-lang-link:hover{color:#fff!important;border-color:rgba(255,255,255,.35);transform:translateY(-1px)}
.coolme-lang-link.active{background:var(--cm-green);border-color:var(--cm-green);color:#fff!important}
.coolme-footer-socials{display:flex;align-items:center;gap:12px;justify-content:flex-end;flex-wrap:wrap}
.coolme-social-link{
  width:39px;height:39px;border-radius:50%;border:1px solid rgba(255,255,255,.14);
  display:inline-flex!important;align-items:center;justify-content:center;margin:0!important;
  background:rgba(255,255,255,.03);text-decoration:none!important;transition:.25s
}
.coolme-social-link:hover{background:var(--cm-green);border-color:var(--cm-green);color:#fff!important;transform:translateY(-3px)}
.coolme-whatsapp{
  position:fixed;right:26px;bottom:26px;width:58px;height:58px;border-radius:50%;z-index:120;
  background:#25D366;color:#fff!important;text-decoration:none!important;display:flex;align-items:center;justify-content:center;
  font-size:1.45rem;box-shadow:0 12px 34px rgba(37,211,102,.45);transition:transform .2s,box-shadow .2s
}
.coolme-whatsapp:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 16px 44px rgba(37,211,102,.62)}
@media (max-width:1100px){
  .coolme-language-switcher{order:1}
  .coolme-order-link{order:2}
  .coolme-menu-toggle{order:3}
}
@media (max-width:720px){
  .coolme-logo-text{font-size:1.08rem}
  .coolme-logo-img{width:40px;height:40px}
  .coolme-lang-link{min-width:34px;height:25px;font-size:.62rem}
  .coolme-order-link{padding:9px 14px;font-size:.72rem}
  .coolme-whatsapp{right:18px;bottom:18px;width:54px;height:54px}
  .coolme-footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center}
  .coolme-footer-socials{justify-content:center}
}

/* COOLME v1.3 — logo, multilingual, inner pages */
.coolme-logo{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  max-width:max-content!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  flex-shrink:0!important;
}
.coolme-logo-img{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:block!important;
  background:#fff!important;
  border:2px solid rgba(255,255,255,.92)!important;
  box-shadow:0 5px 16px rgba(0,0,0,.2)!important;
}
.coolme-logo-text,
.coolme-footer .coolme-logo-text{
  display:inline-flex!important;
  align-items:baseline!important;
  margin:0!important;
  color:var(--cm-green)!important;
  font-weight:900!important;
  font-size:1.25rem!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.coolme-logo-text span,
.coolme-footer .coolme-logo-text span{
  display:inline!important;
  margin:0!important;
  color:#fff!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:500!important;
}
.coolme-footer .coolme-logo{
  margin-bottom:14px!important;
}
.coolme-footer .coolme-logo + .coolme-footer-slogan{
  margin-top:0!important;
}
.coolme-footer .coolme-footer-grid > div:first-child{
  min-width:245px;
}
.coolme-header .coolme-logo-text{font-size:1.28rem!important}

.coolme-lang-ar{
  direction:rtl;
  text-align:right;
}
.coolme-lang-ar .coolme-header-inner,
.coolme-lang-ar .coolme-header-actions,
.coolme-lang-ar .coolme-language-switcher,
.coolme-lang-ar .coolme-logo,
.coolme-lang-ar .coolme-card-footer,
.coolme-lang-ar .coolme-products-head,
.coolme-lang-ar .coolme-recipes .coolme-section-head,
.coolme-lang-ar .coolme-service,
.coolme-lang-ar .coolme-footer-bottom{
  flex-direction:row-reverse;
}
.coolme-lang-ar .coolme-nav,
.coolme-lang-ar .coolme-tabs,
.coolme-lang-ar .coolme-hero-actions,
.coolme-lang-ar .coolme-products-actions{
  flex-direction:row-reverse;
}
.coolme-lang-ar .coolme-signature{
  border-left:0;
  border-right:4px solid var(--cm-green);
  padding-left:0;
  padding-right:18px;
}
.coolme-lang-ar .coolme-card-badge{
  left:auto;
  right:14px;
}
.coolme-lang-ar .coolme-tag::before{order:2}
.coolme-lang-ar .coolme-image-card span{left:auto;right:22px}
.coolme-lang-ar .coolme-section-text p,
.coolme-lang-ar .coolme-section-head p,
.coolme-lang-ar .coolme-pro p,
.coolme-lang-ar .coolme-service p,
.coolme-lang-ar .coolme-card p{
  line-height:1.95;
}

.coolme-inner-hero{
  position:relative;overflow:hidden;
  padding:128px max(24px,calc((100vw - 1240px)/2)) 86px;
  background:
    radial-gradient(circle at 80% 20%,rgba(122,193,67,.24),transparent 26%),
    linear-gradient(135deg,rgba(39,17,68,.98),rgba(91,45,142,.9));
  color:#fff;
}
.coolme-inner-hero::after{
  content:"";position:absolute;right:-120px;bottom:-180px;width:420px;height:420px;border-radius:50%;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);
}
.coolme-inner-hero .coolme-tag{color:var(--cm-green);position:relative;z-index:1}
.coolme-inner-hero h1{
  font-family:"Playfair Display",serif;
  font-size:clamp(2.7rem,6vw,5.4rem);
  line-height:1.02;
  letter-spacing:-.055em;
  max-width:920px;
  margin:14px 0 0;
  position:relative;z-index:1;
}
.coolme-inner-hero p{
  max-width:720px;
  margin:20px 0 0;
  color:rgba(255,255,255,.72);
  line-height:1.85;
  font-size:1rem;
  position:relative;z-index:1;
}
.coolme-contact-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:22px;
}
.coolme-contact-card,
.coolme-blog-card,
.coolme-single-post{
  background:#fff;
  border:1px solid rgba(91,45,142,.08);
  border-radius:28px;
  box-shadow:0 12px 34px rgba(39,17,68,.08);
}
.coolme-contact-card{
  padding:34px;
}
.coolme-contact-card-main{
  background:linear-gradient(135deg,var(--cm-soft),#fff);
}
.coolme-contact-card span,
.coolme-contact-promises span{
  font-size:2rem;
}
.coolme-contact-card h2,
.coolme-contact-promises h3{
  font-family:"Playfair Display",serif;
  color:var(--cm-violet-dark);
  font-size:1.6rem;
  margin:14px 0 8px;
}
.coolme-contact-card p,
.coolme-contact-promises p{
  color:var(--cm-text);
  line-height:1.7;
}
.coolme-contact-card a:not(.coolme-btn){
  color:var(--cm-violet)!important;
  font-weight:900;
  text-decoration:none;
}
.coolme-contact-promises{
  padding-top:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.coolme-contact-promises article{
  background:var(--cm-soft);
  border:1px solid rgba(91,45,142,.08);
  border-radius:26px;
  padding:30px;
}
.coolme-about-values{
  margin-top:0;
}
.coolme-blog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}
.coolme-blog-card{
  overflow:hidden;
  transition:.3s;
}
.coolme-blog-card:hover{transform:translateY(-7px);box-shadow:0 18px 44px rgba(39,17,68,.12)}
.coolme-blog-thumb{display:block;height:220px;overflow:hidden;background:var(--cm-soft)}
.coolme-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s}
.coolme-blog-card:hover .coolme-blog-thumb img{transform:scale(1.05)}
.coolme-blog-content{padding:26px}
.coolme-blog-content span{display:block;color:var(--cm-green-dark);font-weight:900;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.coolme-blog-content h2{font-family:"Playfair Display",serif;font-size:1.55rem;line-height:1.18;margin:0}
.coolme-blog-content h2 a{color:var(--cm-violet-dark);text-decoration:none}
.coolme-blog-content p{color:var(--cm-text);line-height:1.7}
.coolme-blog-more{color:var(--cm-violet)!important;text-decoration:none;font-weight:900;border-bottom:3px solid var(--cm-green)}
.coolme-single-post{max-width:960px;margin:90px auto;padding:42px}
.coolme-single-post h1{font-family:"Playfair Display",serif;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.05;color:var(--cm-violet-dark);margin:12px 0 24px}
.coolme-single-thumb{border-radius:28px;overflow:hidden;margin:28px 0}.coolme-single-thumb img{width:100%;height:auto;display:block}.coolme-single-content{color:var(--cm-text);line-height:1.9;font-size:1rem}.coolme-single-content a{color:var(--cm-violet);font-weight:800}

@media (max-width:1100px){
  .coolme-contact-grid{grid-template-columns:1fr}
  .coolme-contact-promises{grid-template-columns:1fr}
  .coolme-lang-ar .coolme-nav.open{align-items:flex-end}
}
@media (max-width:720px){
  .coolme-logo-text,.coolme-footer .coolme-logo-text{font-size:1.08rem!important}
  .coolme-logo-img{width:40px!important;height:40px!important;min-width:40px!important}
  .coolme-inner-hero{padding:96px 18px 58px}
  .coolme-contact-card{padding:26px}
  .coolme-single-post{margin:48px 18px;padding:28px}
}

/* === COOLME v1.4 WooCommerce shopping experience === */
.coolme-shop-page{
  background:linear-gradient(180deg,var(--cm-soft) 0%,#fff 34%,#fff 100%);
  min-height:70vh;
}
.coolme-shop-hero{
  max-width:1240px;margin:0 auto;padding:112px 24px 42px;
  position:relative;
}
.coolme-shop-hero:after{
  content:"";position:absolute;right:40px;top:110px;width:210px;height:210px;border-radius:50%;
  background:radial-gradient(circle,rgba(122,193,67,.20),rgba(91,45,142,.08) 55%,transparent 70%);
  pointer-events:none;
}
.coolme-shop-hero h1{
  font-family:"Playfair Display",serif;color:var(--cm-ink);font-size:clamp(2.7rem,5vw,5.6rem);
  line-height:.98;letter-spacing:-.055em;margin:14px 0 14px;max-width:920px;
}
.coolme-shop-hero p{color:var(--cm-text);font-size:1.02rem;line-height:1.8;max-width:760px}
.coolme-shop-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.coolme-shop-tabs a{
  border:1px solid rgba(91,45,142,.16);background:#fff;color:var(--cm-violet);font-weight:900;
  text-decoration:none;border-radius:999px;padding:13px 24px;box-shadow:0 8px 24px rgba(39,17,68,.06)
}
.coolme-shop-tabs a:hover{background:var(--cm-gradient);color:#fff;border-color:transparent}
.coolme-shop-description{
  max-width:1240px;margin:0 auto 18px;padding:0 24px;color:var(--cm-text);line-height:1.78;
}
.coolme-shop-loop-wrap{max-width:1240px;margin:0 auto;padding:12px 24px 96px}
.coolme-shop-toolbar{
  display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;
  background:#fff;border:1px solid rgba(91,45,142,.08);border-radius:22px;padding:16px 18px;
  box-shadow:0 10px 28px rgba(39,17,68,.05);color:var(--cm-text)
}
.coolme-shop-toolbar .woocommerce-result-count{margin:0;font-weight:700;color:rgba(61,32,96,.72)}
.coolme-shop-toolbar select{border:1px solid rgba(91,45,142,.14);border-radius:999px;padding:10px 14px;color:var(--cm-violet);font-weight:800;background:#fff}
.woocommerce ul.products{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0!important;padding:0!important;list-style:none!important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:auto!important;margin:0!important;float:none!important;list-style:none!important;
}
.woocommerce ul.products li.product .coolme-card{height:100%}
.coolme-woo-product-card .coolme-card-footer{align-items:flex-end}
.coolme-woo-product-card .added_to_cart.wc-forward{
  display:block;margin-top:10px;color:var(--cm-violet);font-size:.75rem;font-weight:900;text-decoration:none;
}
.coolme-shop-pagination{margin-top:34px;text-align:center}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  border-radius:999px!important;min-width:42px;height:42px;display:flex!important;align-items:center;justify-content:center;
  background:var(--cm-soft)!important;color:var(--cm-violet)!important;font-weight:900!important;border:1px solid rgba(91,45,142,.1)!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--cm-gradient)!important;color:#fff!important}

.coolme-single-product-page{padding-bottom:88px}
.coolme-single-product-shell{
  max-width:1240px;margin:0 auto;padding:118px 24px 48px;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:58px;align-items:start;
}
.coolme-single-gallery{
  background:#fff;border-radius:34px;padding:18px;border:1px solid rgba(91,45,142,.08);
  box-shadow:0 22px 70px rgba(39,17,68,.10);position:sticky;top:96px;
}
.coolme-single-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
.coolme-single-gallery .woocommerce-product-gallery__wrapper{margin:0!important}
.coolme-single-gallery .woocommerce-product-gallery__image a,
.coolme-single-gallery .woocommerce-product-gallery__image img{
  border-radius:26px;overflow:hidden;
}
.coolme-single-gallery img{width:100%;height:auto;display:block}
.coolme-single-summary{
  background:#fff;border-radius:34px;padding:42px;border:1px solid rgba(91,45,142,.08);
  box-shadow:0 16px 48px rgba(39,17,68,.08)
}
.coolme-breadcrumb{font-size:.78rem;margin-bottom:22px;color:rgba(61,32,96,.5);font-weight:700}
.coolme-breadcrumb a{color:rgba(91,45,142,.68);text-decoration:none}.coolme-breadcrumb span{margin:0 8px;color:rgba(91,45,142,.28)}
.coolme-single-summary h1{
  font-family:"Playfair Display",serif;color:var(--cm-ink);font-size:clamp(2.4rem,4.5vw,4.6rem);
  line-height:1;letter-spacing:-.055em;margin:12px 0 8px;
}
.coolme-single-origin{color:rgba(91,45,142,.55);font-weight:800;margin-bottom:18px}
.coolme-single-price{font-size:1.9rem;font-weight:900;color:var(--cm-violet);margin:18px 0}.coolme-single-price .amount{color:var(--cm-violet)}
.coolme-single-excerpt{color:var(--cm-text);line-height:1.78;font-size:1rem;border-top:1px solid rgba(91,45,142,.08);padding-top:20px}
.coolme-single-actions{margin-top:24px;padding:22px;border-radius:24px;background:var(--cm-soft);border:1px solid rgba(91,45,142,.08)}
.coolme-single-actions form.cart{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:0!important}
.coolme-single-actions .quantity .qty{
  width:86px!important;height:50px;border:1px solid rgba(91,45,142,.16);border-radius:999px;text-align:center;font-weight:900;color:var(--cm-violet);
}
.coolme-single-actions .single_add_to_cart_button{
  min-height:50px;padding:0 30px!important;background:var(--cm-gradient-green)!important;color:#fff!important;border-radius:999px!important;
  box-shadow:0 12px 26px rgba(92,181,43,.28);font-weight:900!important;
}
.coolme-single-actions table.variations{margin:0 0 14px!important;width:100%}
.coolme-single-actions table.variations th,.coolme-single-actions table.variations td{display:block;text-align:start;padding:4px 0!important;background:transparent!important}
.coolme-single-actions table.variations label{color:var(--cm-violet);font-weight:900}
.coolme-single-actions table.variations select{
  width:100%;border:1px solid rgba(91,45,142,.16);border-radius:16px;padding:12px 14px;background:#fff;color:var(--cm-violet);font-weight:800;
}
.coolme-single-actions .reset_variations{font-size:.75rem;color:var(--cm-violet);font-weight:800}
.coolme-single-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.coolme-single-trust-grid article{background:#fff;border:1px solid rgba(91,45,142,.08);border-radius:20px;padding:16px}
.coolme-single-trust-grid span{font-size:1.35rem}.coolme-single-trust-grid strong{display:block;color:var(--cm-violet);font-size:.86rem;margin-top:8px}.coolme-single-trust-grid small{display:block;color:rgba(61,32,96,.62);line-height:1.45;margin-top:6px}
.coolme-single-info-grid{max-width:1240px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px}
.coolme-single-info-grid article{background:#fff;border:1px solid rgba(91,45,142,.08);border-radius:28px;padding:30px;box-shadow:0 12px 36px rgba(39,17,68,.06);color:var(--cm-text);line-height:1.8}
.coolme-single-info-grid article p:first-child{margin-top:0}.coolme-single-info-grid ul{padding-left:20px}.coolme-lang-ar .coolme-single-info-grid ul{padding-left:0;padding-right:20px}
.coolme-single-help{
  max-width:1240px;margin:28px auto 0;padding:36px 38px;border-radius:32px;background:linear-gradient(135deg,var(--cm-violet-dark),var(--cm-violet));
  display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;
}
.coolme-single-help h2{font-family:"Playfair Display",serif;font-size:2.05rem;line-height:1.1;margin:0}.coolme-single-help p{color:rgba(255,255,255,.68);max-width:720px;line-height:1.65}
.coolme-related-products{max-width:1240px;margin:60px auto 0;padding:0 24px}
.coolme-related-products h2{font-family:"Playfair Display",serif;color:var(--cm-ink);font-size:2.4rem;letter-spacing:-.04em}
.coolme-related-products > h2{display:none}
.coolme-related-products .related.products > h2{font-family:"Playfair Display",serif;color:var(--cm-ink);font-size:2.4rem;letter-spacing:-.04em}

/* Cart and checkout unified style */
.coolme-woo-page,.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content{
  background:linear-gradient(180deg,var(--cm-soft) 0%,#fff 35%,#fff 100%);
}
.coolme-woo-page{max-width:1240px;padding-top:112px;padding-bottom:88px}
.woocommerce-cart-form,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation{
  background:#fff;border:1px solid rgba(91,45,142,.08);border-radius:28px;padding:26px;box-shadow:0 12px 36px rgba(39,17,68,.06)
}
.woocommerce table.shop_table{border:1px solid rgba(91,45,142,.08)!important;border-radius:22px!important;overflow:hidden;background:#fff}
.woocommerce table.shop_table th{color:var(--cm-violet);font-weight:900;background:var(--cm-soft)}
.woocommerce table.shop_table td{border-color:rgba(91,45,142,.08)!important;color:var(--cm-text)}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order{
  background:var(--cm-gradient-green)!important;color:#fff!important;border-radius:999px!important;font-weight:900!important;box-shadow:0 12px 28px rgba(92,181,43,.25)
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single{
  border:1px solid rgba(91,45,142,.16)!important;border-radius:16px!important;min-height:48px;padding:10px 14px;background:#fff;color:var(--cm-violet)
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:28px;color:var(--cm-violet);font-weight:700}
.woocommerce form .form-row label{color:var(--cm-violet);font-weight:900;font-size:.84rem}
.woocommerce-error,.woocommerce-info,.woocommerce-message{
  border-top:0!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(91,45,142,.10)!important;box-shadow:0 8px 26px rgba(39,17,68,.06);color:var(--cm-text)!important
}
.woocommerce-message::before,.woocommerce-info::before{color:var(--cm-green)!important}.woocommerce-error::before{color:#e63946!important}

.coolme-lang-ar .coolme-shop-hero:after{right:auto;left:40px}.coolme-lang-ar .coolme-shop-toolbar,.coolme-lang-ar .coolme-single-product-shell,.coolme-lang-ar .coolme-single-info-grid{text-align:right}.coolme-lang-ar .coolme-breadcrumb span{display:inline-block}

@media (max-width:1100px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coolme-single-product-shell{grid-template-columns:1fr}.coolme-single-gallery{position:relative;top:auto}.coolme-single-info-grid{grid-template-columns:1fr}.coolme-single-help{display:block}.coolme-single-trust-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .coolme-shop-hero{padding:92px 18px 34px}.coolme-shop-hero h1{font-size:3rem}.coolme-shop-loop-wrap{padding-left:18px;padding-right:18px}.woocommerce ul.products{grid-template-columns:1fr}.coolme-shop-toolbar{display:block}.coolme-shop-toolbar .woocommerce-ordering{margin-top:12px}.coolme-single-product-shell{padding:92px 18px 34px}.coolme-single-summary{padding:26px}.coolme-single-info-grid,.coolme-related-products{padding-left:18px;padding-right:18px}.coolme-single-help{margin-left:18px;margin-right:18px;padding:28px}.coolme-single-summary h1{font-size:3rem}
}

/* === COOLME v1.5 fixes: safe order link, real Woo images only, rich contact page === */
.coolme-contact-intro{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:28px;
  align-items:stretch;
}
.coolme-contact-intro-text,
.coolme-contact-info-panel{
  background:#fff;
  border:1px solid rgba(91,45,142,.08);
  border-radius:34px;
  box-shadow:0 16px 48px rgba(39,17,68,.07);
  padding:38px;
}
.coolme-contact-intro-text{
  background:linear-gradient(135deg,#fff,var(--cm-soft));
}
.coolme-contact-intro-text h2,
.coolme-contact-help .coolme-section-head h2,
.coolme-contact-route .coolme-section-head h2,
.coolme-contact-pro-cta h2{
  font-family:"Playfair Display",serif;
  color:var(--cm-violet-dark);
  font-size:clamp(2rem,3.4vw,3.7rem);
  line-height:1.06;
  letter-spacing:-.045em;
  margin:12px 0 0;
}
.coolme-contact-intro-text p,
.coolme-contact-pro-cta p{
  color:var(--cm-text);
  line-height:1.82;
  max-width:760px;
}
.coolme-contact-info-panel{
  background:linear-gradient(135deg,var(--cm-violet-dark),var(--cm-violet));
  color:#fff;
  position:relative;
  overflow:hidden;
}
.coolme-contact-info-panel:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-90px;
  bottom:-100px;
  background:rgba(122,193,67,.16);
  border:1px solid rgba(255,255,255,.12);
}
.coolme-contact-info-panel h3{
  font-family:"Playfair Display",serif;
  font-size:1.7rem;
  margin:0 0 18px;
}
.coolme-contact-info-panel a,
.coolme-contact-info-panel div{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 0;
  color:rgba(255,255,255,.78)!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.coolme-contact-info-panel a:last-child,
.coolme-contact-info-panel div:last-child{border-bottom:0}
.coolme-contact-info-panel span{
  width:38px;
  height:38px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.09);
  flex-shrink:0;
}
.coolme-contact-info-panel strong{font-size:.9rem}
.coolme-contact-help{padding-top:44px}
.coolme-contact-help-grid,
.coolme-contact-route-grid,
.coolme-contact-faq-grid{
  display:grid;
  gap:20px;
  margin-top:30px;
}
.coolme-contact-help-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.coolme-contact-route-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.coolme-contact-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.coolme-contact-help-grid article,
.coolme-contact-route-grid article,
.coolme-contact-faq-grid article{
  background:#fff;
  border:1px solid rgba(91,45,142,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:0 12px 34px rgba(39,17,68,.06);
}
.coolme-contact-help-grid article{background:var(--cm-soft)}
.coolme-contact-help-grid span{font-size:2rem}
.coolme-contact-help-grid h3,
.coolme-contact-route-grid h3,
.coolme-contact-faq-grid h3{
  color:var(--cm-violet-dark);
  margin:14px 0 8px;
  font-size:1.08rem;
}
.coolme-contact-help-grid p,
.coolme-contact-route-grid p,
.coolme-contact-faq-grid p{
  color:var(--cm-text);
  line-height:1.72;
  font-size:.9rem;
}
.coolme-contact-route{
  max-width:none;
  padding-left:max(24px,calc((100vw - 1240px)/2));
  padding-right:max(24px,calc((100vw - 1240px)/2));
  background:var(--cm-soft);
}
.coolme-contact-route-grid article{
  background:#fff;
}
.coolme-contact-route-grid small{
  display:inline-flex;
  min-width:36px;
  height:28px;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  background:rgba(122,193,67,.14);
  color:var(--cm-green-dark);
  font-weight:900;
  font-size:.72rem;
}
.coolme-contact-pro-cta{
  max-width:1240px;
  margin:88px auto 0;
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,var(--cm-violet-dark),var(--cm-violet));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.coolme-contact-pro-cta .coolme-tag{color:var(--cm-green)}
.coolme-contact-pro-cta h2{color:#fff}
.coolme-contact-pro-cta p{color:rgba(255,255,255,.70);max-width:760px}
.coolme-contact-faq{padding-top:58px}
.coolme-contact-faq-grid article{box-shadow:none;background:#fff}
.coolme-lang-ar .coolme-contact-intro,
.coolme-lang-ar .coolme-contact-pro-cta,
.coolme-lang-ar .coolme-contact-info-panel a,
.coolme-lang-ar .coolme-contact-info-panel div{
  direction:rtl;
}
.coolme-lang-ar .coolme-contact-info-panel:after{
  right:auto;
  left:-90px;
}
@media (max-width:1100px){
  .coolme-contact-intro{grid-template-columns:1fr}
  .coolme-contact-help-grid,.coolme-contact-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coolme-contact-faq-grid{grid-template-columns:1fr}
  .coolme-contact-pro-cta{display:block;margin-left:24px;margin-right:24px}
  .coolme-contact-pro-cta .coolme-btn{margin-top:18px}
}
@media (max-width:720px){
  .coolme-contact-intro-text,.coolme-contact-info-panel{padding:28px}
  .coolme-contact-help-grid,.coolme-contact-route-grid{grid-template-columns:1fr}
  .coolme-contact-pro-cta{margin:54px 18px 0;padding:30px}
}

/* === COOLME v1.8 clean fixes — locked homepage, product/contact polish only === */
/* 1) Product cards: equal heights + aligned CTA buttons */
.coolme-products-grid .coolme-card,
.woocommerce ul.products li.product .coolme-card,
.coolme-related-products .coolme-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.coolme-card-media{flex:0 0 auto;background:linear-gradient(145deg,#fff,#f8f2ff)}
.coolme-card-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.coolme-card h3{min-height:2.35em}
.coolme-card p{
  min-height:72px;
  flex:1 1 auto;
}
.coolme-card-footer{
  margin-top:auto;
  min-height:56px;
  align-items:flex-end;
}
.coolme-price{
  display:flex;
  align-items:flex-end;
  min-height:34px;
  line-height:1.15;
  flex-wrap:wrap;
}
.coolme-product-btn{
  min-width:126px;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1.15;
}

/* 2) WooCommerce archive / related: prevent raw Woo class text and keep clean grid */
.woocommerce ul.products li.product.coolme-woo-product-card{
  display:block!important;
  min-width:0;
}
.woocommerce ul.products li.product.coolme-woo-product-card::marker{content:""}
.woocommerce ul.products li.product.coolme-woo-product-card > .coolme-card{width:100%}
.woocommerce ul.products::before,
.woocommerce ul.products::after{display:none!important;content:none!important}

/* 3) Single product page: clean image frame, no broken Woo thumbnail numbers */
.coolme-single-gallery-clean{
  min-height:auto;
  overflow:hidden;
}
.coolme-single-image-frame{
  display:flex;
  min-height:520px;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:linear-gradient(145deg,#fff,#f8f2ff);
  text-decoration:none;
  overflow:hidden;
}
.coolme-single-main-img{
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  display:block;
  padding:22px;
}
.coolme-single-gallery .flex-control-nav,
.coolme-single-gallery .woocommerce-product-gallery__trigger,
.coolme-single-gallery ol,
.coolme-single-gallery ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.coolme-single-gallery li::marker{content:""}
.coolme-single-actions .stock.out-of-stock{
  color:#e63946;
  font-weight:900;
  background:#fff;
  border:1px solid rgba(230,57,70,.14);
  border-radius:999px;
  padding:8px 14px;
  display:inline-flex;
}

/* 4) Contact page bottom: replace old inherited content with premium map + form block */
.coolme-contact-final{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  gap:28px;
  align-items:stretch;
  padding-top:74px;
}
.coolme-contact-map-card,
.coolme-contact-form-card{
  background:#fff;
  border:1px solid rgba(91,45,142,.08);
  border-radius:34px;
  padding:34px;
  box-shadow:0 18px 54px rgba(39,17,68,.08);
}
.coolme-contact-map-card h2,
.coolme-contact-form-card h2{
  font-family:"Playfair Display",serif;
  color:var(--cm-violet-dark);
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:12px 0 12px;
}
.coolme-contact-map-card p,
.coolme-contact-form-card p{
  color:var(--cm-text);
  line-height:1.75;
  margin-bottom:22px;
}
.coolme-map-frame{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(91,45,142,.08);
  min-height:360px;
  background:var(--cm-soft);
}
.coolme-map-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:saturate(.92) contrast(.98);
}
.coolme-contact-clean-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.coolme-contact-clean-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
  color:var(--cm-violet);
  font-weight:900;
  font-size:.78rem;
}
.coolme-contact-clean-form input,
.coolme-contact-clean-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(91,45,142,.14);
  border-radius:16px;
  background:#fbf8ff;
  color:var(--cm-violet-dark);
  padding:13px 14px;
  font:inherit;
  outline:none;
}
.coolme-contact-clean-form input:focus,
.coolme-contact-clean-form textarea:focus{
  border-color:rgba(122,193,67,.75);
  box-shadow:0 0 0 4px rgba(122,193,67,.12);
}
.coolme-field-full,
.coolme-contact-form-actions{grid-column:1/-1}
.coolme-contact-form-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:6px;
}
.coolme-contact-form-actions .coolme-btn{border:0;cursor:pointer}
.coolme-lang-ar .coolme-contact-final,
.coolme-lang-ar .coolme-contact-clean-form{text-align:right;direction:rtl}
@media (max-width:1100px){
  .coolme-contact-final{grid-template-columns:1fr}
  .coolme-single-image-frame{min-height:420px}
}
@media (max-width:720px){
  .coolme-card h3{min-height:0}
  .coolme-card p{min-height:0}
  .coolme-contact-final{padding-left:18px;padding-right:18px}
  .coolme-contact-map-card,.coolme-contact-form-card{padding:26px}
  .coolme-contact-clean-form{grid-template-columns:1fr}
  .coolme-single-image-frame{min-height:300px}
  .coolme-single-main-img{padding:12px;max-height:360px}
}

/* === COOLME v1.9 locked UI refinements: homogeneous products, SEO-friendly previews, responsive polish === */
.coolme-products-grid,
.woocommerce ul.products,
.coolme-related-products ul.products{
  align-items:stretch;
}
.coolme-products-grid .coolme-card,
.woocommerce ul.products li.product .coolme-card,
.coolme-related-products .coolme-card{
  min-height:100%;
  border-radius:30px;
}
.coolme-card-media{
  height:250px;
  background:linear-gradient(145deg,#fff 0%,#fbf7ff 100%);
}
.coolme-card-media img{
  object-fit:contain!important;
  padding:20px;
  transform:none!important;
}
.coolme-card:hover .coolme-card-media img{transform:scale(1.035)!important}
.coolme-card-meta{
  min-height:34px;
  align-items:flex-start;
  flex-wrap:wrap;
  row-gap:5px;
}
.coolme-card-meta span:first-child{color:rgba(91,45,142,.72)}
.coolme-card-meta span:last-child{color:var(--cm-green)}
.coolme-card h3{min-height:2.45em;display:flex;align-items:flex-start}
.coolme-card p{min-height:92px;margin-bottom:18px}
.coolme-card-footer{min-height:64px}
.coolme-product-btn{min-height:42px;padding:11px 17px;box-sizing:border-box}
.coolme-price del{opacity:.55;margin-right:4px}.coolme-price ins{text-decoration:none}
.coolme-single-origin{font-size:.92rem;letter-spacing:.02em}
.coolme-single-excerpt p{margin-bottom:0}
.coolme-single-info-grid article p{margin-bottom:0}
.coolme-proof-note:empty{display:none!important}
.woocommerce ul.products li.product::marker,
.coolme-related-products li.product::marker{content:""!important}
.woocommerce ul.products li.product > a:not(.coolme-card-media):empty{display:none!important}

@media (max-width:1100px){
  .coolme-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coolme-card-media{height:230px}
  .coolme-card p{min-height:78px}
}
@media (max-width:720px){
  .coolme-products-head{display:block}
  .coolme-tabs{margin-top:18px;overflow-x:auto;padding-bottom:4px}
  .coolme-tab{white-space:nowrap;flex:0 0 auto}
  .coolme-products-grid{grid-template-columns:1fr;gap:18px}
  .coolme-card{border-radius:24px}
  .coolme-card-media{height:220px}
  .coolme-card-media img{padding:16px}
  .coolme-card h3{min-height:0;font-size:1.35rem}
  .coolme-card p{min-height:0;font-size:.9rem}
  .coolme-card-footer{min-height:0;align-items:center;gap:10px}
  .coolme-product-btn{min-width:138px}
  .coolme-single-product-shell{gap:24px}
  .coolme-single-actions form.cart{display:block}
  .coolme-single-actions .quantity{margin-bottom:12px}
  .coolme-single-actions .single_add_to_cart_button{width:100%;margin-top:8px!important}
}
@media (max-width:420px){
  .coolme-card-footer{display:block}
  .coolme-product-btn{width:100%;margin-top:12px}
  .coolme-price{min-height:auto}
}

/* COOLME v2.0 — verrouillage final : anti-scroll mobile + signature WESIGN */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
}
body.coolme-premium-body{
  position:relative;
  min-width:0;
}
body.coolme-premium-body *{
  max-width:100%;
}
.coolme-header,
.coolme-page,
.coolme-hero,
.coolme-steps,
.coolme-section,
.coolme-values,
.coolme-products,
.coolme-pro,
.coolme-quality,
.coolme-recipes,
.coolme-service,
.coolme-footer,
.coolme-inner-hero,
.coolme-shop-hero,
.coolme-shop-loop-wrap,
.coolme-single-product-shell,
.coolme-single-info-grid,
.coolme-related-products,
.coolme-contact-page,
.woocommerce{
  max-width:100%;
  overflow-x:clip;
}
@supports not (overflow:clip){
  .coolme-header,
  .coolme-page,
  .coolme-hero,
  .coolme-steps,
  .coolme-section,
  .coolme-values,
  .coolme-products,
  .coolme-pro,
  .coolme-quality,
  .coolme-recipes,
  .coolme-service,
  .coolme-footer,
  .coolme-inner-hero,
  .coolme-shop-hero,
  .coolme-shop-loop-wrap,
  .coolme-single-product-shell,
  .coolme-single-info-grid,
  .coolme-related-products,
  .coolme-contact-page,
  .woocommerce{overflow-x:hidden}
}
img,svg,video,iframe,table{max-width:100%;height:auto}
.coolme-header-inner,
.coolme-footer-grid,
.coolme-footer-bottom,
.coolme-products-grid,
.coolme-values-grid,
.coolme-quality-grid,
.coolme-pro-cards,
.coolme-recipes-grid{
  min-width:0;
}
.coolme-header-inner > *,
.coolme-footer-grid > *,
.coolme-products-grid > *,
.coolme-values-grid > *,
.coolme-quality-grid > *,
.coolme-pro-cards > *,
.coolme-recipes-grid > *{
  min-width:0;
}
.coolme-footer-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:wrap;
  min-width:0;
}
.coolme-wesign-signature{
  max-width:1240px;
  margin:18px auto 0;
  padding-top:16px;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.coolme-wesign-credit{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:auto!important;
  margin:0 auto!important;
  color:#27c7ff!important;
  font-weight:800!important;
  letter-spacing:.01em;
  text-decoration:none!important;
  white-space:nowrap;
}
.coolme-wesign-credit:hover{color:var(--cm-green)!important}
.coolme-wesign-logo{
  width:28px!important;
  height:auto!important;
  max-height:20px!important;
  object-fit:contain!important;
  display:inline-block!important;
  flex:0 0 auto;
}

.coolme-wesign-credit:hover .coolme-wesign-mark svg path{
  stroke:var(--cm-green);
}
.coolme-wesign-credit::after{
  content:"↗";
  font-size:.74rem;
  opacity:.85;
}
@media (max-width:720px){
  .coolme-header-inner{
    width:100%;
    padding:10px 12px!important;
    gap:8px!important;
  }
  .coolme-header-actions{
    min-width:0;
    gap:5px!important;
    justify-content:flex-end;
    flex-wrap:nowrap;
  }
  .coolme-language-switcher{gap:4px!important}
  .coolme-lang-link{min-width:29px!important;height:24px!important;font-size:.56rem!important}
  .coolme-order-link{padding:8px 10px!important;font-size:.64rem!important;min-width:0!important}
  .coolme-menu-toggle{font-size:1.15rem!important;padding:0!important;line-height:1!important}
  .coolme-logo{gap:7px!important;min-width:0!important}
  .coolme-logo-img{width:36px!important;height:36px!important;min-width:36px!important}
  .coolme-logo-text,.coolme-footer .coolme-logo-text{font-size:1rem!important;letter-spacing:-.05em!important}
  .coolme-footer-bottom{gap:16px!important}
  .coolme-footer-right{justify-content:center;gap:14px}
  .coolme-wesign-credit{font-size:.78rem!important;white-space:normal}
  .coolme-wesign-signature{justify-content:center;text-align:center}
}
@media (max-width:380px){
  .coolme-header-inner{padding-left:9px!important;padding-right:9px!important;gap:5px!important}
  .coolme-logo-img{width:32px!important;height:32px!important;min-width:32px!important}
  .coolme-logo-text{font-size:.88rem!important}
  .coolme-lang-link{min-width:26px!important;height:22px!important;font-size:.52rem!important}
  .coolme-order-link{padding:7px 8px!important;font-size:.58rem!important}
}
@media (max-width:340px){
  .coolme-logo-text{display:none!important}
}

/* COOLME v2.2 — signature Wesign officielle centrée */
.coolme-wesign-signature{width:100%;}
.coolme-wesign-signature .coolme-wesign-credit{margin-left:auto!important;margin-right:auto!important;}
@media (max-width:720px){
  .coolme-footer-bottom{align-items:center!important;text-align:center!important;}
  .coolme-footer-bottom > span{width:100%;text-align:center;}
  .coolme-footer-socials{width:100%;justify-content:center!important;}
  .coolme-wesign-signature{justify-content:center!important;text-align:center!important;}
}

/* COOLME v2.3 — correction menu mobile : bouton hamburger visible et cliquable */
@media (max-width:1100px){
  .coolme-header{z-index:9999!important;overflow:visible!important}
  .coolme-header-inner{position:relative!important;overflow:visible!important}
  .coolme-header-actions{position:relative;z-index:10002;flex:0 0 auto;display:flex!important;align-items:center!important}
  .coolme-menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    padding:0!important;
    margin:0!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.24)!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    box-shadow:0 8px 22px rgba(0,0,0,.18)!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
    line-height:1!important;
    font-size:0!important;
    position:relative!important;
    z-index:10003!important;
  }
  .coolme-menu-toggle::before{
    content:"☰";
    display:block;
    color:#fff;
    font-size:1.55rem;
    line-height:1;
    font-weight:900;
  }
  .coolme-menu-toggle[aria-expanded="true"]{
    background:var(--cm-green)!important;
    border-color:var(--cm-green)!important;
    color:#fff!important;
  }
  .coolme-menu-toggle[aria-expanded="true"]::before{
    content:"×";
    font-size:2rem;
    transform:translateY(-1px);
  }
  .coolme-nav{
    display:flex!important;
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:calc(100% + 10px)!important;
    width:auto!important;
    max-width:calc(100vw - 28px)!important;
    padding:10px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    background:rgba(39,17,68,.98)!important;
    border:1px solid rgba(122,193,67,.22)!important;
    border-radius:20px!important;
    box-shadow:0 18px 44px rgba(23,9,39,.28)!important;
    backdrop-filter:blur(18px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-10px)!important;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease!important;
    z-index:10001!important;
  }
  .coolme-nav.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .coolme-nav a{
    display:flex!important;
    width:100%!important;
    min-height:44px!important;
    align-items:center!important;
    padding:12px 14px!important;
    border-radius:14px!important;
    color:#fff!important;
    font-size:.82rem!important;
    letter-spacing:.08em!important;
    margin:0!important;
  }
  .coolme-nav a:hover,
  .coolme-nav a:focus{
    background:rgba(122,193,67,.14)!important;
    color:#fff!important;
    outline:none!important;
  }
}
@media (max-width:720px){
  .coolme-header-inner{overflow:visible!important}
  .coolme-menu-toggle{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
  .coolme-menu-toggle::before{font-size:1.42rem!important}
  .coolme-menu-toggle[aria-expanded="true"]::before{font-size:1.9rem!important}
}
@media (max-width:380px){
  .coolme-menu-toggle{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
}


/* COOLME v2.4 — correction définitive menu sandwich mobile cliquable */
@media (max-width:1100px){
  .coolme-header{
    z-index:999999!important;
    overflow:visible!important;
  }
  .coolme-header-inner{
    position:relative!important;
    overflow:visible!important;
    isolation:isolate;
  }
  .coolme-header-actions{
    position:relative!important;
    z-index:999998!important;
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
  }
  #coolme-menu-toggle.coolme-menu-toggle,
  .coolme-menu-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    max-width:48px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid rgba(255,255,255,.28)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    user-select:none!important;
    -webkit-user-select:none!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:rgba(122,193,67,.25)!important;
    position:relative!important;
    z-index:1000001!important;
    appearance:none!important;
    -webkit-appearance:none!important;
    line-height:1!important;
    font-size:0!important;
    box-shadow:0 9px 24px rgba(0,0,0,.22)!important;
  }
  #coolme-menu-toggle.coolme-menu-toggle::before,
  .coolme-menu-toggle::before{
    content:"☰"!important;
    display:block!important;
    font-size:1.55rem!important;
    line-height:1!important;
    font-weight:900!important;
    color:#fff!important;
  }
  #coolme-menu-toggle.coolme-menu-toggle[aria-expanded="true"],
  .coolme-menu-toggle[aria-expanded="true"],
  .coolme-menu-toggle.is-open{
    background:var(--cm-green)!important;
    border-color:var(--cm-green)!important;
  }
  #coolme-menu-toggle.coolme-menu-toggle[aria-expanded="true"]::before,
  .coolme-menu-toggle[aria-expanded="true"]::before,
  .coolme-menu-toggle.is-open::before{
    content:"×"!important;
    font-size:2rem!important;
    transform:translateY(-1px);
  }
  #coolme-primary-nav.coolme-nav,
  .coolme-nav{
    display:flex!important;
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:calc(100% + 10px)!important;
    width:auto!important;
    max-width:calc(100vw - 28px)!important;
    padding:10px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    background:rgba(39,17,68,.985)!important;
    border:1px solid rgba(122,193,67,.28)!important;
    border-radius:20px!important;
    box-shadow:0 18px 44px rgba(23,9,39,.34)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-10px)!important;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease!important;
    z-index:1000000!important;
  }
  #coolme-primary-nav.coolme-nav.open,
  .coolme-nav.open,
  body.coolme-menu-open .coolme-nav,
  html.coolme-menu-open .coolme-nav{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  #coolme-primary-nav.coolme-nav a,
  .coolme-nav a{
    display:flex!important;
    width:100%!important;
    min-height:46px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:13px 14px!important;
    border-radius:14px!important;
    color:#fff!important;
    font-size:.82rem!important;
    line-height:1.25!important;
    letter-spacing:.08em!important;
    margin:0!important;
    text-align:left!important;
    pointer-events:auto!important;
  }
  #coolme-primary-nav.coolme-nav a:hover,
  #coolme-primary-nav.coolme-nav a:focus,
  .coolme-nav a:hover,
  .coolme-nav a:focus{
    background:rgba(122,193,67,.16)!important;
    color:#fff!important;
    outline:none!important;
  }
}
@media (max-width:720px){
  #coolme-menu-toggle.coolme-menu-toggle,
  .coolme-menu-toggle{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
  }
}
@media (max-width:390px){
  .coolme-header-inner{gap:6px!important;}
  #coolme-menu-toggle.coolme-menu-toggle,
  .coolme-menu-toggle{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    max-width:42px!important;
  }
}

/* COOLME v2.5 — menu mobile sans JavaScript : checkbox + label natif, testé par structure HTML/CSS */
.coolme-menu-state,
.coolme-mobile-summary,
.coolme-mobile-panel{
  display:none;
}
@media (max-width:1100px){
  html,body{overflow-x:hidden!important;max-width:100%!important;}
  .coolme-header,
  .coolme-header-inner,
  .coolme-header-actions{
    overflow:visible!important;
  }
  .coolme-header{z-index:2147482500!important;}
  .coolme-header-inner{position:relative!important;isolation:isolate;}
  .coolme-header-actions{position:relative!important;z-index:2147482600!important;}

  /* On désactive l'ancien bouton JS pour éviter tout conflit */
  #coolme-menu-toggle,
  .coolme-menu-toggle{
    display:none!important;
    pointer-events:none!important;
  }

  /* Navigation desktop cachée sur mobile : le panneau natif prend le relais */
  #coolme-primary-nav.coolme-nav,
  .coolme-nav{
    display:none!important;
  }

  .coolme-menu-state{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    pointer-events:none!important;
    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;
    overflow:hidden!important;
  }

  #coolme-mobile-menu-button.coolme-mobile-summary,
  .coolme-mobile-summary{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.30)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.12)!important;
    box-shadow:0 10px 28px rgba(0,0,0,.24)!important;
    color:#fff!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:rgba(122,193,67,.28)!important;
    user-select:none!important;
    -webkit-user-select:none!important;
    position:relative!important;
    z-index:2147483000!important;
    order:3!important;
    flex:0 0 48px!important;
  }

  .coolme-mobile-bars,
  .coolme-mobile-bars::before,
  .coolme-mobile-bars::after{
    display:block!important;
    width:22px!important;
    height:2px!important;
    border-radius:99px!important;
    background:#fff!important;
    position:relative!important;
    transition:transform .22s ease, opacity .18s ease!important;
  }
  .coolme-mobile-bars::before,
  .coolme-mobile-bars::after{
    content:""!important;
    position:absolute!important;
    left:0!important;
  }
  .coolme-mobile-bars::before{top:-7px!important;}
  .coolme-mobile-bars::after{top:7px!important;}

  .coolme-menu-state:checked + .coolme-mobile-summary{
    background:var(--cm-green)!important;
    border-color:var(--cm-green)!important;
  }
  .coolme-menu-state:checked + .coolme-mobile-summary .coolme-mobile-bars{
    background:transparent!important;
  }
  .coolme-menu-state:checked + .coolme-mobile-summary .coolme-mobile-bars::before{
    transform:translateY(7px) rotate(45deg)!important;
  }
  .coolme-menu-state:checked + .coolme-mobile-summary .coolme-mobile-bars::after{
    transform:translateY(-7px) rotate(-45deg)!important;
  }

  #coolme-mobile-panel.coolme-mobile-panel,
  .coolme-mobile-panel{
    display:flex!important;
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    top:72px!important;
    width:auto!important;
    max-width:calc(100vw - 28px)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    padding:12px!important;
    background:rgba(39,17,68,.992)!important;
    border:1px solid rgba(122,193,67,.28)!important;
    border-radius:22px!important;
    box-shadow:0 22px 60px rgba(23,9,39,.48)!important;
    backdrop-filter:blur(20px)!important;
    -webkit-backdrop-filter:blur(20px)!important;
    z-index:2147482900!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-12px) scale(.985)!important;
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
  }
  .coolme-menu-state:checked ~ #coolme-mobile-panel,
  .coolme-menu-state:checked ~ .coolme-mobile-panel{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0) scale(1)!important;
  }
  #coolme-mobile-panel a,
  .coolme-mobile-panel a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:48px!important;
    padding:14px 15px!important;
    margin:0!important;
    border-radius:14px!important;
    color:#fff!important;
    text-decoration:none!important;
    font-size:.84rem!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    line-height:1.25!important;
    pointer-events:auto!important;
  }
  html[dir="rtl"] #coolme-mobile-panel a,
  html[dir="rtl"] .coolme-mobile-panel a{
    justify-content:flex-end!important;
    text-align:right!important;
  }
  #coolme-mobile-panel a:hover,
  #coolme-mobile-panel a:focus,
  .coolme-mobile-panel a:hover,
  .coolme-mobile-panel a:focus{
    background:rgba(122,193,67,.16)!important;
    color:#fff!important;
    outline:none!important;
  }
}
@media (max-width:720px){
  #coolme-mobile-menu-button.coolme-mobile-summary,
  .coolme-mobile-summary{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    flex-basis:46px!important;
  }
  #coolme-mobile-panel.coolme-mobile-panel,
  .coolme-mobile-panel{
    top:66px!important;
    left:10px!important;
    right:10px!important;
    max-width:calc(100vw - 20px)!important;
  }
}
@media (max-width:390px){
  #coolme-mobile-menu-button.coolme-mobile-summary,
  .coolme-mobile-summary{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    flex-basis:44px!important;
  }
}

/* v2.6 contact form delivery states */
.coolme-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.coolme-contact-notice{grid-column:1/-1;border-radius:18px;padding:14px 18px;margin:0 0 18px;font-weight:800;line-height:1.5;border:1px solid rgba(91,45,142,.12)}
.coolme-contact-notice-success{background:rgba(122,193,67,.12);color:#3f8a20;border-color:rgba(122,193,67,.25)}
.coolme-contact-notice-error{background:rgba(230,57,70,.08);color:#b12a34;border-color:rgba(230,57,70,.22)}


/* COOLME v2.8 product/about refinements */
.coolme-card-media img.coolme-real-product-photo{
  object-fit:contain!important;
  padding:18px!important;
  border-radius:24px;
}
.coolme-card-live-sync .coolme-card-media img.coolme-real-product-photo{
  object-fit:contain!important;
  padding:18px!important;
}
.coolme-single-main-img.coolme-real-product-photo{
  object-fit:contain!important;
  padding:18px!important;
  border-radius:28px;
}
.coolme-about-premium-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  padding-top:0;
}
.coolme-about-premium-grid article{
  background:#fff;
  border:1px solid rgba(91,45,142,.08);
  border-radius:28px;
  padding:30px;
  box-shadow:0 14px 40px rgba(39,17,68,.07);
}
.coolme-about-premium-grid span{font-size:2rem;display:block;margin-bottom:14px}
.coolme-about-premium-grid h3{
  font-family:"Playfair Display",serif;
  color:var(--cm-violet-dark);
  font-size:1.35rem;
  line-height:1.15;
  margin:0 0 10px;
}
.coolme-about-premium-grid p{color:var(--cm-text);line-height:1.75;font-size:.92rem;margin:0}
.coolme-about-final-cta{margin-top:0}
.coolme-story-page .coolme-values{margin-top:0}
@media (max-width:1100px){
  .coolme-about-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .coolme-about-premium-grid{grid-template-columns:1fr;padding-left:18px;padding-right:18px}
  .coolme-card-media img.coolme-real-product-photo{padding:14px!important}
}


/* COOLME v3.0 checkout mobile polish */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading,
.woocommerce .woocommerce-shipping-calculator,
.woocommerce .shipping-calculator-form {
  max-width: 100%;
  overflow-x: hidden;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row,
.woocommerce .shipping-calculator-form p,
.woocommerce .shipping-calculator-form .form-row {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce .select2-container,
.woocommerce .select2-container .select2-selection {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce .select2-container .select2-selection--single {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-radius: 18px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 18px !important;
  padding-right: 40px !important;
  white-space: normal !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
}

.woocommerce-cart .cart_totals table,
.woocommerce-cart .cart_totals tbody,
.woocommerce-cart .cart_totals tr,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  max-width: 100% !important;
  word-break: normal;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart_totals .woocommerce-shipping-methods,
.woocommerce-cart .cart_totals .shipping-calculator-form {
  text-align: left;
}

.woocommerce a.button.checkout-button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  white-space: normal !important;
  line-height: 1.25 !important;
}

@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals,
  .woocommerce-checkout form.checkout,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    width: 100% !important;
  }

  .woocommerce-cart .cart_totals {
    padding: 18px !important;
    border-radius: 28px !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr,
  .woocommerce-page .cart_totals table.shop_table_responsive tr {
    display: block !important;
    padding: 14px 0 !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr th,
  .woocommerce-page .cart_totals table.shop_table_responsive tr th,
  .woocommerce-cart .cart_totals table.shop_table_responsive tr td,
  .woocommerce-page .cart_totals table.shop_table_responsive tr td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 6px 0 !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr td::before,
  .woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
    display: none !important;
  }

  .woocommerce .shipping-calculator-form {
    padding: 14px !important;
    border-radius: 22px !important;
    background: rgba(91,45,142,.055);
  }

  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    display: block !important;
    text-align: left !important;
    margin-bottom: 8px !important;
    line-height: 1.25 !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
  }
}



/* COOLME v3.1 final lock: no irrelevant fruit icons, clean products, mobile cart/address */
.coolme-fruit-orbit{display:none!important;}
.coolme-card-media img.coolme-real-product-photo,
.coolme-single-main-img.coolme-real-product-photo{
  object-fit:contain!important;
  object-position:center center!important;
  background:#fcf8ff;
}
.coolme-card-media img.coolme-real-product-photo{padding:18px!important;}
.coolme-card-media{background:linear-gradient(145deg,#fff,#fbf7ff)!important;}
.coolme-delivery-note{
  margin-top:12px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(122,193,67,.10);
  color:#3b2060;
  font-weight:700;
  line-height:1.45;
}
.woocommerce .woocommerce-shipping-calculator{display:none!important;}
.woocommerce-cart .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review{
  direction:ltr!important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce .select2-container,
.woocommerce .select2-container .select2-selection{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
  text-align:left!important;
  display:block!important;
}
@media(max-width:768px){
  .woocommerce-cart .cart_totals,
  .woocommerce-checkout form.checkout,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .woocommerce form .form-row,
  .woocommerce-page form .form-row{
    width:100%!important;
    float:none!important;
    clear:both!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2{
    width:100%!important;
    float:none!important;
  }
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select{
    min-height:56px!important;
    border-radius:18px!important;
  }
  .woocommerce #billing_address_1_field,
  .woocommerce #shipping_address_1_field{
    display:block!important;
  }
  .woocommerce #billing_address_1,
  .woocommerce #shipping_address_1{
    min-height:58px!important;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    width:100%!important;
    min-height:60px!important;
  }
}


/* COOLME v3.3 simplified checkout fields */
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  width: 100%;
}

.woocommerce-checkout .form-row.coolme-field-wide,
.woocommerce-checkout .form-row.coolme-address-main {
  width: 100% !important;
  clear: both !important;
}

.woocommerce-checkout .form-row.coolme-field-half {
  width: calc(50% - 10px) !important;
  clear: none !important;
}

.woocommerce-checkout .form-row.coolme-field-half.form-row-first {
  float: left !important;
}

.woocommerce-checkout .form-row.coolme-field-half.form-row-last {
  float: right !important;
}

.woocommerce-checkout .form-row label {
  font-weight: 800 !important;
  color: #4a217d !important;
  margin-bottom: 9px !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 58px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(91,45,142,.16) !important;
  background: #fbf8ff !important;
  padding: 0 18px !important;
  font-size: 15px !important;
}

.woocommerce-checkout .coolme-address-main input.input-text {
  min-height: 66px !important;
  font-size: 16px !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
  border-color: #67bd34 !important;
  box-shadow: 0 0 0 4px rgba(103,189,52,.12) !important;
  outline: none !important;
}

.woocommerce .shipping-calculator-form .form-row {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.woocommerce .shipping-calculator-form input.input-text,
.woocommerce .shipping-calculator-form select,
.woocommerce .shipping-calculator-form .select2-container {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .woocommerce-checkout .form-row.coolme-field-half,
  .woocommerce-checkout .form-row.coolme-field-half.form-row-first,
  .woocommerce-checkout .form-row.coolme-field-half.form-row-last,
  .woocommerce-checkout .form-row,
  .woocommerce-page form .form-row {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  .woocommerce-checkout .form-row input.input-text,
  .woocommerce-checkout .form-row textarea,
  .woocommerce-checkout .form-row select,
  .woocommerce-checkout .select2-container,
  .woocommerce-checkout .select2-container .select2-selection--single {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .woocommerce-checkout .coolme-address-main input.input-text {
    min-height: 64px !important;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout-review-order {
    padding: 20px !important;
    border-radius: 24px !important;
  }
}
