/*
 * FollowerAbzar public Materio design layer
 * Version 74.2.6
 * Keeps legacy classes and shortcodes intact while unifying the public theme,
 * header, footer, home page, forms and cart with the dashboard design language.
 */
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

body.fasmm-site-materio{
  --fasmm-site-primary:#7c4dff;
  --fasmm-site-primary-strong:#673ab7;
  --fasmm-site-primary-soft:#f1ebff;
  --fasmm-site-success:#24a46d;
  --fasmm-site-danger:#df4050;
  --fasmm-site-warning:#d88912;
  --fasmm-site-info:#247bd6;
  --fasmm-site-bg:#f5f5fa;
  --fasmm-site-card:#fff;
  --fasmm-site-soft:#f8f7fa;
  --fasmm-site-text:#3d3750;
  --fasmm-site-muted:#7d7786;
  --fasmm-site-border:#e5e1e9;
  --fasmm-site-shadow:0 8px 28px rgba(58,53,65,.08);
  --fasmm-site-radius:16px;
  margin:0;
  direction:rtl;
  color:var(--fasmm-site-text);
  background:var(--fasmm-site-bg);
  font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
  font-size:14px;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
}
body.fasmm-site-materio *,
body.fasmm-site-materio *::before,
body.fasmm-site-materio *::after{box-sizing:border-box;font-family:inherit}
body.fasmm-site-materio a{color:var(--fasmm-site-primary);text-decoration:none}
body.fasmm-site-materio img{max-width:100%;height:auto}
body.fasmm-site-materio button,
body.fasmm-site-materio input,
body.fasmm-site-materio textarea,
body.fasmm-site-materio select{font:inherit}
body.fasmm-site-materio h1,
body.fasmm-site-materio h2,
body.fasmm-site-materio h3,
body.fasmm-site-materio h4{color:var(--fasmm-site-text);font-weight:800;letter-spacing:0;line-height:1.55}
body.fasmm-site-materio p{color:var(--fasmm-site-muted)}

