/* =========================================================================
   Filamenter New UI — self-hosted brand font (YekanBakh FaNum).
   Declared here so the New UI header/footer/PDP always render in the brand
   font independently of the parent theme's font loading (path, MIME, or
   missing `.flmnt-home` scope). woff2 + woff for broad host compatibility.
   ========================================================================= */
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-Light.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-Regular.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-Regular.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-Regular.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-SemiBold.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-Bold.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-ExtraBold.woff') format('woff');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'FLMNTYekanBakh';src:url('../fonts/yekanbakh/YekanBakhFaNum-Black.woff2') format('woff2'),url('../fonts/yekanbakh/YekanBakhFaNum-Black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}

/* Force the brand font on every New UI surface so generic plugin/WooCommerce
   resets (e.g. body/p/span font-family rules) can't leak a fallback font into
   the header, nav, footer or PDP. SVG icons and WC star/dashicon fonts are
   exempted so iconography keeps working. */
.flm-page,.flm-page *,
.flm-site-header,.flm-site-header *,
.flm-topbar,.flm-topbar *,
.flm-nav,.flm-nav *,
.flm-mobile-drawer,.flm-mobile-drawer *,
.flm-footer,.flm-footer *,
.flm-service-bar,.flm-service-bar *,
.flm-prefooter,.flm-prefooter *,
.flm-search-modal,.flm-search-modal *,
.flm-mini-cart-layer,.flm-mini-cart-layer *,
.flm-consult-modal,.flm-consult-modal *{font-family:'FLMNTYekanBakh','Vazirmatn','Tahoma',Arial,sans-serif !important}
.flm-page .star-rating,.flm-page .star-rating *,.flm-page .star-rating::before{font-family:star !important}
.flm-page [class*="dashicons"],.flm-page [class*="dashicons"]::before{font-family:dashicons !important}

/* Filamenter New UI common layer: Home reference header/footer + shared primitives. */
:root{
  --flm-container:1312px;
  --flm-bg:#fff;
  --flm-soft:#f7f7f7;
  --flm-soft-2:#f3f4f4;
  --flm-dark:#121212;
  --flm-dark-2:#191919;
  --flm-card:#202020;
  --flm-text:#1d1d1f;
  --flm-muted:#777b82;
  --flm-border:#ededed;
  --flm-accent:#18c98b;
  --flm-accent-2:#33d69b;
  --flm-danger:#f05a5a;
  --flm-radius:10px;
  --flm-radius-sm:7px;
  --flm-shadow:0 14px 40px rgba(16,24,40,.06);
  --flm-transition:180ms ease;
  --flm-gutter-inline:40px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;text-size-adjust:100%;overflow-x:clip;max-width:100%}
body{margin:0;background:var(--flm-bg);color:var(--flm-text);font-family:FLMNTYekanBakh,"Vazirmatn",Tahoma,sans-serif;font-size:14px;font-weight:400;line-height:1.75;overflow-x:clip;max-width:100%;min-width:0;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{border:0;cursor:pointer;background:transparent;color:inherit}
ul{list-style:none;padding:0;margin:0}
img{max-width:100%;display:block}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
:focus-visible{outline:2px solid var(--flm-accent);outline-offset:3px}
.flm-skip{position:absolute;right:18px;top:-60px;z-index:9999;background:#fff;color:#111;padding:8px 14px;border-radius:999px;box-shadow:var(--flm-shadow)}
.flm-skip:focus{top:14px}
.flm-container{width:min(var(--flm-container),calc(100% - 80px));margin-inline:auto}
.flm-main{background:#fff;max-width:100%;min-width:0;overflow-x:clip}

/* Header — canonical topbar + dark brand logo (v1.5.3) */
.flm-topbar{height:72px;background:var(--flm-dark);color:#fff}
.flm-topbar__inner{height:100%;display:grid;grid-template-columns:220px 1fr 260px;align-items:center;gap:20px;overflow:visible}
.flm-brand,.flm-brand--dark,.flm-brand-dark{display:inline-flex;align-items:center;justify-content:center;min-width:0}

.flm-topbar,
.flm-topbar__inner {
  overflow: visible;
}

.flm-brand,
.flm-brand-dark,
.flm-brand--dark {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  min-width: 96px;
  max-width: 96px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
  flex: 0 0 96px;
  padding: 0;
}

.flm-brand img,
.flm-brand-dark img,
.flm-brand--dark img {
  position: static;
  display: block;
  width: auto;
  height: 64px;
  max-width: 92px;
  max-height: 64px;
  object-fit: contain;
  filter: none;
  transform: none;
}

.flm-breadcrumb__home{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;line-height:1!important;vertical-align:middle!important}
.flm-breadcrumb__home svg{display:block!important;flex:0 0 15px!important;width:15px!important;height:15px!important;position:relative!important;top:-1px!important;stroke:currentColor!important;fill:none!important}
.flm-breadcrumb__home span{display:inline-block!important;line-height:1.15!important;position:relative!important;top:0!important}
.flm-topbar__notice{justify-self:center;display:flex;align-items:center;gap:14px;color:#f6f6f6;font-size:12px;font-weight:600;white-space:nowrap;letter-spacing:-.01em}
.flm-topbar__notice p{margin:0;max-width:360px;overflow:hidden;text-overflow:ellipsis}
.flm-topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;direction:ltr}
.flm-icon-btn{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111;border:1px solid rgba(0,0,0,.06);transition:transform var(--flm-transition),background var(--flm-transition),color var(--flm-transition),border-color var(--flm-transition)}
.flm-icon-btn:hover{transform:translateY(-1px)}
.flm-icon-btn--dark{background:#1b1b1b;color:#fff;border-color:rgba(255,255,255,.12)}
.flm-icon-btn--ghost{width:28px;height:28px;background:transparent;color:#e9e9e9;border-color:transparent}
.flm-icon-btn svg,.flm-account-pill svg{font-size:17px}
.flm-account-pill{height:34px;min-width:105px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111;border-radius:999px;font-size:12px;font-weight:500;direction:rtl;white-space:nowrap}
.flm-nav{height:70px;background:#fff;border-bottom:1px solid var(--flm-border)}
.flm-nav__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}
.flm-nav__list{display:flex;align-items:center;gap:36px;color:#60646b;font-size:13px;font-weight:500}
.flm-nav__list a{position:relative;display:block;padding-block:8px;transition:color var(--flm-transition)}
.flm-nav__list a:hover,.flm-nav__list a.is-active{color:#111}
.flm-nav__list a.is-active::after{content:"";position:absolute;right:0;bottom:0;width:18px;height:2px;background:var(--flm-accent);border-radius:999px}
.flm-nav__consult{height:38px;display:inline-flex;align-items:center;gap:9px;padding:0 17px;background:#f8f8f8;border:1px solid #f1f1f1;border-radius:999px;color:#1f2227;font-size:12px;font-weight:500;white-space:nowrap}
.flm-nav__consult svg{font-size:18px;color:#1c1c1c}
.flm-menu-toggle{display:none;align-items:center;gap:7px;height:38px;padding:0 11px;background:#f7f7f7;border-radius:999px;color:#222}
.flm-menu-toggle span{display:block;width:16px;height:2px;background:currentColor;border-radius:999px;margin-block:3px}
.flm-menu-toggle b{font-size:12px;font-weight:500}
.flm-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:150;opacity:0;visibility:hidden;transition:var(--flm-transition)}
.flm-mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(360px,86vw);background:#fff;z-index:160;transform:translateX(105%);transition:transform 240ms ease;box-shadow:-22px 0 60px rgba(0,0,0,.2);padding:22px;display:flex;flex-direction:column;gap:20px}
.flm-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:14px 22px 16px;margin:-22px -22px 0;background:var(--flm-dark);color:#fff;border-bottom:none}
.flm-mobile-drawer__head .flm-icon-btn{width:38px;height:38px;background:#fff;color:#111;border:1px solid rgba(0,0,0,.08);flex-shrink:0}
.flm-mobile-drawer__head .flm-icon-btn:hover{background:#f7f7f7;color:#111;transform:none}
.flm-mobile-drawer__head .flm-icon-btn svg{stroke:#111;color:#111}
.flm-mobile-drawer__nav a{display:flex;padding:13px 4px;border-bottom:1px solid #f2f2f2;font-weight:500;color:#222}
body.is-drawer-open{overflow:hidden}
body.is-drawer-open .flm-drawer-overlay{opacity:1;visibility:visible}
body.is-drawer-open .flm-mobile-drawer{transform:translateX(0)}

/* Hero */
.flm-hero-section{padding:72px 0 28px}
.flm-hero{display:flex;gap:24px;align-items:stretch}
.flm-hero__main{position:relative;flex:1 1 auto;min-height:420px;border-radius:var(--flm-radius-sm);overflow:hidden;background:#1d1d1d;isolation:isolate}
.flm-hero__side{position:relative;flex:0 0 310px;min-height:420px;border-radius:var(--flm-radius-sm);overflow:hidden;background:#1d1d1d;transition:transform var(--flm-transition)}
.flm-hero__side:hover{transform:translateY(-2px)}
.flm-hero__main img,.flm-hero__side img{width:100%;height:100%;object-fit:cover}
.flm-hero-slider__track,.flm-hero-slide{position:absolute;inset:0;margin:0}
.flm-hero-slide{opacity:0;transition:opacity 480ms ease}
.flm-hero-slide.is-active{opacity:1}
.flm-hero-slider__pagination{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:3;display:flex;align-items:center;gap:6px;height:20px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.20);backdrop-filter:blur(10px)}
.flm-hero-slider__pagination button{width:5px;height:5px;border-radius:999px;background:rgba(255,255,255,.55);padding:0;transition:width var(--flm-transition),background var(--flm-transition)}
.flm-hero-slider__pagination button.is-active{width:28px;background:#fff}
.flm-hero-slider__progress{width:34px;height:4px;border-radius:999px;background:rgba(255,255,255,.32);overflow:hidden;display:inline-flex;align-items:stretch}
.flm-hero-slider__progress i{display:block;width:48%;background:#fff;border-radius:inherit}

/* Benefits */
.flm-benefits{padding:20px 0 54px}
.flm-benefits__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;align-items:start}
.flm-benefit-card{display:flex;align-items:center;justify-content:center;gap:13px;color:#222;min-width:0}
.flm-benefit-card__icon{width:50px;height:50px;border-radius:999px;background:#f6f6f6;display:grid;place-items:center;flex:0 0 auto;color:#1d1d1d}
.flm-benefit-card__icon svg{font-size:22px}
.flm-benefit-card h3{margin:0 0 2px;font-size:13px;font-weight:500;letter-spacing:-.02em}
.flm-benefit-card p{margin:0;color:#8a8e94;font-size:11px;line-height:1.55}

/* Sections */
.flm-section{padding:34px 0}
.flm-section-title{margin-bottom:0}
.flm-section-title--center{text-align:center}
.flm-template-home-new .flm-section .flm-section-title--center{margin-bottom:34px}
.flm-finder .flm-section-title{margin-bottom:24px}
.flm-section-title h2,.flm-section-head h2{margin:0;color:#191a1c;font-size:18px;font-weight:500;letter-spacing:-.04em;line-height:1.4}
.flm-section-title p{margin:9px 0 0;color:#81858b;font-size:12px}
.flm-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.flm-section-head__title{display:flex;align-items:center;gap:10px;text-align:right;min-width:0}
.flm-section-head__title>span{width:7px;height:7px;background:#121212;border-radius:50%;display:inline-block;flex:0 0 auto}
.flm-section-head__title h2{white-space:nowrap}
.flm-section-head__title p{margin:0;color:#a1a3a8;font-size:12px;padding-right:16px;border-right:1px solid #e7e7e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}
.flm-section-link{display:inline-flex;align-items:center;gap:7px;color:var(--flm-accent);font-size:13px;font-weight:500;white-space:nowrap}
.flm-section-link svg{font-size:15px;stroke:#1FBF8A;color:#1FBF8A}

/* Categories */
.flm-categories{padding-top:30px;padding-bottom:48px}
.flm-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 24px}
.flm-category-card{height:96px;display:flex;align-items:center;justify-content:flex-start;gap:16px;position:relative;padding:14px 20px;background:#f6f6f6;border-radius:var(--flm-radius-sm);overflow:hidden;transition:transform var(--flm-transition),background var(--flm-transition),box-shadow var(--flm-transition)}
.flm-category-card:hover{transform:translateY(-2px);box-shadow:var(--flm-shadow)}
.flm-category-card img{width:72px;height:72px;object-fit:contain;flex:0 0 auto;mix-blend-mode:multiply}
.flm-category-card strong{display:block;color:#17191c;font-size:14px;font-weight:500;line-height:1.35;direction:ltr;text-align:right}
.flm-category-card span{display:block;margin-top:5px;color:#8a8d93;font-size:11px;line-height:1.6}
.flm-category-card--dark{background:#151515 url("../images/bg120mah.png") center/cover no-repeat;color:#fff;justify-content:space-between;isolation:isolate}
.flm-category-card--dark::before{display:none}
.flm-category-card--dark .flm-category-card__arrow{order:2}
.flm-category-card--dark .flm-category-card__arrow svg{font-size:20px;stroke:#000;color:#000}
.flm-category-card--dark strong{font-size:24px;color:#fff;text-align:right;direction:rtl}
.flm-category-card--dark span{color:#fff}
.flm-category-card__arrow{width:42px;height:42px;border-radius:50%;background:#fff;color:#111;display:grid!important;place-items:center;flex:0 0 auto;margin:0!important}
.flm-category-card__arrow svg{font-size:20px}

/* Wide banner */
.flm-wide-banner{padding:36px 0 52px}
.flm-wide-banner__link{display:block;border-radius:var(--flm-radius-sm);overflow:hidden;background:#171717;transition:transform var(--flm-transition)}
.flm-wide-banner__link:hover{transform:translateY(-2px)}
.flm-wide-banner__link img{width:100%;height:220px;object-fit:cover}
.flm-wide-banner__link picture{display:block;width:100%}

/* Products */
.flm-products{padding-top:24px;padding-bottom:50px}
.flm-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.flm-product-card{min-width:0}
.flm-product-card__image{position:relative;aspect-ratio:1/1;background:#F7F7F7;border-radius:var(--flm-radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:18px;padding:20px}
.flm-product-card__image img{width:88%;height:88%;object-fit:contain;transition:transform 220ms ease}
.flm-product-card:hover .flm-product-card__image img{transform:scale(1.035)}
.flm-badge{position:absolute;top:13px;right:13px;left:auto;z-index:2;height:23px;display:inline-flex;align-items:center;gap:5px;border-radius:8px;background:#fff;color:#222;padding:0 10px;font-size:10px;font-weight:500;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.flm-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
.flm-badge--new::before,.flm-badge--green::before{background:#1FBF8A}
.flm-badge--sale::before{content:none;display:none}
.flm-badge__icon{width:14px;height:14px;flex:0 0 14px;object-fit:contain;display:block}
.flm-badge--red{color:var(--flm-danger)}
.flm-badge--green{color:var(--flm-accent)}
.flm-product-card__meta{display:flex;align-items:center;gap:7px;margin:0 0 6px;color:#969aa0;font-size:11px;line-height:1.5;white-space:nowrap;overflow:hidden}
.flm-product-card__meta i{width:3px;height:3px;border-radius:50%;background:#d1d1d1;flex:0 0 3px}
.flm-product-card h3{margin:0 0 8px;color:#18191b;font-size:15px;font-weight:500;line-height:1.65;letter-spacing:-.03em;min-height:30px}
.flm-product-card__desc{margin:0 0 14px;color:#8f9399;font-size:12px;line-height:1.7;min-height:42px}
.flm-product-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px}
.flm-product-card strong{font-size:14px;font-weight:600;color:#161719;white-space:nowrap}
.flm-product-card button{height:34px;min-width:70px;border-radius:999px;background:#f6f6f6;color:#111;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:500;transition:background var(--flm-transition)}
.flm-product-card button:hover{background:#ececec}
.flm-product-card button svg{font-size:15px}

/* Services carousel */
.flm-services{padding:46px 0 46px}
.flm-services__panel{position:relative;background:#f7f7f7;border-radius:var(--flm-radius-sm);padding:38px 22px 30px;overflow:hidden}
.flm-services__panel h2{text-align:center;margin:0 0 30px;font-size:18px;font-weight:500;letter-spacing:-.04em}
.flm-services__wrap{position:relative;overflow:hidden}
.flm-services__wrap::before,.flm-services__wrap::after{content:"";position:absolute;top:0;bottom:0;width:95px;z-index:2;pointer-events:none}
.flm-services__wrap::before{right:0;background:linear-gradient(90deg,rgba(247,247,247,0),#f7f7f7)}
.flm-services__wrap::after{left:0;background:linear-gradient(270deg,rgba(247,247,247,0),#f7f7f7)}
.flm-services__rail{display:flex;gap:28px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:0 26px 8px;direction:rtl}
.flm-services__rail::-webkit-scrollbar{display:none}
.flm-service-item{flex:0 0 88px;display:flex;flex-direction:column;align-items:center;gap:9px;color:#202124;opacity:1;transition:opacity var(--flm-transition),transform var(--flm-transition)}
.flm-service-item:hover{transform:translateY(-2px)}
.flm-service-item.is-faded{opacity:.38}
.flm-service-item img{width:72px;height:72px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #e3e3e3;padding:4px;mix-blend-mode:multiply}
.flm-service-item.is-active img{border-color:#1c9c57;box-shadow:0 0 0 4px rgba(24,201,139,.12)}
.flm-service-item.is-active::after{content:"";width:35px;height:14px;border-radius:999px;background:var(--flm-accent);margin-top:-24px;z-index:2;box-shadow:0 8px 16px rgba(24,201,139,.25)}
.flm-service-item span{font-size:12px;font-weight:500;white-space:nowrap;margin-top:2px}
.flm-carousel-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px;direction:ltr}
.flm-carousel-controls button{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.flm-carousel-controls span{width:92px;height:9px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;padding:3px}
.flm-carousel-controls i{width:34px;height:3px;background:#111;border-radius:999px;display:block}

/* Engineering cards */
.flm-engineering{padding:38px 0 64px}
.flm-engineering__rail{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}
.flm-engineering-card{position:relative;height:250px;border-radius:var(--flm-radius-sm);overflow:hidden;background:#191919;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;isolation:isolate;transition:transform var(--flm-transition)}
.flm-engineering-card:hover{transform:translateY(-3px)}
.flm-engineering-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.72));z-index:-1}
.flm-engineering-card__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform 260ms ease}
.flm-engineering-card:hover .flm-engineering-card__bg{transform:scale(1.04)}
.flm-engineering-card span{font-size:15px;font-weight:500;line-height:1.3;direction:ltr;text-align:right}
.flm-engineering-card small{margin-top:4px;color:rgba(255,255,255,.74);font-size:10px;font-weight:500}
.flm-engineering-card__arrow{position:absolute;left:16px;bottom:16px;z-index:2;width:20px;height:20px;max-width:20px;max-height:20px;object-fit:contain;display:block;pointer-events:none}

/* Finder */
.flm-finder{padding:34px 0 74px}
.flm-finder__shell{position:relative;background:#fafafa;border-radius:var(--flm-radius-sm);padding:42px 0 58px;overflow:hidden;isolation:isolate}
.flm-finder__shell::before{content:"";position:absolute;inset:0;background-image:radial-gradient(#d9d9d9 .7px,transparent .7px);background-size:12px 12px;opacity:.34;z-index:-1}
.flm-finder .flm-section-title{margin-bottom:24px}
.flm-finder__panel{position:relative;width:min(920px,calc(100% - 280px));margin-inline:auto;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 20px 48px rgba(15,23,42,.05);padding:32px 44px 38px;z-index:2}
.flm-finder__panel>h3{margin:0 0 22px;display:flex;align-items:center;gap:9px;font-size:15px;font-weight:500;justify-content:flex-start}
.flm-finder__panel>h3 span{width:7px;height:7px;background:var(--flm-accent);border-radius:50%}
.flm-finder__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:34px}
.flm-finder__chips button{height:38px;min-width:150px;padding:0 15px;border-radius:999px;border:1px solid #ededed;background:#fff;color:#2c3035;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:500;transition:border-color var(--flm-transition),box-shadow var(--flm-transition),color var(--flm-transition)}
.flm-finder__chips button svg{font-size:16px}
.flm-finder__chips button.is-active{border:1.5px dashed var(--flm-accent);color:#111;box-shadow:0 0 0 4px rgba(24,201,139,.08)}
.flm-finder__result{display:grid;grid-template-columns:1fr 1.6fr 210px;gap:28px;align-items:center;border-top:1px dashed #efefef;padding-top:34px}
.flm-finder__badge{justify-self:start;height:30px;display:inline-flex;align-items:center;gap:7px;background:#fff3df;color:#9a6515;border-radius:999px;padding:0 13px;font-size:12px;font-weight:500;white-space:nowrap}
.flm-finder__badge svg{font-size:15px;fill:#ffb02e;stroke:#ffb02e}
.flm-finder__content h4{margin:0 0 8px;font-size:20px;font-weight:600;letter-spacing:-.02em;direction:ltr;text-align:right}
.flm-finder__content p{margin:0 0 18px;color:#555b62;font-size:12px;line-height:1.8}
.flm-finder__content ul{display:grid;grid-template-columns:repeat(2,1fr);gap:11px 22px;margin-bottom:22px}
.flm-finder__content li{position:relative;padding-right:22px;color:#5f656d;font-size:12px;line-height:1.7}
.flm-finder__content li::before{content:"";position:absolute;right:0;top:6px;width:14px;height:14px;border-radius:50%;background:rgba(24,201,139,.12);border:1px solid rgba(24,201,139,.35)}
.flm-finder__content li::after{content:"";position:absolute;right:4px;top:10px;width:6px;height:3px;border-right:2px solid var(--flm-accent);border-bottom:2px solid var(--flm-accent);transform:rotate(45deg)}
.flm-finder__content a{height:40px;border-radius:999px;background:#f6f6f6;color:#111;display:inline-flex;align-items:center;gap:8px;padding:0 18px;font-size:12px;font-weight:500}
.flm-finder__image{position:relative;margin:0;height:188px;background:#f6f6f6;border-radius:var(--flm-radius-sm);display:grid;place-items:center;overflow:hidden}
.flm-finder__image span{position:absolute;top:15px;left:15px;width:20px;height:20px;border-radius:50%;background:var(--flm-accent)}
.flm-finder__image span::before,.flm-finder__image span::after{content:"";position:absolute;background:#fff;border-radius:999px;left:5px;right:5px;height:2px;top:9px}.flm-finder__image span::after{transform:rotate(90deg)}
.flm-finder__image img{width:150px;height:150px;object-fit:contain;mix-blend-mode:multiply}
.flm-finder__float{position:absolute;width:170px;height:170px;object-fit:contain;z-index:1;top:49%;transform:translateY(-30%);mix-blend-mode:multiply;pointer-events:none}
.flm-finder__float--right{right:84px}
.flm-finder__float--left{left:88px}

/* eSUN banner */
.flm-esun{padding:10px 0 82px}
.flm-esun__banner{position:relative;min-height:180px;background:#141414;border-radius:var(--flm-radius-sm);overflow:visible;color:#fff;display:grid;grid-template-columns:1fr 1.25fr;gap:34px;align-items:center;padding:34px 42px;isolation:isolate}
.flm-esun__banner::before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:radial-gradient(rgba(255,255,255,.10) 1px,transparent 1px);background-size:9px 9px;opacity:.38;z-index:-2}
.flm-esun__banner::after{content:"eSUN";position:absolute;left:30%;top:50%;transform:translate(-50%,-50%);font-size:108px;font-weight:600;color:rgba(255,255,255,.06);letter-spacing:-.08em;z-index:-1;direction:ltr}
.flm-esun__text{justify-self:end;max-width:390px;text-align:right}
.flm-esun__text h2{margin:0 0 9px;font-size:21px;font-weight:600;letter-spacing:-.04em}
.flm-esun__text p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:2}
.flm-esun__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;order:2}
.flm-esun__cards article{min-height:120px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.055);border-radius:var(--flm-radius-sm);padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.flm-esun__cards svg{font-size:30px;color:var(--flm-accent);margin-bottom:12px}
.flm-esun__cards h3{margin:0 0 4px;font-size:13px;font-weight:500;color:#fff}
.flm-esun__cards p{margin:0;color:rgba(255,255,255,.60);font-size:11px}
.flm-esun__stamp{position:absolute;top:-40px;right:72px;transform:none;width:82px;height:82px;border-radius:50%;background:var(--flm-accent);color:#fff;display:grid;place-items:center;border:6px solid rgba(255,255,255,.55);box-shadow:0 18px 34px rgba(24,201,139,.25)}
.flm-esun__stamp::before{content:"";position:absolute;inset:10px;border:1px dashed rgba(255,255,255,.82);border-radius:inherit}
.flm-esun__stamp svg{font-size:27px;position:relative;z-index:2}

/* Articles */
.flm-articles{padding-top:0;padding-bottom:72px}
.flm-article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.flm-article-card a{display:block;position:relative}
.flm-article-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--flm-radius-sm);margin-bottom:14px}
.flm-article-card h3{margin:0 0 6px;font-size:14px;font-weight:500;line-height:1.8;color:#17191c;letter-spacing:-.03em;min-height:50px}
.flm-article-card p{margin:0;color:#9a9da2;font-size:11px}
.flm-article-card svg{margin-top:16px;color:#222;font-size:18px}

/* Prefooter */
.flm-prefooter{background:#f7f7f7;border-top:1px solid #f0f0f0;border-bottom:1px solid #ededed;padding:24px 0}
.flm-prefooter__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.flm-prefooter article{display:flex;align-items:center;justify-content:center;gap:14px;color:#202124}
.flm-prefooter svg{font-size:27px;color:#1d1d1d}
.flm-prefooter h3{margin:0 0 3px;font-size:13px;font-weight:500}
.flm-prefooter p{margin:0;color:#8c8f95;font-size:11px}

/* Footer */
.flm-footer{background:#151515;color:#fff;padding:54px 0 30px;position:relative}
.flm-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.08)}
.flm-footer h2,.flm-footer h3{position:relative;margin:0 0 15px;font-size:14px;font-weight:600;color:#fff;letter-spacing:-.03em}
.flm-footer h2::before,.flm-footer h3::before{content:"";display:inline-block;width:5px;height:5px;background:#fff;border-radius:50%;margin-left:8px;vertical-align:middle}
.flm-footer li+li{margin-top:9px}
.flm-footer a,.flm-footer p{color:rgba(255,255,255,.56);font-size:12px;line-height:2;margin:0}
.flm-footer a:hover{color:#fff}
.flm-footer__about{display:grid;grid-template-columns:1fr 240px;gap:30px;align-items:stretch;padding:34px 0}
.flm-footer__brandbox{display:grid;grid-template-columns:120px 1fr;gap:22px;align-items:center;background:#1c1c1c;border-radius:var(--flm-radius-sm);padding:24px}
.flm-footer__brand-text p{font-size:12px;color:rgba(255,255,255,.68);line-height:2.2}
.flm-footer__trust{display:flex;flex-direction:column;gap:9px;align-items:flex-start}
.flm-footer__trust span{font-size:12px;font-weight:500;color:#fff}
.flm-enamad{width:170px;height:90px;border-radius:6px;background:#fff;color:#2980c7;display:grid;place-items:center;font-size:48px;font-family:Georgia,serif;font-style:italic;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.flm-footer__info{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:30px;align-items:start;padding-bottom:28px;border-bottom:0}
.flm-footer__contact p span{color:var(--flm-accent);font-weight:500;margin-left:7px}
.flm-footer__social>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:center;width:100%;min-width:0}
.flm-social{height:34px;border-radius:999px;display:inline-flex!important;align-items:center;justify-content:center;padding:0 15px;color:#fff!important;font-size:11px!important;font-weight:500;line-height:1!important}
.flm-social--wa{background:#1dc782}.flm-social--tg{background:#37aee2}.flm-social--ig{background:linear-gradient(90deg,#ffcc31,#ff0069,#7a39ff)}
.flm-backtop{margin-top:22px;height:38px;padding:0 18px;border-radius:999px;background:#fff;color:#111;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500}
.flm-backtop svg{font-size:16px}
.flm-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;color:rgba(255,255,255,.45)}
.flm-footer__bottom p{font-size:11px;color:rgba(255,255,255,.45)}

@media (max-width:1200px){
  .flm-container{width:min(var(--flm-container),calc(100% - 48px))}
  .flm-topbar__inner{grid-template-columns:180px 1fr 230px}
  .flm-nav__list{gap:22px}
  .flm-hero__side{flex-basis:270px}.flm-hero__main,.flm-hero__side{min-height:370px}
  .flm-benefits__grid{gap:14px}.flm-benefit-card{gap:10px}
  .flm-engineering__rail{gap:16px}.flm-engineering-card{height:250px;padding:14px}
  .flm-finder__panel{width:min(880px,calc(100% - 150px))}.flm-finder__float--right{right:20px}.flm-finder__float--left{left:20px}
}
@media (max-width:992px){
  .flm-topbar__inner{grid-template-columns:auto 1fr auto}.flm-topbar__notice p{max-width:260px}.flm-account-pill span{display:none}.flm-account-pill{min-width:38px;padding:0;width:38px}
  .flm-nav__list{display:none}.flm-menu-toggle{display:inline-flex}.flm-nav__consult{margin-right:auto;max-width:60%;overflow:hidden}.flm-nav__consult span{overflow:hidden;text-overflow:ellipsis}
  .flm-hero-section{padding-top:38px}.flm-hero{gap:18px}.flm-hero__side{flex-basis:240px}.flm-hero__main,.flm-hero__side{min-height:320px}
  .flm-benefits__grid{grid-template-columns:repeat(3,1fr)}
  .flm-category-grid,.flm-product-grid,.flm-article-grid{grid-template-columns:repeat(2,1fr)}
  .flm-section-head__title p{display:none}
  .flm-services__rail{gap:22px}
  .flm-engineering__rail{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px;scrollbar-width:none}.flm-engineering__rail::-webkit-scrollbar{display:none}.flm-engineering-card{flex:0 0 180px;scroll-snap-align:start}
  .flm-finder__panel{width:calc(100% - 44px);padding:28px 24px}.flm-finder__float{opacity:.42;width:130px}.flm-finder__result{grid-template-columns:1fr 1.7fr 170px}
  .flm-esun__banner{grid-template-columns:1fr;padding:32px}.flm-esun__text{justify-self:start;max-width:none}.flm-esun__cards{order:0}.flm-esun__stamp{right:42px;left:auto;transform:none}
  .flm-prefooter__grid{grid-template-columns:repeat(2,1fr)}
  .flm-footer__links,.flm-footer__about,.flm-footer__info{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .flm-container{width:100%!important;max-width:100%!important;padding-inline:var(--flm-gutter-inline)!important;margin-inline:auto!important;box-sizing:border-box!important}
  .flm-topbar{height:60px}.flm-topbar__inner{gap:10px}.flm-topbar__notice{display:none}.flm-topbar__actions{gap:6px}.flm-icon-btn{width:34px;height:34px}.flm-account-pill{height:34px;width:34px;min-width:34px}
  .flm-nav{height:58px}.flm-nav__consult{height:34px;font-size:11px;max-width:70%}
  .flm-hero-section{padding-top:24px}.flm-hero{display:grid;grid-template-columns:1fr}.flm-hero__main{min-height:auto;aspect-ratio:980/420}.flm-hero__side{min-height:auto;aspect-ratio:310/420;max-width:320px;width:100%;justify-self:center;flex-basis:auto}.flm-hero-slider__pagination{bottom:12px;transform:translateX(-50%) scale(.85)}
  .flm-benefits{padding-bottom:32px}.flm-benefits__grid{grid-template-columns:repeat(2,1fr)}.flm-benefit-card{justify-content:flex-start;background:#fff;border:1px solid #f2f2f2;border-radius:12px;padding:10px}.flm-benefit-card__icon{width:42px;height:42px}
  .flm-section{padding:28px 0}.flm-section-title{margin-bottom:22px}.flm-section-title h2,.flm-section-head h2{font-size:16px}.flm-section-head{margin-bottom:20px}
  .flm-category-grid{gap:12px}.flm-category-card{height:90px;padding:12px;gap:10px}.flm-category-card img{width:54px;height:54px}.flm-category-card strong{font-size:12px}.flm-category-card span{font-size:10px}.flm-category-card--dark strong{font-size:20px}.flm-category-card__arrow{width:34px;height:34px}
  .flm-wide-banner{padding:26px 0 32px}.flm-wide-banner__link img{height:auto;aspect-ratio:1774/887;object-fit:contain}
  .flm-product-grid{gap:22px 14px}.flm-product-card__image{margin-bottom:12px}.flm-product-card h3{font-size:12px;min-height:40px}.flm-product-card__desc{display:none}.flm-product-card footer{align-items:flex-start;flex-direction:column}.flm-product-card strong{font-size:12px}.flm-product-card button{height:31px;min-width:62px}.flm-badge{top:8px;right:8px;left:auto;font-size:9px;height:21px;padding-inline:8px}
  .flm-services{padding:28px 0}.flm-services__panel{padding:28px 12px 24px}.flm-services__panel h2{font-size:16px}.flm-service-item{flex-basis:76px}.flm-service-item img{width:62px;height:62px}
  .flm-engineering{padding:26px 0 40px}.flm-engineering-card{height:250px;flex-basis:168px}
  .flm-finder{padding:24px 0 48px}.flm-finder__shell{padding:32px 0}.flm-finder__panel{width:calc(100% - 24px);padding:22px 16px}.flm-finder__chips{gap:10px;justify-content:flex-start}.flm-finder__chips button{min-width:calc(50% - 5px);font-size:11px;height:36px;padding-inline:9px}.flm-finder__result{grid-template-columns:1fr;gap:18px;padding-top:24px}.flm-finder__badge{justify-self:start}.flm-finder__image{height:170px;order:-1}.flm-finder__content ul{grid-template-columns:1fr}.flm-finder__float{display:none}
  .flm-esun{padding-top:38px;padding-bottom:48px;overflow:visible}.flm-esun__banner{padding:28px 18px;gap:22px;overflow:visible}.flm-esun__cards{grid-template-columns:1fr}.flm-esun__banner::after{font-size:70px;left:45%;top:34%}.flm-esun__stamp{width:68px;height:68px;top:-34px;right:24px;left:auto;z-index:3}.flm-esun__text h2{font-size:18px}
  .flm-article-grid{gap:22px 14px}.flm-article-card h3{font-size:12px;min-height:44px}.flm-article-card svg{margin-top:9px}
  .flm-prefooter__grid{gap:14px}.flm-prefooter article{justify-content:flex-start;background:#fff;border-radius:10px;padding:12px}.flm-prefooter h3{font-size:12px}.flm-prefooter p{font-size:10px}
  .flm-footer{padding-top:36px}.flm-footer__links,.flm-footer__about,.flm-footer__info{grid-template-columns:1fr;gap:24px}.flm-footer__brandbox{grid-template-columns:1fr}.flm-footer__trust{align-items:stretch}.flm-enamad{width:100%}.flm-footer__bottom{align-items:flex-start;flex-direction:column}
}
@media (max-width:420px){
  .flm-container{width:calc(100% - 24px)}
  .flm-nav__consult span{display:none}.flm-nav__consult{width:38px;padding:0;justify-content:center}.flm-benefits__grid,.flm-category-grid,.flm-product-grid,.flm-article-grid,.flm-prefooter__grid{grid-template-columns:1fr}
  .flm-category-card{height:84px}.flm-product-card footer{flex-direction:row;align-items:center}.flm-finder__chips button{min-width:100%}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}

/* ===== Final alignment and asset-icon fixes ===== */
.flm-icon-btn img,.flm-cart-pill img,.flm-nav__consult img,.flm-benefit-card__icon img,.flm-product-card button img,.flm-prefooter article img,.flm-backtop img{display:block;width:18px;height:18px;object-fit:contain}
.flm-topbar__actions .flm-icon-btn img{filter:brightness(0) invert(1)}
.flm-cart-pill{height:34px;min-width:112px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap}
.flm-cart-pill img{width:16px;height:16px}
.flm-nav__consult img{width:18px;height:18px}
.flm-benefit-card__icon img{width:50px;height:50px}
.flm-section-head{direction:rtl}
.flm-product-card button img{width:15px;height:15px}
.flm-engineering__rail{direction:ltr}
.flm-engineering-card{direction:rtl}
.flm-engineering-card span,.flm-engineering-card small{text-align:right;display:block}
.flm-engineering-card__arrow{right:auto;left:16px}
.flm-finder__chips{justify-content:flex-end}
.flm-finder__panel>h3{justify-content:flex-end}
.flm-esun__banner{grid-template-columns:1.18fr 1fr}
.flm-esun__cards{order:0}
.flm-esun__cards article img{width:30px;height:30px;object-fit:contain;margin-bottom:12px}
.flm-esun__stamp{padding:0;border:none;background:none;box-shadow:none;object-fit:contain}
.flm-esun__stamp::before{display:none}
.flm-prefooter article img{width:28px;height:28px}
.flm-footer__social .flm-social{display:block;width:100%;min-width:0;padding:0!important;background:none!important;height:40px;border-radius:0;color:inherit!important;font-size:0!important;line-height:0!important}
.flm-footer__social .flm-social img{display:block;width:100%;max-width:100%;height:40px;object-fit:contain}
.flm-footer__social>div{gap:8px}
.flm-footer__social .flm-backtop{margin-top:18px}
.flm-backtop img{width:16px;height:16px}
.flm-footer__trust{align-items:flex-start}

@media (max-width:992px){
  .flm-esun__banner{grid-template-columns:1fr}
  .flm-esun__text{order:0;justify-self:start}
  .flm-esun__cards{order:1}
}
@media (max-width:768px){
  .flm-topbar__actions{gap:6px}
  .flm-cart-pill{min-width:96px;padding:0 11px}
  .flm-cart-pill span{font-size:11px}
  .flm-benefit-card__icon img{width:42px;height:42px}
  .flm-engineering-card span,.flm-engineering-card small{text-align:right}
  .flm-footer__social .flm-social img{height:36px}
}
@media (max-width:420px){
  .flm-cart-pill span{display:none}
  .flm-cart-pill{min-width:34px;width:34px;padding:0;border-radius:50%}
  .flm-cart-pill img{width:16px;height:16px}
}

/* ===== refinement round 2 ===== */
.flm-hero-slider__progress{display:none!important}

/* Hero ordering and pagination */
.flm-hero{flex-direction:row}
.flm-hero__main{order:1}
.flm-hero__side{order:2}
.flm-hero-slider__pagination{gap:7px;height:18px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.18)}
.flm-hero-slider__pagination button{width:6px;height:6px;background:rgba(255,255,255,.45)}
.flm-hero-slider__pagination button.is-active{width:34px;border-radius:999px}

/* Header cart pill */
.flm-cart-pill{direction:ltr;gap:12px;min-width:156px;height:58px;padding:0 20px 0 12px;border-radius:999px;font-size:18px;font-weight:600!important;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.flm-cart-pill__count{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#171717;color:#fff;font-size:26px;line-height:1;font-weight:600}
.flm-cart-pill__label{direction:rtl;font-size:18px;line-height:1;font-weight:600;color:#171717}
.flm-cart-pill img{width:28px;height:28px;order:3}

/* Product card footer */
.flm-product-card__footer{display:flex!important;justify-content:space-between;align-items:flex-end;direction:ltr;gap:16px}
.flm-product-card__price{display:flex;flex-direction:column;gap:6px;direction:rtl;align-items:flex-start}
.flm-product-card__old-price{color:#8d8d8d;font-size:12px;line-height:1;text-decoration:line-through;text-decoration-thickness:1.5px}
.flm-product-card__price strong{font-size:14px;font-weight:500!important;color:#161719;white-space:nowrap}
.flm-product-card__buy{height:44px;min-width:120px;padding:0 20px;border-radius:999px;background:#f4f4f4!important;border:1px solid #efefef;color:#252525;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px!important;font-weight:500!important;direction:rtl;flex-direction:row}
.flm-product-card__buy img,.flm-related-buy img{width:22px!important;height:22px!important;order:0!important;flex:0 0 22px}
.flm-product-card__buy span,.flm-related-buy span{order:1!important}
.flm-product-card__buy:hover{background:#eeeeee!important}

/* Services rail and story state */
.flm-services__panel{padding-bottom:36px}
.flm-service-item{position:relative;flex:0 0 96px;gap:10px;padding-bottom:12px}
.flm-service-item img{width:76px;height:76px;padding:5px;border:2px solid #dfdfdf;background:#fff}
.flm-service-item span{font-size:14px;font-weight:600!important;color:#1f2023;white-space:normal;text-align:center;line-height:1.5}
.flm-service-item.is-active img{border-color:#359548;box-shadow:0 0 0 3px rgba(24,201,139,.10)}
.flm-service-item.is-active::after{content:"جدید";position:absolute;top:61px;left:50%;transform:translateX(-50%);height:18px;padding:0 12px;border-radius:999px;background:#27b56f;color:#fff;font-size:10px;font-weight:600;line-height:18px;box-shadow:0 8px 16px rgba(39,181,111,.22);margin-top:0;width:auto;z-index:3}
.flm-service-item.is-faded{opacity:.30}
.flm-carousel-controls{gap:22px;margin-top:8px}
.flm-carousel-controls button{width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid #ededed;display:grid;place-items:center;box-shadow:none}
.flm-carousel-controls button svg{width:18px;height:18px}
.flm-carousel-controls span{width:98px;height:14px;border-radius:999px;background:
  radial-gradient(circle at 18% 50%, #d2d2d2 0 3px, transparent 3.4px),
  radial-gradient(circle at 36% 50%, #d2d2d2 0 3px, transparent 3.4px),
  radial-gradient(circle at 64% 50%, #d2d2d2 0 3px, transparent 3.4px),
  radial-gradient(circle at 82% 50%, #d2d2d2 0 3px, transparent 3.4px),
  #fff;position:relative;border:1px solid #f1f1f1}
.flm-carousel-controls span i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:5px;border-radius:999px;background:#2e2e2e}

/* Finder alignment requested */
.flm-finder__panel>h3{justify-content:flex-start!important;font-weight:600!important}
.flm-finder__chips{justify-content:flex-start!important}

/* Lighter typography */
body{font-weight:500}
.flm-section-title h2,.flm-section-head h2,.flm-services__panel h2,.flm-esun__text h2,.flm-footer__links h2,.flm-footer__social h3,.flm-footer__contact h3,.flm-footer__info h3{font-weight:600!important}
.flm-category-card strong,.flm-engineering-card span,.flm-prefooter h3,.flm-benefit-card h3,.flm-nav__list a.is-active,.flm-nav__consult,.flm-section-link,.flm-service-item span,.flm-finder__content h4,.flm-backtop,.flm-cart-pill__count,.flm-cart-pill__label{font-weight:500!important}
.flm-badge,.flm-finder__badge,.flm-mobile-drawer__nav a,.flm-menu-toggle b{font-weight:500!important}
.flm-product-card__desc,.flm-benefit-card p,.flm-section-title p,.flm-section-head__title p,.flm-footer p,.flm-footer li a,.flm-category-card span,.flm-article-card p{font-weight:500}

/* Mobile refinements */
@media (max-width:768px){
  .flm-topbar{height:60px}
  .flm-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:10px}
  .flm-topbar__notice{display:none}
  .flm-brand,.flm-brand-dark,.flm-brand--dark{width:78px;min-width:78px;max-width:78px;height:48px;min-height:48px;max-height:48px;flex:0 0 78px}
  .flm-brand img,.flm-brand-dark img,.flm-brand--dark img{height:46px;max-width:74px;max-height:46px}
  .flm-topbar__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
  .flm-cart-pill{width:42px;height:42px;min-width:42px;padding:0;border-radius:50%;gap:0}
  .flm-cart-pill__label,.flm-cart-pill__count{display:none}
  .flm-cart-pill img{width:19px;height:19px}
  .flm-nav{height:56px}
  .flm-nav__inner{gap:10px}
  .flm-menu-toggle{height:36px;padding:0 14px;border-radius:999px;background:#f5f5f5;border:1px solid #ececec;display:inline-flex;align-items:center;gap:8px}
  .flm-menu-toggle span{width:10px;height:1.5px;background:#2d2d2d;display:block}
  .flm-menu-toggle b{font-size:12px;color:#222}
  .flm-nav__consult{margin-right:0;max-width:none;flex:1 1 auto;justify-content:space-between;padding-inline:14px;height:38px}
  .flm-hero{grid-template-columns:1fr}
  .flm-hero__main{order:1}
  .flm-hero__side{order:2;justify-self:start;max-width:240px}
  .flm-product-card__footer{gap:10px}
  .flm-product-card__buy{height:38px;min-width:86px;padding:0 14px;font-size:14px!important}
  .flm-product-card__buy img{width:18px!important;height:18px!important}
  .flm-product-card__price strong{font-size:13px}
  .flm-service-item{flex-basis:84px}
  .flm-service-item img{width:68px;height:68px}
  .flm-service-item span{font-size:12px}
  .flm-service-item.is-active::after{top:56px;font-size:9px;height:16px;line-height:16px;padding:0 10px}
  .flm-carousel-controls button{width:44px;height:44px}
  .flm-carousel-controls span{width:88px}
}
@media (max-width:420px){
  .flm-benefits__grid{grid-template-columns:repeat(2,1fr)}
  .flm-category-grid{grid-template-columns:repeat(2,1fr)!important}
  .flm-product-grid,.flm-article-grid,.flm-prefooter__grid{grid-template-columns:1fr}
  .flm-category-card{height:94px}
}

/* ===== refinement round 3: cart, mobile header, product footer ===== */
.flm-drawer-overlay{background:rgba(10,10,10,.38)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}

.flm-cart-pill{height:58px!important;min-width:170px!important;padding:0 18px 0 12px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;overflow:hidden;background:#fff!important;color:#151515!important;direction:ltr!important}
.flm-cart-pill__count{flex:0 0 46px!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;aspect-ratio:1/1!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#171717!important;color:#fff!important;font-size:25px!important;font-weight:600!important;line-height:1!important;text-align:center!important;padding:0!important;overflow:hidden!important}
.flm-cart-pill__label{flex:0 0 auto!important;white-space:nowrap!important;font-size:18px!important;font-weight:600!important;line-height:1!important;color:#1c1c1c!important;direction:rtl!important}
.flm-cart-pill img{flex:0 0 28px!important;width:28px!important;height:28px!important;min-width:28px!important;object-fit:contain!important;order:3!important}

.flm-product-card__footer{flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;direction:ltr!important;width:100%!important;gap:12px!important}
.flm-product-card__price{direction:rtl!important;align-items:flex-end!important;text-align:left!important;min-width:0!important}
.flm-product-card__old-price{align-self:flex-end!important;text-align:left!important;direction:ltr!important;color:#858585!important;font-size:12px!important;text-decoration:line-through!important;line-height:1!important}
.flm-product-card__price strong{display:block!important;text-align:left!important;font-weight:500!important}
.flm-product-card__buy{flex:0 0 auto!important;order:1!important}

.flm-nav__consult img{width:30px!important;height:30px!important;flex:0 0 30px!important}
.flm-nav__consult{gap:10px!important}

.flm-menu-toggle{gap:5px!important;padding:0 10px!important;background:#f6f6f6!important;border:1px solid #ededed!important;border-radius:999px!important;box-shadow:none!important}
.flm-menu-toggle span{display:none!important}
.flm-menu-toggle__icon{width:42px!important;height:22px!important;color:#242424!important;stroke-width:2.2!important}
.flm-menu-toggle b{font-size:12px!important;font-weight:600!important;color:#222!important;order:-1!important}

@media (max-width:768px){
  .flm-topbar{height:60px}
  .flm-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;max-width:100%;padding-inline:var(--flm-gutter-inline);margin-inline:auto;box-sizing:border-box}
  .flm-topbar__actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}
  .flm-topbar__actions .flm-icon-btn{width:38px!important;height:38px!important;border-color:rgba(255,255,255,.14)!important;background:#1b1b1b!important}
  .flm-topbar__actions .flm-icon-btn img{width:18px!important;height:18px!important}
  .flm-cart-pill{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;border-radius:50%!important;gap:0!important;box-shadow:none!important}
  .flm-cart-pill__count,.flm-cart-pill__label{display:none!important}
  .flm-cart-pill img{width:18px!important;height:18px!important;min-width:18px!important;filter:none!important}

  .flm-nav{height:56px!important}
  .flm-site-header .flm-nav__inner.flm-container{width:100%!important;max-width:100%!important;padding-inline:var(--flm-gutter-inline)!important;margin-inline:auto!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
  .flm-menu-toggle{display:inline-flex!important;align-items:center!important;height:36px!important;min-width:0!important;padding:0 10px!important;gap:5px!important;justify-content:center!important;flex:0 0 auto!important}
  .flm-menu-toggle__icon{width:18px!important;height:18px!important;flex:0 0 18px!important}
  .flm-nav__consult,.flm-nav__expert-help{height:36px!important;flex:0 0 auto!important;max-width:none!important;min-width:0!important;padding:0 10px!important;gap:7px!important;justify-content:flex-start!important}
  .flm-nav__consult img,.flm-nav__expert-help img{width:20px!important;height:20px!important;flex:0 0 20px!important}
  .flm-nav__consult span,.flm-nav__expert-help__label:not(.flm-nav__expert-help__label--desktop){display:inline!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important;font-size:11px!important;line-height:1.2!important}
  .flm-nav__expert-help__label--desktop{display:none!important}
  .flm-nav__expert-help svg{display:none!important}

  .flm-hero{display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:10px!important}
  .flm-hero__main{order:1!important;flex:1 1 70%!important;min-width:0!important;aspect-ratio:980/420!important;height:auto!important}
  .flm-hero__side{order:2!important;flex:0 0 28%!important;min-width:92px!important;max-width:none!important;width:auto!important;aspect-ratio:310/420!important;justify-self:auto!important}
  .flm-hero-slider__pagination{bottom:8px!important;transform:translateX(-50%) scale(.72)!important}

  .flm-product-card__footer{flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important}
  .flm-product-card__price{align-items:flex-end!important}
  .flm-product-card__buy{height:36px!important;min-width:78px!important;padding:0 12px!important;font-size:13px!important;gap:7px!important}
  .flm-product-card__buy img{width:17px!important;height:17px!important}
}

@media (max-width:420px){
  .flm-hero{gap:8px!important}
  .flm-hero__main{flex-basis:70%!important}
  .flm-hero__side{flex-basis:28%!important;min-width:82px!important}
  .flm-category-grid{grid-template-columns:repeat(2, minmax(0,1fr))!important}
  .flm-product-card__footer{flex-direction:row!important;align-items:flex-end!important}
  .flm-topbar__inner,.flm-site-header .flm-nav__inner.flm-container{width:100%!important;padding-inline:var(--flm-gutter-inline)!important;box-sizing:border-box!important}
}


/* ===== final requested corrections: cart / price / phone / banner ===== */
.flm-esun__banner{
  background:#141414 url("../images/backgroundimg.png") center/cover no-repeat!important;
}
.flm-esun__banner::before{
  background:linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.04)),radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px)!important;
  background-size:auto,9px 9px!important;
}

/* Cart pill: no fixed height/min-height; size comes from padding */
.flm-cart-pill{
  height:auto!important;
  min-height:0!important;
  min-width:0!important;
  width:auto!important;
  padding:7px 13px 7px 8px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  overflow:visible!important;
  background:#fff!important;
  color:#151515!important;
  direction:ltr!important;
  box-shadow:none!important;
  line-height:1!important;
}
.flm-cart-pill__count{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  min-width:0!important;
  min-height:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#171717!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:600!important;
  line-height:1!important;
  text-align:center!important;
  padding:0!important;
  overflow:hidden!important;
}
.flm-cart-pill__label{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:1!important;
  color:#1c1c1c!important;
  direction:rtl!important;
}
.flm-cart-pill img{
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
  min-width:0!important;
  object-fit:contain!important;
  order:3!important;
}

/* Product footer: buy button right, price block left */
.flm-product-card__footer{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  direction:ltr!important;
  gap:14px!important;
}
.flm-product-card__price{
  order:0!important;
  margin:0!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  text-align:left!important;
  direction:rtl!important;
}
.flm-product-card__old-price{
  align-self:flex-end!important;
  text-align:left!important;
  direction:ltr!important;
}
.flm-product-card__price strong{
  text-align:left!important;
}
.flm-product-card__buy{
  order:0!important;
  flex:0 0 auto!important;
}

/* phone icon replacement sizing */
.flm-nav__consult img{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
}

/* Cleaner mobile menu icon */
.flm-menu-toggle__icon{
  width:24px!important;
  height:24px!important;
  stroke-width:2!important;
}
.flm-menu-toggle{
  gap:5px!important;
}

/* Mobile keeps product footer in one row and hero side-by-side */
@media (max-width:768px){
  .flm-cart-pill{
    padding:6px!important;
    border-radius:999px!important;
  }
  .flm-cart-pill__label,
  .flm-cart-pill__count{display:none!important}
  .flm-cart-pill img{
    width:19px!important;
    height:19px!important;
    order:0!important;
  }
  .flm-product-card__footer{
    flex-direction:row!important;
    align-items:flex-end!important;
  }
  .flm-product-card__price{
    order:0!important;
    align-items:flex-end!important;
  }
  .flm-hero{
    display:flex!important;
    flex-direction:row!important;
    align-items:stretch!important;
    gap:10px!important;
  }
  .flm-hero__main{
    order:1!important;
    flex:1 1 72%!important;
    min-width:0!important;
    aspect-ratio:980/420!important;
    height:auto!important;
  }
  .flm-hero__side{
    order:2!important;
    flex:0 0 26%!important;
    min-width:82px!important;
    max-width:none!important;
    width:auto!important;
    aspect-ratio:310/420!important;
  }
}
@media (max-width:420px){
  .flm-product-card__footer{
    flex-direction:row!important;
    align-items:flex-end!important;
  }
}

/* ===== final footer/article/header refinements ===== */
.flm-topbar{height:72px;background:var(--flm-dark);color:#fff}
.flm-esun__banner::after{display:none!important;content:none!important}
.flm-finder__content a{font-weight:500!important}

.flm-article-card__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;direction:ltr}
.flm-article-card__meta span{direction:rtl;color:#9a9da2;font-size:11px;font-weight:500;line-height:1.5;order:2}
.flm-article-card__meta svg{width:20px;height:20px;color:#222;stroke-width:1.7;order:1;margin:0!important;flex:0 0 auto}
.flm-article-card p{display:none!important}
.flm-article-card>a>svg:not(.flm-article-card__meta svg){display:none!important}

.flm-footer{padding:58px 0 30px!important;background:#171717!important}
.flm-footer__links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:80px!important;padding-bottom:36px!important;text-align:center!important}
.flm-footer__links nav{min-width:0!important}
.flm-footer h2,.flm-footer h3{font-size:14px!important;font-weight:600!important;margin-bottom:18px!important;text-align:center!important}
.flm-footer__links ul{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px 22px!important;max-width:280px!important;margin-inline:auto!important}
.flm-footer__links li{margin:0!important;line-height:1.6!important}
.flm-footer__links a{font-size:12px!important;line-height:1.6!important;white-space:nowrap!important;color:rgba(255,255,255,.55)!important}
.flm-footer__about{display:grid!important;grid-template-columns:minmax(0,1fr) 220px!important;gap:34px!important;align-items:stretch!important;padding:34px 0!important;border-bottom:0!important}
.flm-footer__brandbox{grid-column:1!important;display:grid!important;grid-template-columns:120px 1fr!important;gap:24px!important;align-items:center!important;min-height:118px!important;background:#202020!important;border-radius:12px!important;padding:24px 30px!important;text-align:right!important}
.flm-footer__brand-text p{font-size:12px!important;line-height:2.15!important;text-align:right!important;color:rgba(255,255,255,.70)!important}
.flm-footer__trust{grid-column:2!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important;text-align:right!important}
.flm-footer__trust span{text-align:right!important;font-weight:600!important;font-size:13px!important}
.flm-enamad{width:170px!important;height:88px!important;border-radius:7px!important}
.flm-footer__info{display:grid!important;grid-template-columns:1.05fr 1fr 1fr 1.75fr!important;gap:28px!important;align-items:start!important;padding:22px 0 32px!important;border-bottom:0!important;text-align:center!important}
.flm-footer__info>div{min-width:0!important;text-align:center!important}
.flm-footer__contact{grid-column:auto!important;text-align:right!important}
.flm-footer__contact h3,.flm-footer__contact p{text-align:right!important}
.flm-footer__contact p{direction:ltr!important;display:block!important;white-space:nowrap!important;font-size:15px!important;font-weight:600!important;line-height:1.7!important;color:rgba(255,255,255,.74)!important}
.flm-footer__contact p span{margin:0!important;color:var(--flm-accent)!important;font-weight:600!important}
.flm-footer__social{text-align:right!important}
.flm-footer__social h3{text-align:right!important}
.flm-footer__social>div{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}
.flm-footer__social .flm-social img{display:block!important;width:100%!important;max-width:100%!important;height:40px!important;object-fit:contain!important}
.flm-backtop{height:36px!important;padding:0 17px!important;font-weight:500!important;margin-top:16px!important}
.flm-footer__bottom{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;padding-top:22px!important;text-align:right!important}
.flm-footer__bottom p{font-size:11px!important;color:rgba(255,255,255,.42)!important;margin-right:auto!important}

@media (max-width:768px){
  .flm-nav__consult,.flm-nav__expert-help{height:36px!important;padding:0 10px!important;justify-content:flex-start!important;flex:0 0 auto!important;width:auto!important;max-width:none!important;background:#f8f8f8!important}
  .flm-nav__expert-help__label--desktop{display:none!important}
  .flm-footer__links,.flm-footer__about,.flm-footer__info{grid-template-columns:1fr!important;gap:26px!important;text-align:right!important}
  .flm-footer h2,.flm-footer h3{text-align:right!important}
  .flm-footer__links ul{justify-content:flex-start!important;margin-inline:0!important;max-width:none!important}
  .flm-footer__brandbox,.flm-footer__trust{grid-column:auto!important}
  .flm-footer__brandbox{grid-template-columns:1fr!important;padding:22px!important}
  .flm-footer__info>div,.flm-footer__social,.flm-footer__contact{text-align:right!important}
  .flm-footer__social>div{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* ===== final footer correction ===== */
.flm-nav__consult>img[src$="icmoshaver.svg"]{width:24px!important;height:24px!important}
.flm-benefit-card__icon img[src$="icmoshaver.svg"]{width:50px!important;height:50px!important}

.flm-footer__links{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(48px,8vw,150px)!important;text-align:center!important;padding-bottom:40px!important}
.flm-footer__links h2{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0 0 22px!important}
.flm-footer__links h2::before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;display:inline-block;order:-1}
.flm-footer__links ul{display:grid!important;grid-template-columns:repeat(3,max-content)!important;justify-content:center!important;align-items:start!important;gap:13px 34px!important;margin:0 auto!important;max-width:none!important;direction:rtl!important}
.flm-footer__links li{margin:0!important;text-align:center!important;line-height:1.4!important}
.flm-footer__links a{font-size:12px!important;line-height:1.4!important;white-space:nowrap!important;color:rgba(255,255,255,.58)!important;font-weight:500!important}
.flm-footer__links a:hover{color:#fff!important}

.flm-backtop{margin:0!important;height:auto!important;min-height:0!important;padding:10px 19px!important;border-radius:999px!important;background:#fff!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-weight:500!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}
.flm-backtop img{width:16px!important;height:16px!important;object-fit:contain!important}
.flm-footer__bottom{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:22px!important;direction:rtl!important;padding-top:24px!important;text-align:right!important;color:rgba(255,255,255,.45)!important}
.flm-footer__bottom>span{display:none!important}
.flm-footer__copy{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;min-width:0!important;max-width:100%!important;flex-wrap:wrap!important;direction:rtl!important}
.flm-footer__copy img{width:18px!important;height:18px!important;object-fit:contain!important;opacity:.52!important;flex:0 0 auto!important}
.flm-footer__copy p{margin:0!important;font-size:11px!important;color:rgba(255,255,255,.42)!important;line-height:1.8!important;white-space:nowrap!important}
.flm-footer__bottom-line{height:1px!important;background:rgba(255,255,255,.08)!important;width:100%!important;min-width:80px!important}
.flm-footer__bottom .flm-backtop{justify-self:start!important}

@media (max-width:768px){
  .flm-footer__links{gap:28px!important;text-align:right!important}
  .flm-footer__links h2{justify-content:flex-start!important;margin-bottom:15px!important}
  .flm-footer__links ul{grid-template-columns:repeat(2,max-content)!important;justify-content:flex-start!important;gap:12px 24px!important;margin:0!important}
  .flm-footer__bottom{grid-template-columns:1fr!important;gap:14px!important;align-items:start!important}
  .flm-footer__bottom-line{order:2!important}
  .flm-footer__copy{order:1!important;min-width:0!important}
  .flm-footer__copy p{white-space:normal!important}
  .flm-footer__bottom .flm-backtop{order:3!important;justify-self:start!important}
}

/* Phase 2 dynamic home cards preserve the static card skeleton when headings/CTA are links. */
.flm-product-card h3 a{color:inherit;text-decoration:none}
.flm-product-card__buy{text-decoration:none}


/* Phase 3 WooCommerce compatibility helpers */
.flm-wc-notices{margin:0 0 18px}
.flm-wc-notices:empty{display:none}
.flm-empty-state{grid-column:1/-1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f8f8f8;border:1px solid #eee;border-radius:18px;padding:32px}
.flm-empty-state h2{margin:0 0 8px;font-size:18px;color:#161616}
.flm-empty-state p{margin:0 0 18px;color:#747474;font-size:13px}
.flm-empty-state a{height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;background:#161616;color:#fff;font-size:12px;font-weight:500;text-decoration:none}
.flm-empty-state__reset,.flm-empty-state a.flm-empty-state__reset{color:#fff!important;background:#111827!important;border:0!important}
.flm-empty-state__reset:hover,.flm-empty-state a.flm-empty-state__reset:hover{color:#fff!important;background:#181818!important}
.flm-variation-availability{margin:8px 0 0;color:#21a66a;font-size:12px;font-weight:600}
.flm-add-to-cart.is-disabled,.flm-add-to-cart:disabled{opacity:.56;cursor:not-allowed}
.flm-new-ui-modal-host{position:relative;z-index:99999}
@media (prefers-reduced-motion:reduce){
  .flm-new-ui-active *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* ===== Phase 3 hotfix: remove modal-host spacer and neutralize Woo wrappers in minimal UI ===== */
.flm-new-ui-modal-host.flmnt-home{
  min-height:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
}
body.flm-template-home-new .flm-new-ui-modal-host + .flm-main,
body.flm-template-shop-new .flm-new-ui-modal-host + .flm-page,
body.flm-template-product-new .flm-new-ui-modal-host + .flm-page{
  margin-top:0!important;
}
body.flm-template-product-new main.site-main,
body.flm-template-product-new #primary,
body.flm-template-product-new .content-area,
body.flm-template-product-new .site-content,
body.flm-template-product-new .woocommerce{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  display:block!important;
  background:#fff!important;
}
body.flm-template-product-new .flm-new-ui-product{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  clear:both!important;
}
body.flm-template-product-new .flm-new-ui-product .flm-main{
  margin:0!important;
}

body.flm-template-shop-new main.site-main,
body.flm-template-shop-new #primary,
body.flm-template-shop-new .content-area,
body.flm-template-shop-new .site-content,
body.flm-template-shop-new .woocommerce{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  display:block!important;
  background:#fff!important;
}
body.flm-template-shop-new .flm-page.flm-new-ui-shop{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  clear:both!important;
}

/* Root PDP isolation: minimal product pages must not inherit old WooCommerce/page column wrappers. */
body.flm-template-product-new{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  overflow-x:hidden!important;
}
body.flm-template-product-new .flm-site-header,
body.flm-template-product-new .flm-new-ui-product-root,
body.flm-template-product-new .flm-new-ui-product,
body.flm-template-product-new .flm-footer,
body.flm-template-product-new .flm-service-bar{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-right:0!important;
  margin-left:0!important;
  padding-right:0!important;
  padding-left:0!important;
  float:none!important;
  clear:both!important;
  transform:none!important;
}
body.flm-template-product-new #page,
body.flm-template-product-new .site,
body.flm-template-product-new .site-content,
body.flm-template-product-new .content-area,
body.flm-template-product-new #primary,
body.flm-template-product-new main.site-main,
body.flm-template-product-new .woocommerce,
body.flm-template-product-new .woocommerce-page,
body.flm-template-product-new .type-product,
body.flm-template-product-new div.product{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:both!important;
  display:block!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.flm-template-product-new .flm-site-header .flm-container,
body.flm-template-product-new .flm-new-ui-product .flm-container,
body.flm-template-product-new .flm-footer .flm-container{
  width:min(var(--flm-container),calc(100% - 80px))!important;
  max-width:var(--flm-container)!important;
  margin-inline:auto!important;
}
body.flm-template-product-new .flm-service-bar .flm-service-bar__shell{
  width:min(var(--flm-container),calc(100% - 80px));
  max-width:var(--flm-container);
  margin-inline:auto;
}
@media (max-width:767px){
  body.flm-template-product-new .flm-site-header .flm-container,
  body.flm-template-product-new .flm-new-ui-product .flm-container,
  body.flm-template-product-new .flm-footer .flm-container{
    width:calc(100% - 20px)!important;
  }
}


/* New UI independent megamenu scope - v1.3.0 */
.flm-site-header .flm-nav__cluster{display:flex;align-items:center;gap:24px;min-width:0;flex:1}
.flm-site-header .flm-nav__list{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.flm-site-header .flm-new-ui-mega-slot{position:relative;flex:0 0 auto}
.flm-site-header .flmnt-bumbu-mega{position:relative;z-index:40}
.flm-site-header .flmnt-bumbu-mega__trigger{height:40px;border:0;background:transparent;color:#60646b;display:inline-flex;align-items:center;gap:8px;padding:0 2px;font-size:13px;font-weight:500;white-space:nowrap;transition:color var(--flm-transition)}
.flm-site-header .flmnt-bumbu-mega__trigger:hover,.flm-site-header .flmnt-bumbu-mega.is-open .flmnt-bumbu-mega__trigger{color:#111}
.flm-site-header .flmnt-bumbu-mega__grid-icon,.flm-site-header .flmnt-bumbu-mega__chevron{width:16px;height:16px;color:inherit;stroke:currentColor;transition:transform .2s ease,color var(--flm-transition)}
.flm-site-header .flmnt-bumbu-mega.is-open .flmnt-bumbu-mega__chevron{transform:rotate(180deg)}
.flm-site-header .flmnt-bumbu-mega__panel{position:absolute;top:calc(100% + 14px);right:0;width:min(920px,calc(100vw - 48px));background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 26px 70px rgba(0,0,0,.14);padding:16px;display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:.2s ease}
.flm-site-header .flmnt-bumbu-mega.is-open .flmnt-bumbu-mega__panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.flm-site-header .flmnt-mega-backdrop{position:fixed;inset:0;border:0;background:transparent;z-index:-1;display:none}
.flm-site-header .flmnt-bumbu-mega.is-open .flmnt-mega-backdrop{display:block}
.flm-site-header .flmnt-bumbu-mega__tabs{display:grid;gap:8px;align-content:start;border-left:1px solid #f0f0f0;padding-left:12px}
.flm-site-header .flmnt-bumbu-mega__tab{height:40px;border:0;border-radius:10px;background:#f8f8f8;color:#555;padding:0 12px;text-align:right;font-size:12px;font-weight:600}
.flm-site-header .flmnt-bumbu-mega__tab.is-active,.flm-site-header .flmnt-bumbu-mega__tab:hover{background:#111;color:#fff}
.flm-site-header .flmnt-bumbu-mega__contents{min-width:0;max-height:520px;overflow:auto;padding-left:4px}
.flm-site-header .flmnt-bumbu-mega__content{display:none}
.flm-site-header .flmnt-bumbu-mega__content.is-active{display:grid;gap:16px}
.flm-site-header .flmnt-bumbu-mega__section-title{margin:0 0 10px;font-size:13px;color:#222;display:flex;align-items:center;gap:8px}
.flm-site-header .flmnt-bumbu-mega__section-title span{width:7px;height:7px;border-radius:50%;background:#18c98b}
.flm-site-header .flmnt-bumbu-mega__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.flm-site-header .flmnt-bumbu-mega__item{min-width:0;border:1px solid #eee;border-radius:12px;background:#fff;padding:10px;display:grid;grid-template-columns:52px minmax(0,1fr) 18px;gap:10px;align-items:center;transition:.2s ease}
.flm-site-header .flmnt-bumbu-mega__item:hover{border-color:#d8d8d8;box-shadow:0 10px 26px rgba(0,0,0,.06);transform:translateY(-1px)}
.flm-site-header .flmnt-bumbu-mega__thumb{width:52px;height:52px;border-radius:10px;background:#f7f7f7;display:grid;place-items:center;overflow:hidden}
.flm-site-header .flmnt-bumbu-mega__thumb img{width:100%;height:100%;object-fit:contain}
.flm-site-header .flmnt-bumbu-mega__copy{display:grid;gap:2px;min-width:0}
.flm-site-header .flmnt-bumbu-mega__copy strong{font-size:12px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.flm-site-header .flmnt-bumbu-mega__copy small{font-size:11px;color:#8a8a8a;direction:ltr;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.flm-site-header .flmnt-bumbu-mega__item i{font-style:normal;color:#18c98b;font-size:14px}
.flm-mobile-drawer .flm-mobile-mega-block{display:grid;gap:14px;min-height:0;overflow:auto;padding-bottom:24px}
.flm-mobile-drawer .flm-mobile-mega-block>strong{font-size:14px;color:#111}
.flm-mobile-drawer .flmnt-mobile-catalog{display:grid;gap:12px}
.flm-mobile-drawer .flmnt-mobile-catalog__tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}
.flm-mobile-drawer .flmnt-mobile-catalog__tab{flex:0 0 auto;height:36px;border:1px solid #eee;border-radius:999px;background:#fafafa;color:#555;padding:0 12px;font-size:12px}
.flm-mobile-drawer .flmnt-mobile-catalog__tab.is-active{background:#111;color:#fff;border-color:#111}
.flm-mobile-drawer .flmnt-bumbu-mega__content{display:none}
.flm-mobile-drawer .flmnt-bumbu-mega__content.is-active{display:grid;gap:14px}
.flm-mobile-drawer .flmnt-bumbu-mega__section-title{font-size:12px;margin:0 0 8px;color:#333}
.flm-mobile-drawer .flmnt-bumbu-mega__grid{display:grid;gap:8px}
.flm-mobile-drawer .flmnt-bumbu-mega__item{border:1px solid #eee;border-radius:12px;background:#fff;padding:9px;display:grid;grid-template-columns:46px minmax(0,1fr) 16px;gap:9px;align-items:center}
.flm-mobile-drawer .flmnt-bumbu-mega__thumb{width:46px;height:46px;border-radius:10px;background:#f7f7f7;display:grid;place-items:center;overflow:hidden}
.flm-mobile-drawer .flmnt-bumbu-mega__thumb img{width:100%;height:100%;object-fit:contain}
.flm-mobile-drawer .flmnt-bumbu-mega__copy strong{display:block;font-size:12px;color:#222}.flm-mobile-drawer .flmnt-bumbu-mega__copy small{display:block;font-size:10px;color:#888;direction:ltr;text-align:right}.flm-mobile-drawer .flmnt-bumbu-mega__item i{font-style:normal;color:#18c98b}
@media (max-width:900px){.flm-site-header .flm-nav__cluster{display:none}.flm-site-header .flmnt-bumbu-mega__panel{display:none}}

/* New UI v1.3.1: professional megamenu blur overlay, SVG arrows and mobile footer wrapping */
body.flmnt-mega-active::before{content:"";position:fixed;inset:0;top:112px;z-index:28;background:rgba(17,17,17,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none;opacity:1;transition:opacity .18s ease}
.flm-site-header .flmnt-bumbu-mega{z-index:45}
.flm-site-header .flmnt-bumbu-mega__panel{z-index:48;box-shadow:0 30px 90px rgba(0,0,0,.18)}
.flm-site-header .flmnt-bumbu-mega__arrow,.flm-mobile-drawer .flmnt-bumbu-mega__arrow{width:18px;height:18px;display:grid;place-items:center;color:#18c98b}
.flm-site-header .flmnt-bumbu-mega__arrow svg,.flm-mobile-drawer .flmnt-bumbu-mega__arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.flm-site-header .flmnt-bumbu-mega__item{grid-template-columns:52px minmax(0,1fr) 18px}
.flm-mobile-drawer .flmnt-bumbu-mega__item{grid-template-columns:46px minmax(0,1fr) 18px}
@media (max-width:900px){body.flmnt-mega-active::before{display:none}}
@media (max-width:767px){
  .flm-footer__links{grid-template-columns:1fr!important;gap:24px!important;overflow:hidden!important}
  .flm-footer__links nav{min-width:0!important;width:100%!important;overflow:hidden!important}
  .flm-footer__links ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:stretch!important;gap:10px 14px!important;width:100%!important;max-width:100%!important;margin:0!important}
  .flm-footer__links li{min-width:0!important;text-align:right!important}
  .flm-footer__links a{display:block!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.8!important}
}
@media (max-width:420px){.flm-footer__links ul{grid-template-columns:1fr!important}}

/* ===== v1.3.2 refinements: mega, mobile catalog layer, unified product buttons ===== */
.flm-menu-toggle{direction:rtl!important;display:inline-flex;align-items:center;gap:8px!important}
.flm-menu-toggle__icon{order:-1!important;flex:0 0 auto!important}
.flm-menu-toggle b{order:0!important;white-space:nowrap!important}

.flm-site-header{position:relative;z-index:60}
.flm-site-header .flm-nav{transition:height .18s ease,border-color .18s ease}
body.flmnt-mega-active .flm-site-header .flm-nav{height:82px!important}
body.flmnt-mega-active .flm-site-header .flm-nav__inner{height:100%!important;align-items:center!important}
body.flmnt-mega-active::before{top:130px!important;background:rgba(17,17,17,.20)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}
.flm-site-header .flmnt-bumbu-mega__panel{top:calc(100% + 18px)!important;width:min(940px,calc(100vw - 48px))!important;max-width:calc(100vw - 48px)!important;overflow:hidden!important}
.flm-site-header .flmnt-bumbu-mega__contents{min-width:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;padding-inline:0 4px!important}
.flm-site-header .flmnt-bumbu-mega__content,.flm-site-header .flmnt-bumbu-mega__section,.flm-site-header .flmnt-bumbu-mega__grid{min-width:0!important;max-width:100%!important;overflow-x:hidden!important}
.flm-site-header .flmnt-bumbu-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.flm-site-header .flmnt-bumbu-mega__item{min-width:0!important;max-width:100%!important}
.flm-site-header .flmnt-bumbu-mega__copy{min-width:0!important;max-width:100%!important;overflow:hidden!important}
@media (max-width:1040px){.flm-site-header .flmnt-bumbu-mega__panel{width:min(820px,calc(100vw - 32px))!important}.flm-site-header .flmnt-bumbu-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:900px){body.flmnt-mega-active .flm-site-header .flm-nav{height:56px!important}}

.flm-mobile-drawer{overflow:hidden!important}
.flm-mobile-drawer__nav{flex:0 0 auto!important;overflow-y:auto!important;min-height:0!important;padding-bottom:12px!important}
.flm-mobile-catalog-trigger{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 4px;border-bottom:1px solid #f2f2f2!important;background:#fff;color:#222;font-size:13px;font-weight:500!important;text-align:right}
.flm-mobile-catalog-trigger span{font-weight:500!important}
.flm-mobile-catalog-trigger svg{width:16px;height:16px;color:#777;flex:0 0 auto}
.flm-mobile-mega-block{display:none!important}
.flm-mobile-mega-panel{position:absolute;inset:0;z-index:3;background:#fff;display:flex;flex-direction:column;gap:0;transform:translateX(-105%);opacity:0;visibility:hidden;transition:transform 240ms ease,opacity 180ms ease,visibility 180ms ease;padding:0;overflow:hidden}
.flm-mobile-mega-panel.is-open{transform:translateX(0);opacity:1;visibility:visible}
.flm-mobile-mega-panel__head{height:68px;flex:0 0 68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--flm-border,#ededed);background:#fff}
.flm-mobile-mega-panel__head strong{font-size:14px;font-weight:500;color:#111}
.flm-mobile-mega-panel__head button{height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid #eee!important;border-radius:999px;background:#fafafa!important;color:#333;padding:0 12px;font-size:12px;font-weight:600}
.flm-mobile-mega-panel__head button svg{width:14px;height:14px}
.flm-mobile-mega-panel__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 20px 24px;overscroll-behavior:contain}
.flm-mobile-mega-panel .flmnt-mobile-catalog{min-width:0;max-width:100%;overflow:hidden}
.flm-mobile-mega-panel .flmnt-mobile-catalog__tabs{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding-bottom:6px}
.flm-mobile-mega-panel .flmnt-mobile-catalog__tabs::-webkit-scrollbar{display:none}
.flm-mobile-mega-panel .flmnt-mobile-catalog__contents,.flm-mobile-mega-panel .flmnt-bumbu-mega__content,.flm-mobile-mega-panel .flmnt-bumbu-mega__section,.flm-mobile-mega-panel .flmnt-bumbu-mega__grid{max-width:100%;min-width:0;overflow-x:hidden!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__item{max-width:100%;min-width:0}

.flm-product-card__buy,
.flm-new-ui-product .flm-card-foot a.flm-related-buy,
.flm-new-ui-product .flm-card-foot a.flm-related-buy.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.flm-related-buy{
  height:32px!important;
  min-width:auto!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f4f4f4!important;
  border:1px solid #efefef!important;
  color:#252525!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  direction:rtl!important;
  flex-direction:row!important;
}
.flm-product-card__buy img,
.flm-related-buy img,
.flm-new-ui-product .flm-card-foot a.flm-related-buy img{
  order:0!important;
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
}
.flm-product-card__buy span,
.flm-related-buy span,
.flm-new-ui-product .flm-card-foot a.flm-related-buy span{
  order:1!important;
}
.flm-product-card__buy:hover,
.flm-new-ui-product .flm-card-foot a.flm-related-buy:hover{background:#eeeeee!important;color:#252525!important;border-color:#e5e5e5!important}
.flm-product-card__price strong{font-weight:600!important}
@media (max-width:768px){.flm-product-card__buy,.flm-new-ui-product .flm-card-foot a.flm-related-buy{height:32px!important;font-size:16px!important;padding:0 12px!important}.flm-footer__links ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:100%!important;width:100%!important}.flm-footer__links a{white-space:normal!important;overflow-wrap:anywhere!important}}

/* ===== refinement round 1.3.3 ===== */
body.flmnt-mega-active .flm-site-header .flm-nav{height:70px!important}
body.flmnt-mega-active .flm-site-header .flm-nav__inner{height:100%!important;align-items:center!important}
body.flmnt-mega-active::before{top:118px!important}
.flm-site-header .flmnt-bumbu-mega__panel{overflow:hidden!important}
.flm-site-header .flmnt-bumbu-mega__contents{overflow-x:hidden!important;max-width:100%!important}
.flm-site-header .flmnt-bumbu-mega__content,.flm-site-header .flmnt-bumbu-mega__section,.flm-site-header .flmnt-bumbu-mega__grid{overflow-x:hidden!important;min-width:0!important;max-width:100%!important}
.flm-menu-toggle{flex-direction:row!important;direction:rtl!important;gap:8px!important}
.flm-menu-toggle__icon{order:0;flex:0 0 18px;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.flm-menu-toggle b{order:1}
.flm-material-rail{padding:40px 0 56px;overflow:hidden}
.flm-material-rail__shell{position:relative;overflow:hidden;background:#f6f6f6;border-radius:8px;padding:44px 28px 34px;isolation:isolate}
.flm-material-rail__shell::before,.flm-material-rail__shell::after{content:"";position:absolute;top:0;bottom:0;width:94px;z-index:2;pointer-events:none}
.flm-material-rail__shell::before{right:0;background:linear-gradient(90deg,rgba(246,246,246,0),#f6f6f6);opacity:0;transition:opacity .2s ease}
.flm-material-rail__shell.is-rail-scrolled::before{opacity:1}
.flm-material-rail__shell::after{left:0;background:linear-gradient(270deg,rgba(246,246,246,0),#f6f6f6)}
.flm-material-rail__shell h2{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:5px;margin:0 0 34px;color:#151515;font-size:18px;font-weight:500;line-height:1.6;text-align:center}
.flm-material-rail__shell h2::before,.flm-material-rail__shell h2::after{content:"";height:1px;width:min(260px,24vw);background:#dedede;margin-inline:14px;flex:0 1 min(260px,24vw)}
.flm-service-rail{position:relative;z-index:1;display:flex!important;flex-direction:row!important;align-items:flex-start;gap:34px;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth;scrollbar-width:none;padding:4px 18px 18px;direction:rtl;white-space:nowrap;cursor:grab}
.flm-service-rail::-webkit-scrollbar{display:none}
.flm-service-rail.is-dragging{cursor:grabbing}
.flm-service-rail .flm-service-item{flex:0 0 86px!important;width:86px;min-width:86px;display:flex!important;flex-direction:column!important;align-items:center;justify-content:flex-start;gap:10px;text-decoration:none;white-space:normal;text-align:center;opacity:1!important;padding-bottom:8px}
.flm-service-rail .flm-service-item img{width:76px!important;height:76px!important;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #dddddd;padding:5px;mix-blend-mode:multiply;box-shadow:none}
.flm-service-rail .flm-service-item.is-active img{border-color:#2f984c;box-shadow:0 0 0 3px rgba(31,191,138,.14)}
.flm-service-rail .flm-service-item.is-active::after{content:"جدید";position:absolute;top:61px;left:50%;transform:translateX(-50%);height:18px;width:auto;margin:0;padding:0 12px;border-radius:999px;background:#1fbf8a;color:#fff;font-size:10px;font-weight:600;line-height:18px;box-shadow:0 8px 16px rgba(31,191,138,.22);z-index:3}
.flm-service-rail .flm-service-item span{display:block;width:100%;font-size:13px;font-weight:600!important;line-height:1.55;color:#202124;white-space:normal;overflow:hidden;text-overflow:ellipsis}
.flm-rail-controls{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:20px;margin-top:4px;direction:ltr}
.flm-rail-controls>button{width:46px;height:46px;border-radius:50%;border:0;background:#fff;color:#1d1d1d;display:grid;place-items:center;font-size:28px;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.flm-rail-controls__track{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:16px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #f1f1f1;overflow:visible}
.flm-rail-controls__dots{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:12px;position:relative;z-index:1}
.flm-rail-controls__dot{width:6px!important;height:6px!important;min-width:6px!important;min-height:6px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#d7d7d7!important;cursor:pointer;flex:0 0 6px!important;display:block!important;box-shadow:none!important;font-size:0!important;line-height:0!important;transition:background .18s ease}
.flm-rail-controls__dot.is-active{background:transparent!important}
.flm-rail-controls__indicator{position:absolute;z-index:2;top:50%;left:50%;width:38px;height:5px;border-radius:999px;background:#262626;transform:translate(-50%,-50%);transition:left .22s ease;pointer-events:none;display:block;font-style:normal}
.flm-rail-controls>button:disabled{opacity:.42;cursor:not-allowed;transform:none!important;box-shadow:0 8px 24px rgba(0,0,0,.04)!important}
@media(max-width:768px){.flm-material-rail{padding:28px 0 38px}.flm-material-rail__shell{border-radius:0;padding:30px 14px 24px}.flm-material-rail__shell::before{width:44px}.flm-material-rail__shell h2{font-size:13px;margin-bottom:24px;flex-wrap:nowrap;gap:6px}.flm-material-rail__shell h2::before,.flm-material-rail__shell h2::after{width:4px;height:4px;flex:0 0 4px;margin-inline:6px;border-radius:50%;background:#c8c8c8}.flm-material-rail__title-main{font-size:13px;white-space:nowrap}.flm-material-rail__title-sub{font-size:10px;white-space:nowrap}.flm-service-rail{gap:20px;padding-inline:4px}.flm-service-rail .flm-service-item{flex-basis:76px!important;width:76px;min-width:76px}.flm-service-rail .flm-service-item img{width:66px!important;height:66px!important}.flm-service-rail .flm-service-item.is-active::after{top:53px;height:16px;line-height:16px;font-size:9px}.flm-service-rail .flm-service-item span{font-size:12px}.flm-rail-controls>button{width:38px;height:38px}.flm-rail-controls__dots{gap:10px}.flm-rail-controls__track{padding:0 12px}}

/* ===== refinement round 1.3.4: header, expert CTA and story rail ===== */
.flm-menu-toggle{display:none!important}
@media(max-width:1024px){.flm-menu-toggle{display:inline-flex!important;align-items:center!important;flex-direction:row!important;direction:rtl!important}.flm-menu-toggle__icon{order:0!important}.flm-menu-toggle b{order:1!important}}
.flm-nav__expert-help{height:38px!important;padding:0 16px!important;gap:9px!important;border-radius:999px!important;background:#f8f8f8!important;border:1px solid #eeeeee!important;color:#202124!important;font-size:12px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important}
.flm-nav__expert-help img{width:20px!important;height:20px!important;flex:0 0 20px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
.flm-nav__expert-help__label--desktop{display:none}
.flm-nav__expert-help__label{font-weight:500!important;color:#202124!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important}
@media(min-width:1025px){
  .flm-nav__expert-help__label:not(.flm-nav__expert-help__label--desktop){display:none!important}
  .flm-nav__expert-help__label--desktop{display:inline!important}
  .flm-nav__expert-help svg{display:inline-flex!important}
}
.flm-nav__expert-help svg{width:16px!important;height:16px!important;stroke:#202124!important;fill:none!important;flex:0 0 16px!important}
@media(max-width:1024px){
  .flm-site-header .flm-nav__inner.flm-container{width:calc(100% - 20px)!important;max-width:none!important;justify-content:space-between!important}
  .flm-nav__expert-help{flex:0 0 auto!important}
  .flm-nav__expert-help__label--desktop{display:none!important}
  .flm-nav__expert-help svg{display:none!important}
}
@media(max-width:768px){.flm-nav__expert-help{min-width:0!important;padding:0 10px!important;gap:7px!important}.flm-nav__expert-help__label{font-size:11px!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important}.flm-nav__expert-help img{width:20px!important;height:20px!important;flex-basis:20px!important}}
.flm-rail-controls>button{font-size:0!important;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;border:1px solid #eeeeee!important}
.flm-rail-controls>button:hover{background:#fafafa!important;border-color:#dedede!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px rgba(0,0,0,.07)!important}
.flm-rail-controls>button svg{width:20px!important;height:20px!important;display:block!important;color:#202124!important;stroke:currentColor!important;fill:none!important}
.flm-material-rail--stories .flm-service-rail .flm-service-item{position:relative;border:0!important;background:transparent!important;cursor:pointer!important;font-family:inherit!important;color:#202124!important}
.flm-material-rail--stories .flm-service-rail .flm-service-item::after{display:none!important}
.flm-material-rail--stories .flm-service-item__avatar{position:relative;display:grid;place-items:center;width:76px;height:76px;margin:0 auto;flex:0 0 76px}
.flm-material-rail--stories .flm-service-item__avatar img,.flm-material-rail--stories .flmnt-story-trigger__placeholder{width:76px!important;height:76px!important;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #ddd;padding:5px;display:block;box-sizing:border-box}
.flm-material-rail--stories .flm-service-item.is-active .flm-service-item__avatar img{border-color:#2f984c!important;box-shadow:0 0 0 3px rgba(31,191,138,.14)!important}
.flm-material-rail--stories .flm-service-item__avatar small{position:absolute;right:50%;bottom:-7px;transform:translateX(50%);z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:18px;padding:0 10px;border-radius:999px;background:#1fbf8a;color:#fff;font-size:10px;font-weight:600;line-height:18px;box-shadow:0 8px 16px rgba(31,191,138,.22)}
@media(max-width:768px){.flm-material-rail--stories .flm-service-item__avatar,.flm-material-rail--stories .flm-service-item__avatar img,.flm-material-rail--stories .flmnt-story-trigger__placeholder{width:66px!important;height:66px!important}.flm-material-rail--stories .flm-service-item__avatar small{height:16px;line-height:16px;font-size:9px;bottom:-6px}}

/* ===== refinement round 1.3.6: service story label overflow ===== */
.flm-service-rail .flm-service-item span{
  overflow:visible!important;
  text-overflow:clip!important;
}


/* Mobile prefooter: one horizontal row instead of two-column stacking. */
@media (max-width:768px){
  .flm-prefooter{padding:12px 0;background:#f7f7f7;border-top:1px solid #ededed;border-bottom:1px solid #ededed;overflow:hidden}
  .flm-prefooter .flm-container{width:100%!important;max-width:none!important;margin:0!important;padding-inline:16px!important}
  .flm-prefooter__grid{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 2px!important}
  .flm-prefooter__grid::-webkit-scrollbar{display:none}
  .flm-prefooter article{flex:0 0 clamp(172px,44vw,216px)!important;min-width:172px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;background:transparent!important;border-radius:0!important;padding:0!important;scroll-snap-align:start;color:#202124}
  .flm-prefooter article img{width:23px!important;height:23px!important;flex:0 0 23px!important;object-fit:contain}
  .flm-prefooter h3{margin:0 0 2px!important;font-size:11px!important;font-weight:500!important;line-height:1.5!important;white-space:nowrap}
  .flm-prefooter p{margin:0!important;font-size:9.6px!important;line-height:1.6!important;color:#888!important;white-space:nowrap}
}
@media (max-width:420px){
  .flm-prefooter .flm-container{padding-inline:12px!important}
  .flm-prefooter__grid{gap:10px!important}
  .flm-prefooter article{flex-basis:164px!important;min-width:164px!important}
}
@media (max-width:360px){
  .flm-prefooter .flm-container{padding-inline:10px!important}
  .flm-prefooter article{flex-basis:156px!important;min-width:156px!important}
}

/* ===== v1.3.25 — New UI mega menu desktop/mobile redesign ===== */
body.flmnt-mega-active::before{
  top:118px!important;
  background:rgba(18,18,18,.30)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  z-index:54!important;
}
body.flmnt-mega-active .flm-site-header .flm-nav{height:70px!important}
body.flmnt-mega-active .flm-site-header .flm-nav__inner{height:100%!important}
.flm-site-header .flmnt-bumbu-mega{position:relative!important;z-index:75!important}
.flm-site-header .flmnt-bumbu-mega__trigger{height:42px!important;padding:0 4px!important;gap:9px!important;color:#60646b!important;font-size:13px!important;font-weight:500!important}
.flm-site-header .flmnt-bumbu-mega__trigger:hover,.flm-site-header .flmnt-bumbu-mega.is-open .flmnt-bumbu-mega__trigger{color:#111!important}
.flm-site-header .flmnt-bumbu-mega__panel{
  position:fixed!important;
  top:124px!important;
  right:50%!important;
  left:auto!important;
  width:min(1230px,calc(100vw - 96px))!important;
  max-width:1230px!important;
  min-height:430px!important;
  max-height:calc(100dvh - 154px)!important;
  display:grid!important;
  grid-template-columns:164px minmax(0,1fr)!important;
  direction:rtl!important;
  gap:24px!important;
  padding:22px 22px 22px 26px!important;
  border:1px solid rgba(17,17,17,.06)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(0,0,0,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  overflow:hidden!important;
  transform:translate(50%,10px) scale(.985)!important;
  transition:opacity .18s ease,visibility .18s ease,transform .22s ease!important;
  z-index:76!important;
}
.flm-site-header .flmnt-bumbu-mega.is-open .flmnt-bumbu-mega__panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(50%,0) scale(1)!important;
}
.flm-site-header .flmnt-bumbu-mega__tabs{
  display:grid!important;
  align-content:start!important;
  gap:10px!important;
  padding:0 0 0 18px!important;
  border-left:1px solid #f0f0f0!important;
  min-width:0!important;
}
.flm-site-header .flmnt-bumbu-mega__tab{
  width:100%!important;
  height:48px!important;
  border:0!important;
  border-radius:9px!important;
  background:#f7f7f7!important;
  color:#1e1e1e!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0 16px!important;
  text-align:right!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}
.flm-site-header .flmnt-bumbu-mega__tab:hover{background:#efefef!important;color:#111!important;transform:translateX(-1px)!important}
.flm-site-header .flmnt-bumbu-mega__tab.is-active{background:#111!important;color:#fff!important;transform:none!important}
.flm-site-header .flmnt-bumbu-mega__contents{
  min-width:0!important;
  max-height:100%!important;
  overflow:auto!important;
  padding:0 0 2px 4px!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
}
.flm-site-header .flmnt-bumbu-mega__content.is-active{display:grid!important;gap:28px!important;align-content:start!important}
.flm-site-header .flmnt-bumbu-mega__section{min-width:0!important;overflow:visible!important}
.flm-site-header .flmnt-bumbu-mega__section-title{
  margin:0 0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  color:#222!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.4!important;
}
.flm-site-header .flmnt-bumbu-mega__section-title span{width:7px!important;height:7px!important;border-radius:50%!important;background:#18c98b!important;box-shadow:0 0 0 3px rgba(24,201,139,.08)!important}
.flm-site-header .flmnt-bumbu-mega__grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px 14px!important;
  min-width:0!important;
  overflow:visible!important;
}
.flm-site-header .flmnt-bumbu-mega__item{
  min-height:76px!important;
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr) 22px!important;
  direction:rtl!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px 12px!important;
  border:1px solid #ececec!important;
  border-radius:11px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.flm-site-header .flmnt-bumbu-mega__item:hover{border-color:#dedede!important;background:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.055)!important;transform:translateY(-1px)!important}
.flm-site-header .flmnt-bumbu-mega__thumb{width:58px!important;height:58px!important;border-radius:8px!important;background:#f5f5f5!important;justify-self:end!important;overflow:hidden!important}
.flm-site-header .flmnt-bumbu-mega__thumb img{width:100%!important;height:100%!important;object-fit:cover!important;mix-blend-mode:multiply!important}
.flm-site-header .flmnt-bumbu-mega__copy{display:grid!important;gap:4px!important;text-align:right!important;min-width:0!important;overflow:hidden!important}
.flm-site-header .flmnt-bumbu-mega__copy strong{font-size:13px!important;font-weight:600!important;line-height:1.45!important;color:#171717!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.flm-site-header .flmnt-bumbu-mega__copy small{font-size:11px!important;font-weight:600!important;line-height:1.35!important;color:#8b8b8b!important;text-align:right!important;direction:ltr!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.flm-site-header .flmnt-bumbu-mega__arrow{width:22px!important;height:22px!important;justify-self:start!important;color:#18c98b!important}
.flm-site-header .flmnt-bumbu-mega__arrow svg{width:18px!important;height:18px!important;stroke-width:2!important}
@media(max-width:1180px){.flm-site-header .flmnt-bumbu-mega__panel{width:min(1060px,calc(100vw - 56px))!important;grid-template-columns:150px minmax(0,1fr)!important}.flm-site-header .flmnt-bumbu-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){body.flmnt-mega-active::before{display:none!important}.flm-site-header .flmnt-bumbu-mega__panel{display:none!important}}

/* Mobile mega as a full catalog layer: tabs on the right, products on the left. */
.flm-mobile-mega-panel{
  position:fixed!important;
  inset:0!important;
  width:100%!important;
  max-width:100%!important;
  height:100dvh!important;
  z-index:9999!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  transform:translateX(-105%)!important;
  opacity:0!important;
  visibility:hidden!important;
  overflow:hidden!important;
}
.flm-mobile-mega-panel.is-open{transform:translateX(0)!important;opacity:1!important;visibility:visible!important}
.flm-mobile-mega-panel__head{
  height:68px!important;
  min-height:68px!important;
  padding:0 14px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 44px!important;
  align-items:center!important;
  border-bottom:1px solid #eee!important;
  background:#fff!important;
}
.flm-mobile-mega-panel__head strong{grid-column:2!important;justify-self:center!important;font-size:14px!important;font-weight:500!important;color:#1b1b1b!important;line-height:1!important}
.flm-mobile-mega-panel__head button{grid-column:3!important;justify-self:end!important;width:40px!important;height:40px!important;border:0!important;border-radius:50%!important;background:transparent!important;padding:0!important;display:grid!important;place-items:center!important;color:#191919!important;font-size:0!important}
.flm-mobile-mega-panel__head button svg{width:20px!important;height:20px!important;stroke:currentColor!important}
.flm-mobile-mega-panel__body{height:calc(100dvh - 68px)!important;padding:0!important;overflow:hidden!important;background:#fff!important}
.flm-mobile-mega-panel .flmnt-mobile-catalog{
  height:100%!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  direction:rtl!important;
  gap:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.flm-mobile-mega-panel .flmnt-mobile-catalog__tabs{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  height:100%!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:0!important;
  border-left:1px solid #eeeeee!important;
  background:#fff!important;
  scrollbar-width:none!important;
}
.flm-mobile-mega-panel .flmnt-mobile-catalog__tabs::-webkit-scrollbar{display:none!important}
.flm-mobile-mega-panel .flmnt-mobile-catalog__tab{
  flex:0 0 54px!important;
  width:100%!important;
  min-width:0!important;
  height:54px!important;
  border:0!important;
  border-bottom:1px solid #f0f0f0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#1f1f1f!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:right!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1!important;
}
.flm-mobile-mega-panel .flmnt-mobile-catalog__tab.is-active{background:#111!important;color:#fff!important}
.flm-mobile-mega-panel .flmnt-mobile-catalog__contents{
  min-width:0!important;
  height:100%!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:16px 14px calc(20px + env(safe-area-inset-bottom))!important;
  background:#fff!important;
  direction:rtl!important;
}
.flm-mobile-mega-panel .flmnt-bumbu-mega__content{display:none!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__content.is-active{display:grid!important;gap:22px!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__section{min-width:0!important;padding:0!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__section-title{margin:0 0 12px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;font-size:11px!important;font-weight:500!important;color:#222!important;line-height:1.5!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__section-title span{width:5px!important;height:5px!important;border-radius:50%!important;background:#18c98b!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__grid{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;overflow:visible!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__item{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-height:58px!important;
  padding:4px 0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  text-align:right!important;
  direction:rtl!important;
}
.flm-mobile-mega-panel .flmnt-bumbu-mega__thumb{width:50px!important;height:50px!important;border-radius:10px!important;background:#f7f7f7!important;justify-self:end!important;overflow:hidden!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__thumb img{width:100%!important;height:100%!important;object-fit:cover!important;mix-blend-mode:multiply!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__copy{display:grid!important;gap:3px!important;min-width:0!important;text-align:right!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__copy strong{font-size:11.5px!important;font-weight:500!important;line-height:1.45!important;color:#171717!important;white-space:normal!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__copy small{font-size:9.5px!important;font-weight:500!important;line-height:1.35!important;color:#9a9a9a!important;direction:ltr!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.flm-mobile-mega-panel .flmnt-bumbu-mega__arrow{display:none!important}
@media(max-width:360px){.flm-mobile-mega-panel .flmnt-mobile-catalog{grid-template-columns:72px minmax(0,1fr)!important}.flm-mobile-mega-panel .flmnt-mobile-catalog__tab{font-size:11px!important;padding-inline:10px!important}.flm-mobile-mega-panel .flmnt-mobile-catalog__contents{padding-inline:12px!important}}


/* ===== v1.3.26 — Mobile mega layer, bottom nav and mobile spacing polish ===== */
@media (max-width:900px){
  body.is-drawer-open .flm-mobile-drawer.is-mega-open{
  width:100%!important;
  max-width:100%!important;
    right:0!important;
    left:0!important;
    transform:translateX(0)!important;
    overflow:visible!important;
    box-shadow:none!important;
    padding:0!important;
    background:#fff!important;
  }
  body.is-drawer-open .flm-mobile-drawer.is-mega-open > .flm-mobile-drawer__head,
  body.is-drawer-open .flm-mobile-drawer.is-mega-open > .flm-mobile-drawer__nav{
    display:none!important;
  }
  .flm-mobile-mega-panel{
    position:fixed!important;
    inset:0!important;
  width:100%!important;
  max-width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    z-index:10020!important;
    background:#fff!important;
    transform:translateX(-105%)!important;
    overflow:hidden!important;
  }
  .flm-mobile-mega-panel.is-open{transform:translateX(0)!important}
  .flm-mobile-mega-panel__head{
    position:sticky!important;
    top:0!important;
    z-index:3!important;
    height:68px!important;
    min-height:68px!important;
    padding:0 18px!important;
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr) 92px!important;
    align-items:center!important;
    background:#fff!important;
    border-bottom:1px solid #eeeeee!important;
  }
  .flm-mobile-mega-panel__head strong{
    grid-column:2!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0!important;
    padding:0!important;
    color:#171717!important;
    font-size:14px!important;
    font-weight:500!important;
    line-height:1.5!important;
    text-align:center!important;
    white-space:nowrap!important;
    transform:none!important;
  }
  .flm-mobile-mega-panel__head button{
    grid-column:1!important;
    justify-self:start!important;
    width:auto!important;
    min-width:42px!important;
    height:38px!important;
    padding:0 10px!important;
    border:1px solid #eeeeee!important;
    border-radius:999px!important;
    background:#fafafa!important;
    color:#1d1d1f!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    font-size:11px!important;
    font-weight:500!important;
    line-height:1!important;
  }
  .flm-mobile-mega-panel__head button span{display:inline!important;font-size:11px!important;font-weight:500!important;color:inherit!important;line-height:1!important}
  .flm-mobile-mega-panel__head button svg{width:15px!important;height:15px!important;stroke:currentColor!important;fill:none!important;transform:none!important}
  .flm-mobile-mega-panel__body{height:calc(100dvh - 68px)!important;min-height:0!important;background:#fff!important;overflow:hidden!important;padding:0!important}
  .flm-mobile-mega-panel .flmnt-mobile-catalog{
    width:100%!important;
    height:100%!important;
    display:grid!important;
    grid-template-columns:82px minmax(0,1fr)!important;
    direction:rtl!important;
    background:#fff!important;
    overflow:hidden!important;
  }
  .flm-mobile-mega-panel .flmnt-mobile-catalog__tabs{
    width:82px!important;
    min-width:82px!important;
    background:#fff!important;
    border-left:1px solid #ececec!important;
    padding:0!important;
  }
  .flm-mobile-mega-panel .flmnt-mobile-catalog__tab{
    height:56px!important;
    min-height:56px!important;
    padding:0 12px!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:12px!important;
    font-weight:500!important;
  }
  .flm-mobile-mega-panel .flmnt-mobile-catalog__contents{
    height:100%!important;
    padding:20px 20px calc(104px + env(safe-area-inset-bottom)) 18px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:#fff!important;
  }
  .flm-mobile-mega-panel .flmnt-bumbu-mega__content.is-active{gap:30px!important;align-content:start!important}
  .flm-mobile-mega-panel .flmnt-bumbu-mega__section{padding:0 0 4px!important}
  .flm-mobile-mega-panel .flmnt-bumbu-mega__section-title{
    margin:0 0 16px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    color:#222!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.5!important;
  }
  .flm-mobile-mega-panel .flmnt-bumbu-mega__section-title span{width:6px!important;height:6px!important;flex:0 0 6px!important;background:#18c98b!important;border-radius:50%!important}
  .flm-mobile-mega-panel .flmnt-bumbu-mega__grid{gap:11px!important}
  .flm-mobile-mega-panel .flmnt-bumbu-mega__item{
    min-height:62px!important;
    padding:5px 4px!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    gap:12px!important;
  }
  .flm-mobile-mega-panel .flmnt-bumbu-mega__thumb{width:52px!important;height:52px!important;border-radius:11px!important}
  .flm-mobile-mega-panel .flmnt-bumbu-mega__copy strong{font-size:12px!important;line-height:1.45!important}
  .flm-mobile-mega-panel .flmnt-bumbu-mega__copy small{font-size:10px!important;line-height:1.5!important;color:#929292!important}
}
@media (max-width:360px){
  .flm-mobile-mega-panel__head{grid-template-columns:80px minmax(0,1fr) 80px!important;padding-inline:12px!important}
  .flm-mobile-mega-panel .flmnt-mobile-catalog{grid-template-columns:76px minmax(0,1fr)!important}
  .flm-mobile-mega-panel .flmnt-mobile-catalog__tabs{width:76px!important;min-width:76px!important}
  .flm-mobile-mega-panel .flmnt-mobile-catalog__contents{padding-inline:14px 16px!important}
}

.flm-mobile-bottom-nav{display:none}
@media (max-width:900px){
  .flm-mobile-bottom-nav{
    position:fixed!important;
    right:0!important;
    left:0!important;
    bottom:0!important;
    z-index:9990!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-around!important;
    gap:2px!important;
    min-height:76px!important;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;
    background:rgba(255,255,255,.98)!important;
    border-top:1px solid #eeeeee!important;
    box-shadow:0 -10px 26px rgba(0,0,0,.05)!important;
    direction:rtl!important;
  }
  .flm-mobile-bottom-nav__item{
    flex:1 1 0!important;
    min-width:0!important;
    height:60px!important;
    border:0!important;
    background:transparent!important;
    border-radius:16px!important;
    color:#8a8a8a!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    padding:4px 2px!important;
    font-family:inherit!important;
    text-decoration:none!important;
    line-height:1!important;
    box-shadow:none!important;
  }
  .flm-mobile-bottom-nav__item svg,
  .flm-mobile-bottom-nav__item img{
    width:25px!important;
    height:25px!important;
    display:block!important;
    object-fit:contain!important;
    color:currentColor!important;
    stroke:currentColor!important;
    fill:none!important;
  }
  .flm-mobile-bottom-nav__item span{font-size:11px!important;font-weight:600!important;line-height:1.35!important;color:currentColor!important;white-space:nowrap!important}
  .flm-mobile-bottom-nav__item.is-active,
  .flm-mobile-bottom-nav__item[aria-current="page"]{color:#222!important;background:#f6f6f6!important}
  .flm-mobile-bottom-nav__item--catalog.is-active{background:#f4f4f4!important;color:#222!important}
  .flm-mobile-bottom-nav__item--cart{position:relative!important}
  .flm-mobile-bottom-nav__badge{position:absolute!important;top:4px!important;right:50%!important;transform:translateX(17px)!important;min-width:17px!important;height:17px!important;padding:0 5px!important;border-radius:999px!important;background:#111!important;color:#fff!important;font-size:10px!important;font-weight:500!important;line-height:17px!important;text-align:center!important}
  body.flm-template-home-new .flm-footer,
  body.flm-template-shop-new .flm-footer,
  body.flm-template-product-new .flm-footer,
  body.flm-template-cart-new .flm-footer,
  body.flm-template-checkout-new .flm-footer{padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}
  body.is-drawer-open .flm-mobile-bottom-nav,
  body.flm-checkout-sheet-open .flm-mobile-bottom-nav{display:none!important}
}

@media(max-width:980px){
  body.flm-template-cart-new .flm-new-ui-cart .flm-container,
  body.flm-template-checkout-new .flm-new-ui-checkout .flm-container{width:calc(100% - 20px)!important}
  .flm-checkout-mobile-stepper .flm-checkout-stepper{width:calc(100% - 20px)!important}
  .flm-new-ui-cart .flm-cart-stepper__inner{width:calc(100% - 20px)!important}
  .flm-checkout-mobile-head{position:sticky!important;top:0!important;z-index:90!important}
}
@media(max-width:520px){
  body.flm-template-cart-new .flm-new-ui-cart .flm-container,
  body.flm-template-checkout-new .flm-new-ui-checkout .flm-container{width:calc(100% - 20px)!important}
  .flm-checkout-mobile-stepper .flm-checkout-stepper{width:calc(100% - 20px)!important}
  .flm-new-ui-cart .flm-cart-stepper__inner{width:calc(100% - 20px)!important}
}
@media(max-width:380px){
  body.flm-template-cart-new .flm-new-ui-cart .flm-container,
  body.flm-template-checkout-new .flm-new-ui-checkout .flm-container{width:calc(100% - 20px)!important}
  .flm-checkout-mobile-stepper .flm-checkout-stepper{width:calc(100% - 20px)!important}
  .flm-new-ui-cart .flm-cart-stepper__inner{width:calc(100% - 20px)!important}
}

/* ===== v1.3.33 — Global service bar (single source, all pages) ===== */
.flm-service-bar{background:#f7f7f7;border-top:1px solid #eee;border-bottom:1px solid #eee}
.flm-service-bar__inner{min-height:86px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;align-items:center}
.flm-service-bar__item,.flm-service-bar__inner>div{display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon title" "icon text";column-gap:10px;row-gap:2px;align-items:center;min-width:0}
.flm-service-bar__inner img,.flm-service-bar__inner svg{grid-area:icon;width:28px;height:28px;object-fit:contain;flex-shrink:0}
.flm-service-bar__inner b{grid-area:title;font-size:13px;color:#1c1c1c;font-weight:500;line-height:1.45;white-space:normal;word-break:normal;overflow-wrap:normal;writing-mode:horizontal-tb}
.flm-service-bar__inner span{grid-area:text;font-size:11px;color:#8a8a8a;line-height:1.55;white-space:normal;word-break:normal;overflow-wrap:break-word;writing-mode:horizontal-tb}
@media (max-width:900px){
  .flm-service-bar__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-block:18px}
}
@media (max-width:768px){
  .flm-service-bar{overflow:hidden}
  .flm-service-bar .flm-service-bar__shell,
  body.flm-template-home-new .flm-service-bar .flm-service-bar__shell,
  body.flm-template-product-new .flm-service-bar .flm-service-bar__shell,
  body.flm-template-cart-new .flm-service-bar .flm-service-bar__shell,
  body.flm-template-checkout-new .flm-service-bar .flm-service-bar__shell,
  body.flm-template-shop-new .flm-service-bar .flm-service-bar__shell{width:100%;max-width:none;margin-inline:0;padding-inline:16px;overflow:hidden}
  .flm-service-bar__inner{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;min-height:74px;padding-block:14px;margin-inline:calc(var(--flm-gutter-inline) * -1);padding-inline:var(--flm-gutter-inline);scroll-padding-inline:var(--flm-gutter-inline);max-width:100%}
  .flm-service-bar__inner::-webkit-scrollbar{display:none}
  .flm-service-bar__item,.flm-service-bar__inner>div{flex:0 0 auto;min-width:min(232px,76vw);scroll-snap-align:start;padding-inline:14px;grid-template-columns:28px minmax(0,1fr);column-gap:10px}
  .flm-service-bar__item+.flm-service-bar__item,.flm-service-bar__inner>div+div{border-inline-start:1px solid #e8e8e8}
  .flm-service-bar__inner img,.flm-service-bar__inner svg{width:24px;height:24px}
}

/* Hide WooCommerce "View cart" link after ajax add — mini cart opens instead. */
a.added_to_cart.wc-forward{display:none}

/* ===== v1.3.32 — Mobile bannersect, benefits, esun, category polish ===== */
.flm-hero-mobile{display:none}

@media (max-width:768px){
  .flm-hero--desktop{display:none!important}
  .flm-hero-mobile{display:block;max-width:100%;overflow:hidden}
  .flm-hero-mobile__track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0;direction:rtl;max-width:100%}
  .flm-hero-mobile__track::-webkit-scrollbar{display:none}
  .flm-hero-mobile__card{flex:0 0 100%;max-width:100%;scroll-snap-align:start;border-radius:16px;overflow:hidden;background:#171717}
  .flm-hero-mobile__card img{display:block;width:100%;height:auto;aspect-ratio:345/200;object-fit:contain}

  .flm-wide-banner__link img{display:block;width:100%;height:auto;aspect-ratio:1774/887;object-fit:contain}

  .flm-benefits{padding-bottom:28px}
  .flm-benefits__grid{display:flex!important;grid-template-columns:unset!important;overflow-x:auto;scroll-snap-type:x proximity;gap:0!important;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:stretch!important}
  .flm-benefits__grid::-webkit-scrollbar{display:none}
  .flm-benefit-card{position:relative;flex:0 0 auto;min-width:min(210px,68vw);scroll-snap-align:start;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0 18px!important;gap:10px!important;align-items:center!important}
  .flm-benefit-card:not(:first-child){border-inline-start:0!important}
  .flm-benefit-card:not(:first-child)::before{content:"";position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%);width:1px;height:52%;background:#e0e0e0}
  .flm-benefit-card__icon{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;flex:0 0 32px!important;background:transparent!important;border-radius:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .flm-benefit-card__icon img,.flm-benefit-card__icon svg{width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;object-fit:contain!important;display:block!important}
  .flm-benefit-card h3{font-size:12px!important;margin:0!important;line-height:1.35!important}
  .flm-benefit-card p{font-size:10px!important;line-height:1.45!important;margin:0!important}

  .flm-categories .flm-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 8px}
  .flm-category-card{height:auto!important;min-height:0!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:12px 8px 10px!important;gap:8px!important;text-align:center!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
  .flm-category-card:hover{transform:none!important;box-shadow:none!important}
  .flm-category-card img{width:58px;height:58px}
  .flm-category-card div{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px}
  .flm-category-card:not(.flm-category-card--dark) span{display:none!important}
  .flm-category-card strong{display:flex;align-items:center;justify-content:center;width:100%;min-height:31px;padding:4px 8px;border-radius:999px;background:rgba(247,247,247,1);font-size:11px;font-weight:500;line-height:1.35;direction:rtl;text-align:center}
  .flm-category-card--dark{flex-direction:column!important;justify-content:flex-start!important;background:transparent!important;color:rgb(23,25,28)!important}
  .flm-category-card--dark::before{display:none!important}
  .flm-category-card--dark div{justify-content:space-between!important;gap:10px!important;min-height:72px!important;flex:1 1 auto!important}
  .flm-category-card--dark strong{color:#17191c!important;font-size:18px!important;font-weight:500!important;background:transparent!important;min-height:0!important;padding:0!important;border-radius:0!important}
  .flm-category-card--dark span{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:31px;padding:4px 8px;border-radius:999px;background:rgba(247,247,247,1)!important;color:#17191c!important;font-size:10px!important;font-weight:600!important;line-height:1.35!important;margin:0!important}
  .flm-category-card__arrow{display:none!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important;position:absolute!important;pointer-events:none!important}

  body.flm-template-home-new .flm-products .flm-product-grid,
  body.flm-template-home-new #products .flm-product-grid{display:flex!important;grid-template-columns:unset!important;overflow-x:auto;scroll-snap-type:x proximity;gap:14px!important;padding-bottom:6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  body.flm-template-home-new .flm-products .flm-product-grid::-webkit-scrollbar,
  body.flm-template-home-new #products .flm-product-grid::-webkit-scrollbar{display:none}
  body.flm-template-home-new .flm-products .flm-product-grid .flm-product-card,
  body.flm-template-home-new #products .flm-product-grid .flm-product-card{flex:0 0 min(220px,72vw)!important;scroll-snap-align:start;min-width:min(220px,72vw)!important}
  body.flm-template-home-new .flm-products .flm-product-card__image,
  body.flm-template-home-new #products .flm-product-card__image{margin-bottom:10px!important;padding:14px!important}
  body.flm-template-home-new .flm-products .flm-product-card__image img,
  body.flm-template-home-new #products .flm-product-card__image img{width:76%!important;height:76%!important}

  .flm-finder__chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;justify-content:stretch!important}
  .flm-finder__chips button{min-width:0!important;width:100%!important;height:36px!important;padding-inline:10px!important;font-size:11px!important}

  .flm-esun{padding-top:38px;overflow:visible}
  .flm-esun__banner{overflow:visible}
  .flm-esun__stamp{z-index:3}
  .flm-esun__cards{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;order:2!important}
  .flm-esun__cards article{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:2px!important;align-items:center!important;min-height:0!important;padding:14px 16px!important;text-align:right!important;justify-items:start!important}
  .flm-esun__cards article img,.flm-esun__cards article svg{grid-row:1/span 2!important;grid-column:1!important;width:28px!important;height:28px!important;margin:0!important;object-fit:contain!important;align-self:center!important;justify-self:center!important}
  .flm-esun__cards article h3{grid-column:2!important;grid-row:1!important;margin:0!important;text-align:right!important;font-size:12px!important}
  .flm-esun__cards article p{grid-column:2!important;grid-row:2!important;margin:0!important;text-align:right!important;font-size:10px!important}

  body.flm-template-home-new .flm-article-grid{display:flex!important;grid-template-columns:unset!important;overflow-x:auto;scroll-snap-type:x proximity;gap:14px!important;padding-bottom:6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  body.flm-template-home-new .flm-article-grid::-webkit-scrollbar{display:none}
  body.flm-template-home-new .flm-article-grid .flm-article-card{flex:0 0 min(240px,74vw)!important;scroll-snap-align:start;min-width:min(240px,74vw)!important}
}

/* ===== v1.3.39 — Global mobile gutter (20px) + expert help label ===== */
@media (max-width:1024px){
  .flm-nav__expert-help .flm-nav__expert-help__label--desktop{display:none!important;visibility:hidden!important;position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;padding:0!important;margin:0!important}
  .flm-nav__expert-help .flm-nav__expert-help__label:not(.flm-nav__expert-help__label--desktop){display:inline!important;visibility:visible!important;position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important}
  .flm-nav__expert-help svg{display:none!important}
  .flm-site-header .flm-nav__inner.flm-container{display:flex!important;align-items:center!important;justify-content:space-between!important}
  .flm-nav__expert-help{flex:0 0 auto!important}
}
@media (min-width:1025px){
  .flm-nav__expert-help .flm-nav__expert-help__label:not(.flm-nav__expert-help__label--desktop){display:none!important}
  .flm-nav__expert-help .flm-nav__expert-help__label--desktop{display:inline!important}
}
@media (max-width:768px){
  .flm-container,
  .flm-topbar__inner,
  .flm-site-header .flm-nav__inner.flm-container{width:calc(100% - 20px)!important;max-width:none!important;margin-inline:auto!important}
  .flm-service-bar .flm-service-bar__shell{width:100%!important;max-width:none!important;margin-inline:0!important}
  .flm-checkout-mobile-stepper .flm-checkout-stepper,
  .flm-new-ui-cart .flm-cart-stepper__inner{width:calc(100% - 20px)!important;margin-inline:auto!important}
  body.flm-template-product-new .flm-site-header .flm-container,
  body.flm-template-product-new .flm-new-ui-product .flm-container,
  body.flm-template-product-new .flm-footer .flm-container,
  body.flm-template-cart-new .flm-site-header .flm-container,
  body.flm-template-cart-new .flm-new-ui-cart .flm-container,
  body.flm-template-cart-new .flm-footer .flm-container,
  body.flm-template-checkout-new .flm-new-ui-checkout .flm-container,
  body.flm-template-checkout-new .flm-footer .flm-container,
  body.flm-template-shop-new .flm-site-header .flm-container,
  body.flm-template-shop-new .flm-page.flm-new-ui-shop .flm-container,
  body.flm-template-shop-new .flm-page-head .flm-container,
  body.flm-template-shop-new .flm-footer .flm-container{width:calc(100% - 20px)!important;max-width:none!important;margin-inline:auto!important}
}

@media (max-width:420px){
  .flm-categories .flm-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .flm-finder__chips{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .flm-finder__chips button{min-width:0!important;width:100%!important}
  .flm-esun__cards{grid-template-columns:1fr!important}
  body.flm-template-home-new .flm-products .flm-product-grid,
  body.flm-template-home-new #products .flm-product-grid,
  body.flm-template-home-new .flm-article-grid{display:flex!important;grid-template-columns:unset!important}
}

/* ===== v1.3.44 — Compact mobile product-card footer (global/home) ===== */
@media (max-width: 768px){
  body.flm-new-ui-active .flm-product-card,
  body.flm-new-ui-active .flm-product-card *{
    box-sizing:border-box!important;
  }

  body.flm-new-ui-active .flm-product-card__footer,
  body.flm-new-ui-active .flm-product-card footer.flm-product-card__footer,
  body.flm-new-ui-active .flm-product-card__footer.flm-related-card__footer{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:4px!important;
    overflow:hidden!important;
    direction:ltr!important;
    margin-top:7px!important;
  }

  body.flm-new-ui-active .flm-product-card__price,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__price{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 58px)!important;
    margin:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:2px!important;
    overflow:hidden!important;
    direction:rtl!important;
    text-align:right!important;
  }

  body.flm-new-ui-active .flm-product-card__price strong,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__price strong,
  body.flm-new-ui-active .flm-product-card strong .woocommerce-Price-amount,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-amount{
    max-width:100%!important;
    min-width:0!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
    color:#151515!important;
    font-size:12px!important;
    font-weight:600!important;
    line-height:1.35!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    direction:rtl!important;
    text-align:right!important;
  }

  body.flm-new-ui-active .flm-product-card__price strong bdi,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-amount bdi{
    white-space:nowrap!important;
    direction:rtl!important;
  }

  body.flm-new-ui-active .flm-product-card__price strong small,
  body.flm-new-ui-active .flm-product-card__price strong .woocommerce-Price-currencySymbol,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-currencySymbol{
    font-size:9.5px!important;
    font-weight:500!important;
    line-height:1!important;
    color:#666!important;
    letter-spacing:0!important;
  }

  body.flm-new-ui-active .flm-product-card__old-price,
  body.flm-new-ui-active .flm-product-card del{
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:9.5px!important;
    line-height:1.2!important;
  }

  body.flm-new-ui-active .flm-product-card__buy,
  body.flm-new-ui-active .flm-related-buy,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__buy,
  body.flm-new-ui-active .flm-product-card__footer .flm-related-buy{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:50px!important;
    max-width:58px!important;
    height:27px!important;
    min-height:27px!important;
    padding:0 7px!important;
    border-radius:999px!important;
    gap:4px!important;
    font-size:11.5px!important;
    font-weight:600!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }

  body.flm-new-ui-active .flm-product-card__buy img,
  body.flm-new-ui-active .flm-related-buy img,
  body.flm-new-ui-active .flm-product-card__buy svg,
  body.flm-new-ui-active .flm-related-buy svg{
    width:13px!important;
    height:13px!important;
    flex:0 0 13px!important;
    min-width:13px!important;
    max-width:13px!important;
  }

  body.flm-new-ui-active .flm-product-card__buy span,
  body.flm-new-ui-active .flm-related-buy span{
    min-width:0!important;
    font-size:inherit!important;
    line-height:1!important;
  }
}

@media (max-width: 360px){
  body.flm-new-ui-active .flm-product-card__footer,
  body.flm-new-ui-active .flm-product-card__footer.flm-related-card__footer{
    gap:3px!important;
  }
  body.flm-new-ui-active .flm-product-card__price,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__price{
    max-width:calc(100% - 54px)!important;
  }
  body.flm-new-ui-active .flm-product-card__price strong,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__price strong,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-amount{
    font-size:11.2px!important;
    letter-spacing:-.045em!important;
  }
  body.flm-new-ui-active .flm-product-card__price strong small,
  body.flm-new-ui-active .flm-product-card__price strong .woocommerce-Price-currencySymbol,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-currencySymbol{
    font-size:8.8px!important;
  }
  body.flm-new-ui-active .flm-product-card__buy,
  body.flm-new-ui-active .flm-related-buy,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__buy,
  body.flm-new-ui-active .flm-product-card__footer .flm-related-buy{
    min-width:48px!important;
    max-width:54px!important;
    height:26px!important;
    min-height:26px!important;
    padding:0 6px!important;
    font-size:11px!important;
  }
}

/* ===== v1.3.45 — Mobile card footer price alignment (global/home) ===== */
@media (max-width: 768px){
  body.flm-new-ui-active .flm-product-card__footer,
  body.flm-new-ui-active .flm-product-card footer.flm-product-card__footer,
  body.flm-new-ui-active .flm-product-card__footer.flm-related-card__footer{
    justify-content:space-between!important;
    align-items:center!important;
    gap:6px!important;
    direction:ltr!important;
  }

  body.flm-new-ui-active .flm-product-card__price,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__price{
    flex:0 1 auto!important;
    max-width:calc(100% - 62px)!important;
    margin-right:auto!important;
    margin-left:0!important;
    align-items:flex-start!important;
    text-align:left!important;
    direction:ltr!important;
  }

  body.flm-new-ui-active .flm-product-card__price strong,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__price strong,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-amount,
  body.flm-new-ui-active .flm-product-card strong .woocommerce-Price-amount{
    text-align:left!important;
    direction:rtl!important;
    unicode-bidi:isolate!important;
  }

  body.flm-new-ui-active .flm-product-card__price bdi,
  body.flm-new-ui-active .flm-product-card__price .woocommerce-Price-currencySymbol{
    direction:rtl!important;
    unicode-bidi:isolate!important;
  }

  body.flm-new-ui-active .flm-product-card__buy,
  body.flm-new-ui-active .flm-related-buy,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__buy,
  body.flm-new-ui-active .flm-product-card__footer .flm-related-buy{
    flex:0 0 auto!important;
    margin-left:0!important;
  }
}

.flm-articles-title{display:inline-flex;align-items:baseline;gap:6px}
.flm-articles-title__main{font-size:inherit;font-weight:inherit}
.flm-articles-title__sub{font-size:12px;font-weight:400;line-height:1}
.flm-products-title{display:inline-flex;align-items:baseline;gap:6px}
.flm-products-title__main{font-size:inherit;font-weight:inherit}
.flm-products-title__sub{font-size:13px;font-weight:400;line-height:1}

/* v1.3.46 — card title, colors, banners, buy button refinements */
.flm-product-card h3,
.flm-product-card h3 a,
.flm-product-card h2.flm-product-card__title,
.flm-product-card__title,
.flm-product-card__title a{font-weight:500!important}
.flm-article-card h3,
.flm-article-card h3 a{font-weight:500!important}
.flm-finder__chips button{font-weight:500!important}
.flm-service-bar__inner b{font-weight:500!important}
.flm-material-rail--stories .flm-service-item>span:last-child{font-weight:500!important}
.flm-material-rail__title{display:inline-flex;align-items:baseline;gap:5px;margin:0}
.flm-material-rail__title-main{font-size:inherit;font-weight:600}
.flm-material-rail__title-sub{font-size:12px;font-weight:400;line-height:1}
.flm-product-card__price strong span.woocommerce-Price-currencySymbol,
.flm-product-card__price strong .woocommerce-Price-currencySymbol,
.flm-product-card__price .woocommerce-Price-currencySymbol,
.flm-product-card__price strong small{font-size:12px;font-weight:400;color:rgba(112,112,114,1)}
.flm-product-card__color,
.flm-product-card__colors{display:flex;align-items:flex-start;gap:6px;margin-top:6px;min-height:40px;max-width:100%}
.flm-product-card__colors{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}
.flm-product-card__colors::-webkit-scrollbar{display:none}
.flm-product-card__colors .flm-product-card__color-dot{flex:0 0 12px;flex-basis:12px;width:12px;height:12px;min-width:12px;border-radius:50%}
.flm-hero-slide img,.flm-hero-mobile__card img,.flm-wide-banner__link img,.flm-hero__side img{image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.flm-site-header .flmnt-bumbu-mega__chevron path{fill:currentColor}

/* v1.3.46 — finder checkmark alignment */
.flm-finder__content li::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 9px;
  width: 3px;
  height: 6px;
  border-right: 2px solid var(--flm-accent);
  border-bottom: 2px solid var(--flm-accent);
  transform: rotate(45deg);
}

/* v1.3.48 — typography scale: UI uses 400 / 500 / 600 only */
.flm-section-title h2,.flm-section-head h2,.flm-services__panel h2,.flm-esun__text h2,.flm-material-rail__shell h2,.flm-footer h2,.flm-footer h3{font-weight:600!important}
.flm-product-card strong,.flm-product-card__price strong{font-weight:600!important}
.flm-finder__panel>h3,.flm-esun__cards h3{font-weight:600!important}
.flm-category-card strong,.flm-engineering-card span,.flm-prefooter h3,.flm-benefit-card h3,.flm-nav__list a.is-active,.flm-nav__consult,.flm-section-link,.flm-service-item span,.flm-finder__content h4,.flm-backtop,.flm-cart-pill__count,.flm-cart-pill__label{font-weight:500!important}

/* v1.3.49 — Prevent horizontal page scroll (mobile + desktop) */
@media (max-width:768px){
  :root{--flm-gutter-inline:10px}
}
@media (max-width:420px){
  :root{--flm-gutter-inline:10px}
}

body.flm-new-ui-active,
body.flm-template-home-new,
body.flm-template-shop-new,
body.flm-template-product-new,
body.flm-template-cart-new,
body.flm-template-checkout-new{
  overflow-x:clip;
  max-width:100%;
  min-width:0;
}

body.flm-new-ui-active #page,
body.flm-new-ui-active .site,
body.flm-new-ui-active .site-content,
body.flm-new-ui-active #primary,
body.flm-new-ui-active main.site-main,
body.flm-new-ui-active .woocommerce,
body.flm-new-ui-active .woocommerce-page{
  overflow-x:clip;
  max-width:100%;
  min-width:0;
}

.flm-page,
.flm-site-header,
.flm-footer,
.flm-prefooter,
.flm-service-bar,
.flm-hero-section,
.flm-benefits,
.flm-section,
.flm-finder,
.flm-material-rail,
.flm-wide-banner,
.flm-esun{
  max-width:100%;
  min-width:0;
  overflow:visible;
}

body.flm-template-home-new .flm-products .flm-product-grid,
body.flm-template-home-new #products .flm-product-grid,
body.flm-template-home-new .flm-article-grid,
.flm-benefits__grid,
.flm-services__rail,
.flm-engineering__rail,
.flm-service-rail{
  max-width:100%;
  min-width:0;
}

@media (max-width:768px){
  .flm-nav__inner.flm-container{
    min-width:0!important;
    overflow:hidden!important;
  }
  .flm-nav__consult,
  .flm-nav__expert-help{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .flm-nav__consult span,
  .flm-nav__expert-help__label:not(.flm-nav__expert-help__label--desktop){
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    max-width:100%!important;
  }
}

/* v1.3.57 — Mega Menu v2 overrides */
.flm-site-header .flm-new-ui-mega-slot .flm-mega-v2 {
  position: relative;
  z-index: 40;
}

/* v1.3.62 — Mega trigger typography (desktop / tablet / mobile drawer) */
.flm-site-header .flm-mega-v2__trigger,
.flm-site-header .flm-mega-v2__trigger span,
.flm-site-header .flm-mega-v2__trigger:hover,
.flm-site-header .flm-mega-v2.is-open .flm-mega-v2__trigger,
.flm-site-header .flm-mega-v2__trigger:focus-visible,
.flm-mobile-drawer .flm-mobile-catalog-trigger,
.flm-mobile-drawer .flm-mobile-catalog-trigger span {
  font-weight: 500 !important;
}

body.is-flm-catalog-open .flm-drawer-overlay,
body.is-flm-catalog-open.is-drawer-open .flm-mobile-drawer {
  visibility: hidden;
  pointer-events: none;
}

body.is-flm-mega-v2-open .flm-site-header,
body.is-flm-mega-v2-open .flm-site-header .flm-nav,
body.is-flm-mega-v2-open .flm-site-header .flm-nav__inner,
body.is-flm-mega-v2-open .flm-site-header .flm-nav__cluster,
body.is-flm-mega-v2-open .flm-site-header .flm-new-ui-mega-slot {
  overflow: visible !important;
}

body.is-flm-mega-v2-open::before,
body.is-flm-mega-v2-open.flmnt-mega-active::before {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
  transition: none !important;
}

.flm-mobile-mega-panel {
  display: none;
}

@media (max-width: 768px) {
  .flm-brand,
  .flm-brand-dark,
  .flm-brand--dark {
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    flex: 0 0 78px;
    justify-content: flex-start;
  }

  .flm-brand img,
  .flm-brand-dark img,
  .flm-brand--dark img {
    height: 46px;
    max-width: 74px;
    max-height: 46px;
    transform: none;
  }
}

/* Drawer + footer logo slots (match header scale) */
.flm-mobile-drawer__logo,
.flm-footer__logo {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  overflow: visible !important;
  flex: 0 0 120px !important;
}

.flm-mobile-drawer__logo {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.flm-mobile-drawer__logo img,
.flm-footer__logo img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: 40px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  image-rendering: auto !important;
  transform: translate(-50%, -50%) scale(2.1) !important;
  transform-origin: center center !important;
}

.flm-footer__brandbox .flm-footer__logo {
  justify-self: start !important;
}

@media (max-width: 768px) {
  .flm-mobile-drawer__logo,
  .flm-footer__logo {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    flex: 0 0 72px !important;
    justify-content: flex-start !important;
  }

  .flm-mobile-drawer__logo img,
  .flm-footer__logo img {
    left: auto !important;
    right: 0 !important;
    height: 36px !important;
    transform: translate(0, -50%) scale(1.85) !important;
    transform-origin: center right !important;
  }

  .flm-footer__brandbox .flm-footer__logo {
    justify-self: start !important;
    align-self: flex-start !important;
  }
}

/* Mobile drawer header bar — full-width dark band like site topbar */
.flm-mobile-drawer__head {
  background: var(--flm-dark) !important;
  color: #fff !important;
  margin: -22px -22px 0 !important;
  padding: 14px 22px 16px !important;
  min-height: 58px !important;
  border-bottom: none !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.flm-mobile-drawer__head .flm-icon-btn {
  width: 38px !important;
  height: 38px !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  flex-shrink: 0 !important;
}

.flm-mobile-drawer__head .flm-icon-btn:hover {
  background: #f7f7f7 !important;
  color: #111 !important;
  transform: none !important;
}

.flm-mobile-drawer__head .flm-icon-btn svg {
  stroke: #111 !important;
  color: #111 !important;
}

/* Mobile: variable product card buy button — full label width */
@media (max-width: 768px) {
  body.flm-new-ui-active .flm-product-card__buy.product_type_variable,
  body.flm-new-ui-active .flm-related-buy.product_type_variable,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__buy.product_type_variable,
  body.flm-new-ui-active .flm-product-card__footer .flm-related-buy.product_type_variable,
  body.flm-template-shop-new .flm-product-card__buy.product_type_variable,
  body.flm-template-shop-new .flm-related-buy.product_type_variable,
  body.flm-template-product-new .flm-product-card__buy.product_type_variable,
  body.flm-template-product-new .flm-related-buy.product_type_variable {
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
    overflow: visible !important;
    padding: 0 9px !important;
    font-size: 10.5px !important;
    letter-spacing: -0.02em !important;
  }

  body.flm-new-ui-active .flm-product-card__footer:has(.product_type_variable) .flm-product-card__price,
  body.flm-new-ui-active .flm-product-card__footer.flm-related-card__footer:has(.product_type_variable) .flm-product-card__price,
  body.flm-template-shop-new .flm-product-card__footer:has(.product_type_variable) .flm-product-card__price,
  body.flm-template-product-new .flm-product-card__footer:has(.product_type_variable) .flm-product-card__price {
    max-width: calc(100% - 112px) !important;
  }
}

@media (max-width: 360px) {
  body.flm-new-ui-active .flm-product-card__buy.product_type_variable,
  body.flm-new-ui-active .flm-related-buy.product_type_variable,
  body.flm-new-ui-active .flm-product-card__footer .flm-product-card__buy.product_type_variable,
  body.flm-new-ui-active .flm-product-card__footer .flm-related-buy.product_type_variable,
  body.flm-template-shop-new .flm-product-card__buy.product_type_variable,
  body.flm-template-shop-new .flm-related-buy.product_type_variable,
  body.flm-template-product-new .flm-product-card__buy.product_type_variable,
  body.flm-template-product-new .flm-related-buy.product_type_variable {
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }

  body.flm-new-ui-active .flm-product-card__footer:has(.product_type_variable) .flm-product-card__price,
  body.flm-new-ui-active .flm-product-card__footer.flm-related-card__footer:has(.product_type_variable) .flm-product-card__price,
  body.flm-template-shop-new .flm-product-card__footer:has(.product_type_variable) .flm-product-card__price,
  body.flm-template-product-new .flm-product-card__footer:has(.product_type_variable) .flm-product-card__price {
    max-width: calc(100% - 100px) !important;
  }
}


/* v1.4.1 — canonical logo and Figma-aligned footer. */
.flm-logo img,.flm-footer__logo img,.flmnt-logo--image img{display:block;width:auto;height:54px;max-width:112px;object-fit:contain}
.flm-footer{padding:56px 0 24px!important;background:#111!important}
.flm-footer__brandbox{display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;align-items:center!important;column-gap:clamp(72px,8vw,110px)!important;row-gap:18px!important;padding:34px 38px!important;border-radius:16px!important;background:#1d1d1d!important;margin-bottom:38px!important;direction:rtl!important}
.flm-footer__brand-main{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;flex:0 0 auto!important}
.flm-footer__brandbox .flm-footer__logo{display:flex!important;align-items:center!important;justify-content:flex-start!important}
.flm-footer__brandbox .flm-footer__logo img{height:72px!important;max-width:140px!important}
.flm-footer__brand-text{min-width:0!important;width:100%!important}
.flm-footer__brand-text p{margin:0!important;color:rgba(255,255,255,.68)!important;font-size:12px!important;line-height:2.4!important;text-align:right!important;font-weight:400!important}
.flm-footer__directory{display:grid!important;grid-template-columns:minmax(0,1fr) 250px!important;gap:48px!important;padding:0 0 38px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;direction:rtl!important}
.flm-footer__links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:58px!important;padding:0!important;border:0!important;direction:rtl!important}
.flm-footer__links nav,.flm-footer__trust{text-align:right!important}
.flm-footer__links h2,.flm-footer__trust h2{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;margin:0 0 24px!important;color:#fff!important;font-size:13px!important;font-weight:600!important;white-space:nowrap!important}
.flm-footer__links h2>span,.flm-footer__trust h2>span,.flm-footer__contact h3>span,.flm-footer__social h3>span{display:inline-block!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#fff!important;flex:0 0 7px!important}
.flm-footer__contact h3>span,.flm-footer__social h3>span{background:#25bd8d!important}
.flm-footer__links ul{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:18px!important;margin:0!important;padding:0!important;list-style:none!important}
.flm-footer__links li{text-align:right!important}
.flm-footer__links a{font-size:12px!important;color:rgba(255,255,255,.58)!important;font-weight:500!important}
.flm-footer__trust{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
.flm-footer__trust .flm-enamad,.flm-footer__trust a,.flm-footer__trust img{max-width:112px!important;max-height:112px!important}
.flm-footer__info{display:grid!important;grid-template-columns:1.1fr .9fr .9fr minmax(280px,1.55fr)!important;gap:28px!important;align-items:start!important;padding:34px 0!important;border-bottom:0!important;direction:rtl!important}
.flm-footer__info h3{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 20px!important;color:#fff!important;font-size:12.5px!important;line-height:1.7!important;text-align:right!important}
.flm-footer__info p{margin:0!important;color:rgba(255,255,255,.84)!important;font-size:14px!important;font-weight:600!important;line-height:1.9!important;text-align:right!important}
.flm-footer__phones{display:flex!important;align-items:center!important;gap:28px!important;direction:ltr!important;justify-content:flex-end!important}
.flm-footer__phones p{color:#27c796!important;white-space:nowrap!important}
.flm-footer__social{min-width:0!important}
.flm-footer__social>div{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}
.flm-footer__bottom{padding-top:22px!important}
.flm-backtop{background:#fff!important;color:#161616!important;border-radius:999px!important;min-height:42px!important;padding:0 20px!important}
@media(max-width:900px){
 .flm-footer{padding-bottom:92px!important}
 .flm-footer__brandbox{grid-template-columns:1fr!important;padding:24px!important;gap:18px!important}
 .flm-footer__brand-text p{font-size:11px!important;line-height:2!important}
 .flm-footer__directory{grid-template-columns:1fr!important;gap:30px!important}
 .flm-footer__links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 20px!important}
 .flm-footer__info{grid-template-columns:1fr 1fr!important;gap:28px 18px!important}
 .flm-footer__phones{direction:rtl!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:10px 20px!important}
 .flm-footer__bottom{grid-template-columns:1fr!important;gap:16px!important}
 .flm-footer__bottom-line{display:none!important}
 .flm-footer__copy p{white-space:normal!important}
}
@media(max-width:520px){.flm-footer__links,.flm-footer__info{grid-template-columns:1fr!important}.flm-footer__brandbox{padding:20px!important}.flm-footer__directory{padding-inline:4px!important}.flm-footer__social>div{gap:6px!important}}

/* v1.5.3 — canonical topbar logo sizing (no scale transform). */
.flm-brand,
.flm-brand-dark,
.flm-brand--dark{
  position:static;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:96px;
  min-width:96px;
  max-width:96px;
  height:64px;
  min-height:64px;
  max-height:64px;
  flex:0 0 96px;
  overflow:hidden;
  padding:0;
}
.flm-brand img,
.flm-brand-dark img,
.flm-brand--dark img{
  position:static;
  inset:auto;
  display:block;
  width:auto;
  height:64px;
  max-width:92px;
  max-height:64px;
  object-fit:contain;
  transform:none;
  transform-origin:center;
  filter:none;
}
.flm-mobile-drawer__logo{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  height:54px!important;
  min-height:54px!important;
  max-height:54px!important;
  flex:0 0 72px!important;
  overflow:hidden!important;
  padding:0!important;
}
.flm-mobile-drawer__logo img{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  height:52px!important;
  max-width:69px!important;
  max-height:52px!important;
  object-fit:contain!important;
  transform:none!important;
}
.flm-footer__brandbox .flm-footer__logo{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  height:72px!important;
  min-height:72px!important;
  max-height:72px!important;
  flex:0 0 96px!important;
  overflow:hidden!important;
  padding:0!important;
}
.flm-footer__brandbox .flm-footer__logo img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:auto!important;
  height:64px!important;
  max-width:86px!important;
  max-height:64px!important;
  object-fit:contain!important;
  transform:none!important;
  filter:none!important;
}
.flm-footer h2::before,
.flm-footer h3::before{
  content:none!important;
  display:none!important;
}
.flm-footer__social>div{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  width:100%!important;
}
.flm-footer .flm-social,
.flm-footer .flm-social--instagram,
.flm-footer .flm-social--telegram,
.flm-footer .flm-social--whatsapp,
.flm-footer__social .flm-social{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  padding:0!important;
  border:0!important;
  border-radius:9px!important;
  background:none!important;
  overflow:hidden!important;
  font-size:0!important;
  line-height:0!important;
}
.flm-footer .flm-social img,
.flm-footer__social .flm-social img{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  object-fit:contain!important;
  filter:none!important;
}
.flm-engineering__rail{
  direction:rtl!important;
  scroll-padding-inline-start:12px;
}
.flm-engineering-card::after{
  content:none!important;
  display:none!important;
  background:none!important;
}
@media(max-width:900px){
  .flm-brand,.flm-brand-dark,.flm-brand--dark{
    width:84px;
    min-width:84px;
    max-width:84px;
    height:54px;
    min-height:54px;
    max-height:54px;
    flex:0 0 84px;
  }
  .flm-brand img,.flm-brand-dark img,.flm-brand--dark img{
    height:52px;
    max-width:80px;
    max-height:52px;
  }
  .flm-footer__brandbox .flm-footer__logo{
    width:84px!important;
    min-width:84px!important;
    max-width:84px!important;
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
    flex-basis:84px!important;
  }
  .flm-footer__brandbox .flm-footer__logo img{
    height:58px!important;
    max-width:78px!important;
    max-height:58px!important;
  }
}
@media(max-width:520px){
  .flm-footer .flm-social,
  .flm-footer__social .flm-social,
  .flm-footer .flm-social img,
  .flm-footer__social .flm-social img{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
  }
}

/* v1.5.0 — accessible footer navigation and mobile layout. */
.flm-footer-nav__toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  margin:0 0 24px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font:inherit;
  text-align:right;
  cursor:default;
}
.flm-footer-nav__title{display:flex;align-items:center;gap:9px;color:#fff;font-size:13px;font-weight:600;white-space:nowrap}
.flm-footer-nav__title i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff;flex:0 0 7px}
.flm-footer-nav__toggle>svg{display:none;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.flm-footer__brand-copy{display:grid;gap:4px;min-width:0;color:#fff}
.flm-footer__brand-copy strong{font-size:17px;font-weight:600;line-height:1.6}
.flm-footer__brand-copy span{color:rgba(255,255,255,.48);font-size:12px;line-height:1.8;font-weight:400}
.flm-footer__brand-more{
  display:none;
  border:0;
  cursor:pointer;
  font-family:inherit;
}

@media(max-width:767px){
  .flm-footer{padding:24px 0 calc(98px + env(safe-area-inset-bottom))!important;background:#111!important}
  .flm-footer>.flm-container{width:calc(100% - 32px)!important;max-width:none!important;margin-inline:auto!important}
  .flm-footer__brandbox{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:14px!important;
    margin:0 0 30px!important;
    padding:24px 22px!important;
    border-radius:14px!important;
    background:#1d1d1d!important;
  }
  .flm-footer__brand-main{gap:14px}
  .flm-footer__brandbox .flm-footer__logo{flex:0 0 74px!important;display:grid!important;place-items:center!important}
  .flm-footer__brandbox .flm-footer__logo img{width:auto!important;height:58px!important;max-width:74px!important;object-fit:contain!important}
  .flm-footer__brand-copy strong{font-size:16px;font-weight:600}
  .flm-footer__brand-copy span{font-size:11.5px}
  .flm-footer__brand-text{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    min-width:0;
  }
  .flm-footer__brand-text p{
    margin:0!important;
    color:rgba(255,255,255,.84)!important;
    font-size:12.5px!important;
    line-height:2.15!important;
    text-align:right!important;
    font-weight:400!important;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .flm-footer__brand-text.is-expanded p{
    display:block;
    -webkit-line-clamp:unset;
    overflow:visible;
  }
  .flm-footer__brand-more{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:86px;
    height:40px;
    margin:0;
    padding:0 18px;
    border:0;
    border-radius:999px;
    background:#555;
    color:#fff!important;
    font-size:12.5px!important;
    font-weight:600;
    transition:background-color 160ms ease;
  }
  .flm-footer__brand-more:hover{
    background:#444;
  }
  .flm-footer__directory{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    padding:0 0 30px!important;
    border-top:1px solid rgba(255,255,255,.12)!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  .flm-footer__links{display:block!important;padding:0!important;border:0!important}
  .flm-footer__links .flm-footer-nav{width:100%!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
  .flm-footer__links .flm-footer-nav:last-child{border-bottom:0!important}
  .flm-footer-nav__toggle{
    min-height:68px;
    margin:0!important;
    padding:0 8px!important;
    cursor:pointer;
  }
  .flm-footer-nav__title{font-size:16px;font-weight:700}
  .flm-footer-nav__title i{width:7px;height:7px;flex-basis:7px}
  .flm-footer-nav__toggle>svg{display:block;flex:0 0 22px;color:#fff}
  .flm-footer-nav__toggle[aria-expanded="true"]>svg{transform:rotate(180deg)}
  .flm-footer__links .flm-footer-nav>ul{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:0!important;
    width:100%!important;
    margin:0!important;
    padding:0 28px 22px 0!important;
  }
  .flm-footer__links .flm-footer-nav>ul[hidden]{display:none!important}
  .flm-footer__links .flm-footer-nav li{width:100%;margin:0!important;text-align:right!important}
  .flm-footer__links .flm-footer-nav a{display:block!important;padding:8px 0!important;color:rgba(255,255,255,.62)!important;font-size:14px!important;line-height:1.8!important}
  .flm-footer__trust{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 126px!important;
    align-items:center!important;
    gap:18px!important;
    order:2;
    width:100%;
    padding:28px 8px 0!important;
  }
  .flm-footer__trust h2{margin:0!important;font-size:16px!important;line-height:1.8!important;text-align:right!important}
  .flm-footer__trust .flm-enamad,.flm-footer__trust a,.flm-footer__trust img{grid-column:2;grid-row:1;width:126px!important;max-width:126px!important;height:86px!important;max-height:86px!important;object-fit:contain!important}
  .flm-footer__info{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    padding:28px 8px!important;
    border-bottom:0!important;
  }
  .flm-footer__info>div{width:100%!important;padding:22px 0!important;border-bottom:0!important;text-align:right!important}
  .flm-footer__info>div:first-child{padding-top:0!important}
  .flm-footer__info>div:last-child{padding-bottom:0!important;border-bottom:0!important}
  .flm-footer__info h3{justify-content:flex-start!important;margin:0 0 14px!important;font-size:14px!important;line-height:1.9!important;text-align:right!important}
  .flm-footer__info p{font-size:15px!important;line-height:2!important;text-align:right!important}
  .flm-footer__phones{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 18px!important;direction:rtl!important;justify-content:stretch!important}
  .flm-footer__phones p{font-size:16px!important;direction:ltr!important;text-align:right!important}
  .flm-footer__social>div{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important}
  .flm-footer .flm-social{width:100%!important;min-width:0!important;height:auto!important;padding:0!important;background:transparent!important}
  .flm-footer .flm-social img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;object-fit:contain!important}
  .flm-footer__bottom{
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    align-items:center!important;
    gap:12px!important;
    padding:22px 0 0!important;
    direction:ltr!important;
  }
  .flm-footer__copy{grid-column:2;display:flex!important;align-items:center!important;gap:7px!important;direction:rtl!important}
  .flm-footer__copy p{margin:0!important;color:rgba(255,255,255,.28)!important;font-size:12px!important;line-height:1.8!important;white-space:normal!important}
  .flm-footer__copy img{opacity:.35!important}
  .flm-footer__bottom-line{display:none!important}
  .flm-footer__bottom .flm-backtop{
    grid-column:1;
    grid-row:1;
    display:grid!important;
    place-items:center!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    padding:0!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#111!important;
    font-size:0!important;
  }
  .flm-footer__bottom .flm-backtop img{width:22px!important;height:22px!important;filter:brightness(0)!important}
}

/* v1.5.1 — mathematically center the mobile back-to-top glyph. */
@media (max-width: 767px) {
  .flm-footer__bottom .flm-backtop {
    position: relative !important;
    display: block !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
  }

  .flm-footer__bottom .flm-backtop img {
    position: absolute !important;
    inset: 50% auto auto 50% !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    object-fit: contain !important;
  }
}