/* Public header */
body.fasmm-site-materio .fasmm-topbar{
  position:relative!important;
  inset:auto!important;
  z-index:1000!important;
  width:100%!important;
  margin:0!important;
  padding:12px 20px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.fasmm-site-materio .fasmm-topbar-inner{
  width:min(100%,1440px)!important;
  min-height:68px!important;
  margin:0 auto!important;
  padding:10px 16px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:20px!important;
  background:var(--fasmm-site-card)!important;
  border:1px solid var(--fasmm-site-border)!important;
  border-radius:18px!important;
  box-shadow:var(--fasmm-site-shadow)!important;
}
body.fasmm-site-materio .fasmm-brand{
  grid-column:3!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  color:var(--fasmm-site-text)!important;
  font-size:17px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
body.fasmm-site-materio .fasmm-brand img,
body.fasmm-site-materio .fasmm-brand .custom-logo{
  width:44px!important;
  height:44px!important;
  max-height:44px!important;
  object-fit:contain!important;
  border-radius:12px!important;
}
body.fasmm-site-materio .fasmm-topbar-menu{grid-column:2!important;min-width:0!important}
body.fasmm-site-materio .fasmm-primary-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.fasmm-site-materio .fasmm-primary-menu li{margin:0!important;padding:0!important}
body.fasmm-site-materio .fasmm-primary-menu a{
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:7px 12px!important;
  border-radius:10px!important;
  color:#625c6a!important;
  font-weight:700!important;
  transition:.18s ease!important;
}
body.fasmm-site-materio .fasmm-primary-menu a:hover,
body.fasmm-site-materio .fasmm-primary-menu .current-menu-item>a{
  color:var(--fasmm-site-primary)!important;
  background:var(--fasmm-site-primary-soft)!important;
}
body.fasmm-site-materio .fasmm-top-actions{
  grid-column:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
body.fasmm-site-materio .fasmm-site-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:0;
  place-items:center;
  border:1px solid var(--fasmm-site-border);
  border-radius:12px;
  background:var(--fasmm-site-soft);
  color:var(--fasmm-site-text);
  font-size:22px;
  cursor:pointer;
}

/* Shared public buttons and controls */
body.fasmm-site-materio .fasmm-btn,
body.fasmm-site-materio button.fasmm-btn,
body.fasmm-site-materio input[type="submit"]{
  min-height:44px!important;
  padding:9px 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  box-shadow:none!important;
  font-weight:800!important;
  line-height:1.4!important;
  cursor:pointer!important;
  transform:none!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease!important;
}
body.fasmm-site-materio .fasmm-btn-primary,
body.fasmm-site-materio button.fasmm-btn-primary{
  background:var(--fasmm-site-primary)!important;
  border-color:var(--fasmm-site-primary)!important;
  color:#fff!important;
}
body.fasmm-site-materio .fasmm-btn-primary:hover{background:var(--fasmm-site-primary-strong)!important;border-color:var(--fasmm-site-primary-strong)!important;box-shadow:0 6px 16px rgba(124,77,255,.2)!important}
body.fasmm-site-materio .fasmm-btn-soft{
  color:#5f5968!important;
  background:#f3f1f5!important;
  border-color:#e6e2e9!important;
}
body.fasmm-site-materio input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.fasmm-site-materio textarea,
body.fasmm-site-materio select{
  width:100%;
  min-height:46px;
  padding:10px 13px;
  border:1px solid #dcd8e1;
  border-radius:11px;
  color:var(--fasmm-site-text);
  background:#fff;
  box-shadow:none;
  outline:0;
}
body.fasmm-site-materio textarea{min-height:96px;resize:vertical}
body.fasmm-site-materio input:focus,
body.fasmm-site-materio textarea:focus,
body.fasmm-site-materio select:focus{
  border-color:var(--fasmm-site-primary)!important;
  box-shadow:0 0 0 3px rgba(124,77,255,.12)!important;
}

/* Public content and common cards */
body.fasmm-site-materio .fasmm-site-main,
body.fasmm-site-materio .fasmm-page-content,
body.fasmm-site-materio main:not(.fasmm-materio-panel){width:min(100%,1440px);margin:0 auto;padding:18px 20px 48px}
body.fasmm-site-materio .fasmm-card,
body.fasmm-site-materio .fasmm-public-services,
body.fasmm-site-materio .fasmm-home-elementor-content,
body.fasmm-site-materio .fasmm-home-order-wrap,
body.fasmm-site-materio article,
body.fasmm-site-materio .elementor-widget-container{
  border-color:var(--fasmm-site-border);
}
body.fasmm-site-materio .fasmm-card,
body.fasmm-site-materio .fasmm-public-services,
body.fasmm-site-materio .fasmm-home-order-wrap{
  background:var(--fasmm-site-card)!important;
  border:1px solid var(--fasmm-site-border)!important;
  border-radius:var(--fasmm-site-radius)!important;
  box-shadow:var(--fasmm-site-shadow)!important;
  backdrop-filter:none!important;
}
body.fasmm-site-materio .fasmm-alert{
  padding:12px 14px!important;
  border:1px solid #cfe0f4!important;
  border-radius:12px!important;
  color:#285f91!important;
  background:#f1f7fd!important;
}
body.fasmm-site-materio .fasmm-alert.success{color:#197347!important;background:#eefaf4!important;border-color:#bfe7d1!important}
body.fasmm-site-materio .fasmm-alert.danger{color:#a43340!important;background:#fff2f3!important;border-color:#f0c4c9!important}

/* Home page */
body.fasmm-site-materio .fasmm-home-v40-hero{
  padding:28px 0 12px!important;
  background:transparent!important;
}
body.fasmm-site-materio .fasmm-home-v40-inner{
  width:100%!important;
  padding:42px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)!important;
  gap:28px!important;
  align-items:center!important;
  background:linear-gradient(135deg,#fff 0%,#f6f1ff 100%)!important;
  border:1px solid #e5dcfb!important;
  border-radius:24px!important;
  box-shadow:var(--fasmm-site-shadow)!important;
}
body.fasmm-site-materio .fasmm-home-v40-copy h1{margin:14px 0 12px!important;font-size:clamp(30px,4vw,52px)!important;max-width:800px!important}
body.fasmm-site-materio .fasmm-home-v40-copy p{max-width:720px!important;font-size:16px!important}
body.fasmm-site-materio .fasmm-home-v40-brand{display:flex!important;align-items:center!important;gap:10px!important;color:var(--fasmm-site-primary)!important;font-weight:800!important}
body.fasmm-site-materio .fasmm-home-v40-brand img{width:48px!important;height:48px!important;object-fit:contain!important;border-radius:14px!important}
body.fasmm-site-materio .fasmm-home-v40-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:22px!important}
body.fasmm-site-materio .fasmm-home-v40-info{
  display:grid!important;
  gap:12px!important;
  padding:20px!important;
  border:1px solid #e1d8f5!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;
}
body.fasmm-site-materio .fasmm-home-v40-info span{display:flex!important;align-items:center!important;gap:10px!important;padding:12px!important;border-radius:12px!important;background:#f7f4fd!important;color:#554f60!important;font-weight:700!important}
body.fasmm-site-materio .fasmm-home-v40-info b{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:var(--fasmm-site-primary)!important;color:#fff!important}
body.fasmm-site-materio .fasmm-home-order-wrap{margin:26px 0 0!important;padding:22px!important}
body.fasmm-site-materio .fasmm-home-order-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;flex-wrap:wrap!important;margin-bottom:18px!important;padding-bottom:16px!important;border-bottom:1px solid var(--fasmm-site-border)!important}
body.fasmm-site-materio .fasmm-home-order-head span{display:inline-flex!important;padding:5px 10px!important;border-radius:999px!important;color:var(--fasmm-site-primary)!important;background:var(--fasmm-site-primary-soft)!important;font-weight:800!important}
body.fasmm-site-materio .fasmm-home-order-head h2{margin:5px 0 0!important;font-size:25px!important}
body.fasmm-site-materio .fasmm-home-order-head p{margin:0!important}
body.fasmm-site-materio .fasmm-home-elementor-content{margin:22px 0!important}

/* Order shortcode: same structure and hierarchy as the panel */
body.fasmm-site-materio .fasmm-order-shortcode-materio{width:100%;direction:rtl}
body.fasmm-site-materio .fasmm-order-shortcode-materio>.fasmm-card,
body.fasmm-site-materio .fasmm-order-form-materio{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px!important;
  overflow:visible!important;
}
body.fasmm-site-materio .fasmm-order-form-materio>.fasmm-section-kicker{display:inline-flex!important;padding:5px 10px!important;border-radius:999px!important;background:var(--fasmm-site-primary-soft)!important;color:var(--fasmm-site-primary)!important;font-weight:800!important}
body.fasmm-site-materio .fasmm-order-form-materio>h2{margin:12px 0 18px!important;font-size:24px!important}
body.fasmm-site-materio .fasmm-order-shell{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:18px!important;align-items:start!important}
body.fasmm-site-materio .fasmm-order-main{min-width:0!important;order:1!important}
body.fasmm-site-materio .fasmm-order-sidebar{
  order:2!important;
  position:sticky!important;
  top:18px!important;
  padding:16px!important;
  border:1px solid var(--fasmm-site-border)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(58,53,65,.06)!important;
}
body.fasmm-site-materio .fasmm-dropdown-order-layout{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:start!important}
body.fasmm-site-materio .fasmm-dropdown-block{position:relative!important;min-width:0!important}
body.fasmm-site-materio .fasmm-select-label{display:block!important;margin:0 0 7px!important;color:#4a4552!important;font-weight:800!important}
body.fasmm-site-materio .fasmm-select-trigger{
  width:100%!important;
  min-height:72px!important;
  padding:11px 12px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 18px!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:0 9px!important;
  text-align:right!important;
  border:1px solid #ded9e4!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--fasmm-site-text)!important;
  box-shadow:none!important;
}
body.fasmm-site-materio .fasmm-select-trigger:hover{border-color:#b9a9e8!important;background:#fcfbff!important}
body.fasmm-site-materio .fasmm-select-trigger.disabled{opacity:.58!important;cursor:not-allowed!important}
body.fasmm-site-materio .fasmm-trigger-icon{grid-row:1/3!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:var(--fasmm-site-primary-soft)!important;color:var(--fasmm-site-primary)!important;font-size:18px!important}
body.fasmm-site-materio .fasmm-select-trigger b{grid-column:2!important;font-size:14px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.fasmm-site-materio .fasmm-select-trigger em{grid-column:2!important;color:var(--fasmm-site-muted)!important;font-size:12px!important;font-style:normal!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.fasmm-site-materio .fasmm-select-trigger::after{grid-column:3!important;grid-row:1/3!important;content:"⌄"!important;color:#928b9b!important;font-size:15px!important}
body.fasmm-site-materio .fasmm-select-dropdown{
  top:calc(100% + 7px)!important;
  right:0!important;
  left:auto!important;
  z-index:1500!important;
  width:100%!important;
  max-height:360px!important;
  padding:10px!important;
  overflow:auto!important;
  border:1px solid var(--fasmm-site-border)!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(58,53,65,.16)!important;
}
body.fasmm-site-materio .fasmm-search-input{min-height:42px!important;margin:0 0 8px!important;padding:8px 11px!important}
body.fasmm-site-materio .fasmm-brand-chips,
body.fasmm-site-materio .fasmm-category-chips,
body.fasmm-site-materio .fasmm-service-cards{display:grid!important;gap:7px!important}
body.fasmm-site-materio .fasmm-brand-chip,
body.fasmm-site-materio .fasmm-cat-chip,
body.fasmm-site-materio .fasmm-service-card{
  width:100%!important;
  min-height:58px!important;
  padding:9px 10px!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  align-items:center!important;
  gap:9px!important;
  text-align:right!important;
  border:1px solid #e5e1e9!important;
  border-radius:11px!important;
  color:var(--fasmm-site-text)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.fasmm-site-materio .fasmm-brand-chip:hover,
body.fasmm-site-materio .fasmm-cat-chip:hover,
body.fasmm-site-materio .fasmm-service-card:hover{border-color:#bcaee7!important;background:#faf8ff!important}
body.fasmm-site-materio .fasmm-chip-icon{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:var(--fasmm-site-primary-soft)!important;overflow:hidden!important}
body.fasmm-site-materio .fasmm-chip-icon img{width:30px!important;height:30px!important;object-fit:contain!important}
body.fasmm-site-materio .fasmm-cat-chip b,
body.fasmm-site-materio .fasmm-service-card b{font-size:13px!important}
body.fasmm-site-materio .fasmm-cat-chip small,
body.fasmm-site-materio .fasmm-service-card small{grid-column:2!important;color:var(--fasmm-site-muted)!important;font-size:12px!important}
body.fasmm-site-materio .fasmm-selected-path{display:none!important}
body.fasmm-site-materio .fasmm-order-fields{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:16px!important}
body.fasmm-site-materio .fasmm-order-fields label{display:block!important;margin:0!important;color:#4b4653!important;font-weight:800!important}
body.fasmm-site-materio .fasmm-col-2{grid-column:1/-1!important}
body.fasmm-site-materio .fasmm-order-link-input-wrap{position:relative!important;margin-top:6px!important}
body.fasmm-site-materio .fasmm-order-link-input-wrap textarea{min-height:86px!important;padding-inline-end:100px!important}
body.fasmm-site-materio .fasmm-clear-order-link{position:absolute!important;left:8px!important;bottom:8px!important;min-height:36px!important;padding:6px 10px!important}
body.fasmm-site-materio .fasmm-mobile-price-preview{display:none!important}
body.fasmm-site-materio .fasmm-service-details{margin-top:2px!important;border:1px solid #cfe2f5!important;border-radius:13px!important;background:#f5faff!important;overflow:hidden!important}
body.fasmm-site-materio .fasmm-service-details>summary{padding:12px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important;color:#285f91!important;font-weight:800!important;background:#edf6ff!important}
body.fasmm-site-materio .fasmm-service-desc{padding:14px!important;max-height:280px!important;overflow:auto!important;color:#4d6174!important;background:#f9fcff!important;border:0!important}
body.fasmm-site-materio .fasmm-order-side-title{padding-bottom:12px!important;border-bottom:1px solid var(--fasmm-site-border)!important;font-size:17px!important}
body.fasmm-site-materio .fasmm-order-side-meta{display:grid!important;gap:8px!important;margin:12px 0!important}
body.fasmm-site-materio .fasmm-order-side-meta>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:9px 10px!important;border-radius:10px!important;background:var(--fasmm-site-soft)!important}
body.fasmm-site-materio .fasmm-order-side-meta span{color:var(--fasmm-site-muted)!important}
body.fasmm-site-materio .fasmm-order-side-meta b{max-width:190px!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.fasmm-site-materio .fasmm-price-box{padding:15px!important;border:1px solid #ddd2fb!important;border-radius:13px!important;background:#f7f3ff!important;box-shadow:none!important;backdrop-filter:none!important}
body.fasmm-site-materio .fasmm-price-value{display:block!important;margin:8px 0!important;color:var(--fasmm-site-primary)!important;font-size:28px!important;font-weight:900!important}
body.fasmm-site-materio .fasmm-order-points-preview{display:block!important;padding:9px!important;border-radius:9px!important;background:#fff!important;color:#6c6474!important}
body.fasmm-site-materio .fasmm-order-points-preview span{display:block!important;margin-top:3px!important;font-size:12px!important}
body.fasmm-site-materio .fasmm-order-actions{display:grid!important;gap:8px!important;margin-top:10px!important}
body.fasmm-site-materio .fasmm-order-actions .fasmm-btn{width:100%!important}

/* Public service/list/account surfaces */
body.fasmm-site-materio .fasmm-public-services{padding:20px!important}
body.fasmm-site-materio .fasmm-public-service-card,
body.fasmm-site-materio .fasmm-service-list-card,
body.fasmm-site-materio .fasmm-order-item,
body.fasmm-site-materio .fasmm-wallet-card,
body.fasmm-site-materio .fasmm-ticket-card{
  border:1px solid var(--fasmm-site-border)!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(58,53,65,.05)!important;
  backdrop-filter:none!important;
}

/* Compact cart on public pages. Panel receives the same compact rules below. */
body.fasmm-site-materio .fasmm-cart-float{
  position:fixed!important;
  left:18px!important;
  right:auto!important;
  bottom:20px!important;
  z-index:2147482000!important;
  width:54px!important;
  height:54px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:16px!important;
  color:#fff!important;
  background:var(--fasmm-site-primary)!important;
  box-shadow:0 10px 26px rgba(124,77,255,.3)!important;
}
body.fasmm-site-materio .fasmm-cart-float>i{font-size:24px!important}
body.fasmm-site-materio .fasmm-cart-count{position:absolute!important;top:-7px!important;right:-7px!important;min-width:22px!important;height:22px!important;padding:0 5px!important;display:grid!important;place-items:center!important;border:2px solid #fff!important;border-radius:999px!important;background:#ff4c51!important;color:#fff!important;font-size:11px!important;font-weight:900!important}
body.fasmm-site-materio .fasmm-cart-drawer{
  position:fixed!important;
  z-index:2147482001!important;
  top:0!important;
  bottom:0!important;
  left:0!important;
  right:auto!important;
  width:min(400px,100vw)!important;
  height:100dvh!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:0!important;
  border-radius:0 20px 20px 0!important;
  box-shadow:18px 0 55px rgba(58,53,65,.22)!important;
  overflow:hidden!important;
  transform:translateX(-105%)!important;
  transition:transform .22s ease!important;
}
body.fasmm-site-materio .fasmm-cart-drawer.open{transform:translateX(0)!important}
body.fasmm-site-materio .fasmm-cart-head{flex:0 0 auto!important;padding:12px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid var(--fasmm-site-border)!important;background:#fff!important}
body.fasmm-site-materio .fasmm-cart-head-title{display:flex!important;align-items:center!important;gap:9px!important}
body.fasmm-site-materio .fasmm-cart-head-icon{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:var(--fasmm-site-primary-soft)!important;color:var(--fasmm-site-primary)!important}
body.fasmm-site-materio .fasmm-cart-head-icon i{font-size:20px!important}
body.fasmm-site-materio .fasmm-cart-head-title strong{display:block!important;font-size:15px!important}
body.fasmm-site-materio .fasmm-cart-head-title small{display:block!important;color:var(--fasmm-site-muted)!important;font-size:12px!important}
body.fasmm-site-materio .fasmm-cart-close{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid var(--fasmm-site-border)!important;border-radius:10px!important;background:var(--fasmm-site-soft)!important;color:#655f6d!important}
body.fasmm-site-materio .fasmm-cart-items{flex:1 1 auto!important;min-height:0!important;max-height:none!important;padding:10px!important;overflow:auto!important;background:#f8f7fa!important}
body.fasmm-site-materio .fasmm-cart-empty{min-height:220px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:24px!important;text-align:center!important;color:var(--fasmm-site-muted)!important}
body.fasmm-site-materio .fasmm-cart-row{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:7px!important;
  margin:0 0 8px!important;
  padding:10px!important;
  border:1px solid var(--fasmm-site-border)!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 3px 11px rgba(58,53,65,.04)!important;
  overflow:hidden!important;
}
body.fasmm-site-materio .fasmm-cart-row-head{min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;padding-inline-end:34px!important}
body.fasmm-site-materio .fasmm-cart-service-icon{width:34px!important;height:34px!important;min-width:34px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:var(--fasmm-site-primary-soft)!important;color:var(--fasmm-site-primary)!important}
body.fasmm-site-materio .fasmm-cart-row-head>div{min-width:0!important;display:grid!important;gap:0!important}
body.fasmm-site-materio .fasmm-cart-row-head b{font-size:13px!important;line-height:1.55!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.fasmm-site-materio .fasmm-cart-row-head small{font-size:11px!important;color:var(--fasmm-site-muted)!important}
body.fasmm-site-materio .fasmm-cart-remove{position:absolute!important;top:9px!important;left:9px!important;width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid #ffd2d6!important;border-radius:9px!important;background:#fff3f4!important;color:#d93b45!important}
body.fasmm-site-materio .fasmm-cart-row-link{min-width:0!important;height:34px!important;padding:6px 8px!important;display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important;gap:5px!important;border-radius:9px!important;background:#f8f7fa!important;color:#6f6877!important;overflow:hidden!important}
body.fasmm-site-materio .fasmm-cart-row-link span{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;direction:ltr!important;text-align:left!important;font-size:11px!important}
body.fasmm-site-materio .fasmm-cart-row-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
body.fasmm-site-materio .fasmm-cart-row-meta{display:flex!important;align-items:center!important;gap:6px!important}
body.fasmm-site-materio .fasmm-cart-row-meta span{font-size:11px!important;color:var(--fasmm-site-muted)!important}
body.fasmm-site-materio .fasmm-cart-row-meta strong{font-size:13px!important;color:var(--fasmm-site-text)!important}
body.fasmm-site-materio .fasmm-cart-discount{padding:3px 7px!important;display:inline-flex!important;align-items:center!important;gap:4px!important;border-radius:999px!important;background:#eaf8f0!important;color:#238350!important;font-size:10px!important;font-weight:800!important}
body.fasmm-site-materio .fasmm-cart-footer{flex:0 0 auto!important;padding:10px 12px 12px!important;border-top:1px solid var(--fasmm-site-border)!important;background:#fff!important}
body.fasmm-site-materio .fasmm-cart-total{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 0 9px!important}
body.fasmm-site-materio .fasmm-cart-total b{font-size:16px!important}
body.fasmm-site-materio .fasmm-cart-submit{width:100%!important;min-height:46px!important}
body.fasmm-site-materio .fasmm-cart-backdrop{position:fixed!important;inset:0!important;z-index:2147482000!important;background:rgba(35,31,43,.4)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.2s ease!important}
body.fasmm-site-materio .fasmm-cart-backdrop.show{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

/* Footer */
body.fasmm-site-materio .fasmm-footer{margin:28px 20px 20px!important;padding:0!important;background:transparent!important;border:0!important}
body.fasmm-site-materio .fasmm-footer-inner{width:min(100%,1440px)!important;min-height:74px!important;margin:0 auto!important;padding:16px 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;border:1px solid var(--fasmm-site-border)!important;border-radius:18px!important;background:#fff!important;color:var(--fasmm-site-muted)!important;box-shadow:var(--fasmm-site-shadow)!important}
body.fasmm-site-materio .fasmm-footer-inner a{font-weight:800!important}

/* Public dark mode support */
body.fasmm-site-materio.fasmm-dark{
  --fasmm-site-bg:#28243d;
  --fasmm-site-card:#332f49;
  --fasmm-site-soft:#3d3855;
  --fasmm-site-text:#f5f2fb;
  --fasmm-site-muted:#c9c3d2;
  --fasmm-site-border:#58516e;
  background:var(--fasmm-site-bg)!important;
}
body.fasmm-site-materio.fasmm-dark :is(.fasmm-topbar-inner,.fasmm-footer-inner,.fasmm-card,.fasmm-order-sidebar,.fasmm-select-trigger,.fasmm-select-dropdown,.fasmm-brand-chip,.fasmm-cat-chip,.fasmm-service-card,.fasmm-cart-drawer,.fasmm-cart-head,.fasmm-cart-footer,.fasmm-cart-row){background:var(--fasmm-site-card)!important;border-color:var(--fasmm-site-border)!important;color:var(--fasmm-site-text)!important}
body.fasmm-site-materio.fasmm-dark input,
body.fasmm-site-materio.fasmm-dark textarea,
body.fasmm-site-materio.fasmm-dark select{background:#28243d!important;border-color:#655e7f!important;color:#fff!important}

@media(max-width:1024px){
  body.fasmm-site-materio .fasmm-topbar-inner{grid-template-columns:auto minmax(0,1fr) auto!important}
  body.fasmm-site-materio .fasmm-site-menu-toggle{display:grid!important;grid-column:1!important;grid-row:1!important}
  body.fasmm-site-materio .fasmm-brand{grid-column:3!important;grid-row:1!important}
  body.fasmm-site-materio .fasmm-top-actions{grid-column:2!important;grid-row:1!important}
  body.fasmm-site-materio .fasmm-topbar-menu{
    display:none!important;
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    padding-top:10px!important;
    border-top:1px solid var(--fasmm-site-border)!important;
  }
  body.fasmm-site-materio.fasmm-site-menu-open .fasmm-topbar-menu{display:block!important}
  body.fasmm-site-materio .fasmm-primary-menu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  body.fasmm-site-materio .fasmm-primary-menu a{justify-content:center!important;background:var(--fasmm-site-soft)!important}
  body.fasmm-site-materio .fasmm-home-v40-inner{grid-template-columns:1fr!important;padding:28px!important}
  body.fasmm-site-materio .fasmm-order-shell{grid-template-columns:1fr!important}
  body.fasmm-site-materio .fasmm-order-sidebar{position:static!important;order:2!important}
}

@media(max-width:767.98px){
  body.fasmm-site-materio{font-size:12px!important;line-height:1.8!important}
  body.fasmm-site-materio .fasmm-topbar{padding:8px!important}
  body.fasmm-site-materio .fasmm-topbar-inner{min-height:58px!important;padding:7px 9px!important;gap:7px!important;border-radius:14px!important}
  body.fasmm-site-materio .fasmm-brand span{display:none!important}
  body.fasmm-site-materio .fasmm-brand img,
  body.fasmm-site-materio .fasmm-brand .custom-logo{width:38px!important;height:38px!important}
  body.fasmm-site-materio .fasmm-top-actions .fasmm-btn{min-height:38px!important;padding:7px 10px!important;font-size:12px!important}
  body.fasmm-site-materio .fasmm-site-main,
  body.fasmm-site-materio .fasmm-page-content,
  body.fasmm-site-materio main:not(.fasmm-materio-panel){padding:8px 8px 34px!important}
  body.fasmm-site-materio .fasmm-home-v40-inner{padding:20px!important;border-radius:18px!important}
  body.fasmm-site-materio .fasmm-home-v40-copy h1{font-size:28px!important}
  body.fasmm-site-materio .fasmm-home-order-wrap{padding:12px!important;border-radius:16px!important}
  body.fasmm-site-materio .fasmm-home-order-head{display:block!important}
  body.fasmm-site-materio .fasmm-home-order-head p{display:none!important}
  body.fasmm-site-materio .fasmm-order-form-materio{padding:12px!important;border-radius:14px!important}
  body.fasmm-site-materio .fasmm-order-form-materio>.fasmm-section-kicker{display:none!important}
  body.fasmm-site-materio .fasmm-order-form-materio>h2{font-size:20px!important;margin:0 0 14px!important}
  body.fasmm-site-materio .fasmm-dropdown-order-layout{grid-template-columns:1fr!important;gap:10px!important}
  body.fasmm-site-materio .fasmm-select-trigger{min-height:64px!important}
  body.fasmm-site-materio .fasmm-select-dropdown{position:relative!important;top:auto!important;right:auto!important;left:auto!important;margin-top:6px!important;max-height:330px!important;box-shadow:none!important;background:#fbfaff!important}
  body.fasmm-site-materio .fasmm-brand-chips,
  body.fasmm-site-materio .fasmm-category-chips,
  body.fasmm-site-materio .fasmm-service-cards{max-height:295px!important;overflow:auto!important}
  body.fasmm-site-materio .fasmm-order-fields{grid-template-columns:1fr!important}
  body.fasmm-site-materio .fasmm-order-fields>*{grid-column:1!important}
  body.fasmm-site-materio .fasmm-mobile-price-preview{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:7px!important;padding:8px 10px!important;border-radius:9px!important;background:var(--fasmm-site-primary-soft)!important;color:var(--fasmm-site-primary)!important}
  body.fasmm-site-materio .fasmm-order-sidebar{padding:12px!important}
  body.fasmm-site-materio .fasmm-price-value{font-size:24px!important}
  body.fasmm-site-materio .fasmm-cart-drawer{width:100vw!important;border-radius:0!important}
  body.fasmm-site-materio .fasmm-cart-row{padding:9px!important;gap:6px!important}
  body.fasmm-site-materio .fasmm-cart-row-link{height:32px!important}
  body.fasmm-site-materio .fasmm-footer{margin:12px 8px!important}
  body.fasmm-site-materio .fasmm-footer-inner{min-height:62px!important;padding:12px!important;flex-direction:column!important;text-align:center!important;border-radius:14px!important}
}


/* ===== v74.2.2 public width, header, order field and compact cart fixes ===== */
body.home.fasmm-site-materio .fasmm-site-main,
body.home.fasmm-site-materio main#fasmm-main-content,
body.home.fasmm-site-materio .fasmm-home-v40,
body.home.fasmm-site-materio .fasmm-home-v40-hero,
body.home.fasmm-site-materio .fasmm-home-v40-inner,
body.home.fasmm-site-materio .fasmm-home-elementor-content,
body.home.fasmm-site-materio .fasmm-home-order-wrap,
body.home.fasmm-site-materio .fasmm-home-order-body,
body.home.fasmm-site-materio .fasmm-order-shortcode-materio,
body.home.fasmm-site-materio .fasmm-order-shortcode-materio>.fasmm-card{
  width:100%!important;
  max-width:none!important;
}
body.home.fasmm-site-materio .fasmm-site-main,
body.home.fasmm-site-materio main#fasmm-main-content{
  margin:0!important;
  padding-inline:clamp(12px,2vw,34px)!important;
}
body.home.fasmm-site-materio .fasmm-home-v40-inner,
body.home.fasmm-site-materio .fasmm-home-order-wrap,
body.home.fasmm-site-materio .fasmm-home-elementor-content{margin-inline:0!important}
body.home.fasmm-site-materio .fasmm-home-v40-hero{padding-inline:0!important}
body.home.fasmm-site-materio .fasmm-home-order-wrap{overflow:visible!important}

body.fasmm-site-materio .fasmm-site-menu-icon{width:22px;height:22px;display:block}
body.fasmm-site-materio .fasmm-site-account-link{white-space:nowrap!important}
body.fasmm-site-materio .fasmm-site-account-link>svg{width:20px;height:20px;display:block;flex:0 0 20px}
body.fasmm-site-materio .fasmm-site-account-avatar{width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid rgba(255,255,255,.75)!important}
body.fasmm-site-materio .fasmm-site-menu-backdrop{display:none;position:fixed;inset:0;z-index:998;border:0;background:rgba(39,34,52,.34);opacity:0;visibility:hidden;pointer-events:none}
body.fasmm-site-materio .fasmm-site-menu-backdrop.show{display:block;opacity:1;visibility:visible;pointer-events:auto}
body.fasmm-site-materio .fasmm-topbar{z-index:1001!important}

body.fasmm-site-materio .fasmm-order-link-input-wrap textarea{
  padding-inline:13px!important;
  padding-bottom:10px!important;
}
body.fasmm-site-materio .fasmm-clear-order-link{
  position:static!important;
  inset:auto!important;
  width:max-content!important;
  min-width:92px!important;
  min-height:38px!important;
  margin-top:8px!important;
  padding:7px 12px!important;
}

body.fasmm-site-materio .fasmm-cart-items{
  display:grid!important;
  grid-auto-rows:max-content!important;
  align-content:start!important;
  align-items:start!important;
}
body.fasmm-site-materio .fasmm-cart-row{
  align-self:start!important;
  min-height:0!important;
  height:max-content!important;
  max-height:none!important;
  padding:9px!important;
  gap:6px!important;
}
body.fasmm-site-materio .fasmm-cart-row-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  padding:0!important;
}
body.fasmm-site-materio .fasmm-cart-row-title{display:grid!important;gap:1px!important;min-width:0!important}
body.fasmm-site-materio .fasmm-cart-row-title b{font-size:13px!important;line-height:1.5!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.fasmm-site-materio .fasmm-cart-row-title small{font-size:11px!important;color:var(--fasmm-site-muted)!important}
body.fasmm-site-materio .fasmm-cart-row-actions{display:flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important}
body.fasmm-site-materio .fasmm-cart-copy,
body.fasmm-site-materio .fasmm-cart-remove{
  position:static!important;
  inset:auto!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  box-shadow:none!important;
}
body.fasmm-site-materio .fasmm-cart-copy{border:1px solid #ded3ff!important;background:#f4efff!important;color:#6e45da!important}
body.fasmm-site-materio .fasmm-cart-copy.is-copied{border-color:#b8e5ca!important;background:#eaf8f0!important;color:#238350!important}
body.fasmm-site-materio .fasmm-cart-remove{border:1px solid #ffd2d6!important;background:#fff3f4!important;color:#d93b45!important}
body.fasmm-site-materio .fasmm-cart-copy i,
body.fasmm-site-materio .fasmm-cart-remove i{font-size:16px!important}
body.fasmm-site-materio .fasmm-cart-row-link{height:30px!important;min-height:30px!important;max-height:30px!important;padding:5px 8px!important}
body.fasmm-site-materio .fasmm-cart-row-bottom{min-height:26px!important}

@media(max-width:1024px){
  body.fasmm-site-materio .fasmm-topbar-inner{
    direction:ltr!important;
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    grid-template-rows:auto auto!important;
  }
  body.fasmm-site-materio .fasmm-site-menu-toggle{grid-column:3!important;grid-row:1!important;direction:rtl!important}
  body.fasmm-site-materio .fasmm-brand{grid-column:2!important;grid-row:1!important;justify-self:center!important;direction:rtl!important;max-width:100%!important}
  body.fasmm-site-materio .fasmm-top-actions{grid-column:1!important;grid-row:1!important;justify-self:start!important;direction:rtl!important}
  body.fasmm-site-materio .fasmm-topbar-menu,
  body.fasmm-site-materio .fasmm-topbar-menu.is-open{
    grid-column:1/-1!important;
    grid-row:2!important;
    direction:rtl!important;
  }
  body.fasmm-site-materio .fasmm-topbar-menu.is-open{display:block!important}
  body.fasmm-site-materio .fasmm-site-account-link{
    width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border-radius:12px!important;
  }
  body.fasmm-site-materio .fasmm-site-account-link>span{display:none!important}
  body.fasmm-site-materio .fasmm-site-account-avatar{width:32px!important;height:32px!important;min-width:32px!important}
}

@media(max-width:767.98px){
  body.home.fasmm-site-materio .fasmm-site-main,
  body.home.fasmm-site-materio main#fasmm-main-content{padding-inline:6px!important}
  body.fasmm-site-materio .fasmm-topbar-inner{grid-template-columns:40px minmax(0,1fr) 40px!important}
  body.fasmm-site-materio .fasmm-site-menu-toggle,
  body.fasmm-site-materio .fasmm-site-account-link{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
  body.fasmm-site-materio .fasmm-brand img{width:36px!important;height:36px!important}
  body.fasmm-site-materio .fasmm-cart-row{padding:8px!important;gap:5px!important}
  body.fasmm-site-materio .fasmm-cart-copy,
  body.fasmm-site-materio .fasmm-cart-remove{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}
  body.fasmm-site-materio .fasmm-cart-row-link{height:28px!important;min-height:28px!important;max-height:28px!important}
}

/* v74.2.4 — category visibility must win over grid display rules. */
body.fasmm-site-materio .fasmm-cat-chip[hidden],
body.fasmm-site-materio .fasmm-cat-chip.fasmm-category-hidden{
  display:none!important;
}
