/* =====================================================================
   ابر باران — استایل افزونهٔ المنتور (نسخهٔ ایزوله‌شده)
   ---------------------------------------------------------------------
   • همهٔ قواعد زیر «.abr-scope» محصور شده‌اند تا با قالب و سایر افزونه‌ها
     و با خود ووکامرس تداخل نکنند.
   • متغیرهای CSS با پیشوند --abr- فضای‌نام‌دار شده‌اند.
   • هر ویجت خروجی خود را در یک <div class="abr-scope"> می‌پیچد.
   ===================================================================== */

:root{
  
  --abr-c-green-900:#0A3B26;          
  --abr-c-green-700:#0E6B3F;          
  --abr-c-green:#10A35A;              
  --abr-c-green-100:#E7F6EE;          
  --abr-c-black:#101311;              
  --abr-c-ink:#1B201D;                
  --abr-c-gray:#6E7A73;               
  --abr-c-line:#E3EAE5;               
  --abr-c-surface:#F5F8F6;            
  --abr-c-white:#FFFFFF;
  --abr-c-sale:#E03E3E;               
  --abr-c-star:#F5A623;

  
  --abr-f-display:'Lalezar', 'Vazirmatn', sans-serif;  
  --abr-f-body:'Vazirmatn', 'Tahoma', sans-serif;       

  
  --abr-radius:16px;
  --abr-radius-s:10px;
  --abr-radius-pill:999px;
  --abr-container:1240px;
  --abr-header-h:76px;
  --abr-bnav-h:64px;                  
  --abr-shadow:0 10px 30px rgba(16,19,17,.08);
  --abr-shadow-s:0 4px 14px rgba(16,19,17,.07);
  --abr-tr:.25s cubic-bezier(.4,0,.2,1);
}.abr-scope, .abr-scope *, .abr-scope *::before, .abr-scope *::after{box-sizing:border-box}.abr-scope{scroll-behavior:smooth}.abr-scope{
  margin:0;
  font-family:var(--abr-f-body);
  font-size:15px;
  line-height:1.85;
  color:var(--abr-c-ink);
  background:var(--abr-c-white);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}.abr-scope img, .abr-scope svg{display:block;max-width:100%}.abr-scope a{color:inherit;text-decoration:none}.abr-scope ul{list-style:none;margin:0;padding:0}.abr-scope h1, .abr-scope h2, .abr-scope h3, .abr-scope h4{margin:0;line-height:1.4;color:var(--abr-c-black)}.abr-scope button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}.abr-scope input, .abr-scope select{font-family:inherit;font-size:inherit;color:inherit}.abr-scope del{color:var(--abr-c-gray)}.abr-scope ins{text-decoration:none}.abr-scope .icon{width:22px;height:22px;flex:none}.abr-scope :focus-visible{outline:2px solid var(--abr-c-green);outline-offset:3px;border-radius:4px}.abr-scope ::selection{background:var(--abr-c-green);color:#fff}.abr-scope .container{max-width:var(--abr-container);margin-inline:auto;padding-inline:24px}.abr-scope .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 28px;border-radius:var(--abr-radius-pill);
  font-weight:700;font-size:14.5px;line-height:1;
  transition:transform var(--abr-tr),box-shadow var(--abr-tr),background var(--abr-tr),color var(--abr-tr);
  white-space:nowrap;
}.abr-scope .btn:active{transform:scale(.97)}.abr-scope .btn-primary{background:var(--abr-c-green);color:#fff;box-shadow:0 8px 20px rgba(16,163,90,.32)}.abr-scope .btn-primary:hover{background:var(--abr-c-green-700)}.abr-scope .btn-dark{background:var(--abr-c-black);color:#fff}.abr-scope .btn-dark:hover{background:var(--abr-c-green-900)}.abr-scope .btn-light{background:#fff;color:var(--abr-c-black);box-shadow:var(--abr-shadow-s)}.abr-scope .btn-light:hover{background:var(--abr-c-green-100);color:var(--abr-c-green-900)}.abr-scope .btn-ghost{border:1.6px solid var(--abr-c-line);color:var(--abr-c-ink);background:#fff}.abr-scope .btn-ghost:hover{border-color:var(--abr-c-green);color:var(--abr-c-green-700)}.abr-scope .btn-block{width:100%}.abr-scope .btn-lg{padding:16px 34px;font-size:15.5px}.abr-scope .iconbtn{
  width:44px;height:44px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--abr-c-surface);color:var(--abr-c-ink);
  transition:background var(--abr-tr),color var(--abr-tr),transform var(--abr-tr);
  position:relative;flex:none;
}.abr-scope .iconbtn:hover{background:var(--abr-c-green-100);color:var(--abr-c-green-700)}.abr-scope .iconbtn:active{transform:scale(.92)}.abr-scope .iconbtn .count{
  position:absolute;top:-2px;inset-inline-end:-2px;
  min-width:19px;height:19px;padding-inline:5px;border-radius:10px;
  background:var(--abr-c-green);color:#fff;font-size:11px;font-weight:800;
  display:flex;align-items:center;justify-content:center;line-height:1;
  border:2px solid #fff;
}.abr-scope .badge{
  display:inline-flex;align-items:center;gap:4px;
  padding:4px 11px;border-radius:var(--abr-radius-pill);
  font-size:12px;font-weight:800;line-height:1.6;
}.abr-scope .badge-sale{background:var(--abr-c-sale);color:#fff}.abr-scope .badge-new{background:var(--abr-c-black);color:#fff}.abr-scope .badge-soft{background:var(--abr-c-green-100);color:var(--abr-c-green-700)}.abr-scope .sec{padding-block:64px}.abr-scope .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px}.abr-scope .sec-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--abr-c-green-700);font-weight:800;font-size:13px;margin-bottom:6px;
}.abr-scope .sec-eyebrow::before{content:"";width:26px;height:2.5px;border-radius:2px;background:var(--abr-c-green)}.abr-scope .sec-title{font-family:var(--abr-f-display);font-size:clamp(26px,3.4vw,38px);font-weight:400}.abr-scope .sec-link{font-weight:700;font-size:14px;color:var(--abr-c-green-700);display:inline-flex;align-items:center;gap:6px}.abr-scope .sec-link:hover{color:var(--abr-c-green-900)}.abr-scope .topbar{
  background:var(--abr-c-green-900);color:#DFF3E8;
  font-size:12.5px;font-weight:600;
}.abr-scope .topbar .container{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px}.abr-scope .topbar strong{color:#fff}.abr-scope .site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--abr-c-line);
  transition:box-shadow var(--abr-tr);
}.abr-scope .site-header.is-scrolled{box-shadow:var(--abr-shadow-s)}.abr-scope .header-row{display:flex;align-items:center;gap:24px;height:var(--abr-header-h)}.abr-scope .logo{display:flex;align-items:center;gap:10px;flex:none}.abr-scope .logo-mark{
  width:42px;height:42px;border-radius:13px;
  background:linear-gradient(140deg,var(--abr-c-green) 0%,var(--abr-c-green-900) 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-family:var(--abr-f-display);font-size:24px;padding-top:5px;
  box-shadow:0 6px 16px rgba(16,163,90,.35);
}.abr-scope .logo-text{font-family:var(--abr-f-display);font-size:25px;color:var(--abr-c-black);line-height:1}.abr-scope .logo-text small{display:block;font-family:var(--abr-f-body);font-size:10.5px;font-weight:600;color:var(--abr-c-gray);letter-spacing:.4px;margin-top:2px}.abr-scope .header-search{flex:1;max-width:430px;position:relative}.abr-scope .header-search input{
  width:100%;height:46px;border-radius:var(--abr-radius-pill);
  border:1.6px solid var(--abr-c-line);background:var(--abr-c-surface);
  padding:0 48px 0 20px;font-size:14px;transition:border var(--abr-tr),background var(--abr-tr);
}.abr-scope .header-search input:focus{outline:none;border-color:var(--abr-c-green);background:#fff}.abr-scope .header-search button{
  position:absolute;inset-inline-start:auto;inset-inline-end:6px;top:5px;
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--abr-c-green);color:#fff;
}.abr-scope .header-search button:hover{background:var(--abr-c-green-700)}.abr-scope .header-search button .icon{width:18px;height:18px}.abr-scope .header-actions{display:flex;align-items:center;gap:8px;margin-inline-start:auto}.abr-scope .main-nav{border-top:1px solid var(--abr-c-line)}.abr-scope .main-nav > .container{display:flex;align-items:center;gap:6px}.abr-scope .nav-item{position:relative}.abr-scope .nav-link{
  display:flex;align-items:center;gap:6px;
  padding:13px 16px;font-weight:700;font-size:14.5px;color:var(--abr-c-ink);
  border-radius:10px 10px 0 0;transition:color var(--abr-tr);position:relative;
}.abr-scope .nav-link::after{
  content:"";position:absolute;inset-inline:16px;bottom:0;height:3px;border-radius:3px 3px 0 0;
  background:var(--abr-c-green);transform:scaleX(0);transform-origin:center;transition:transform var(--abr-tr);
}.abr-scope .nav-item:hover .nav-link, .abr-scope .nav-item.is-active .nav-link{color:var(--abr-c-green-700)}.abr-scope .nav-item:hover .nav-link::after, .abr-scope .nav-item.is-active .nav-link::after{transform:scaleX(1)}.abr-scope .nav-link .icon{width:15px;height:15px;color:var(--abr-c-gray);transition:transform var(--abr-tr)}.abr-scope .nav-item:hover .nav-link .icon{transform:rotate(180deg);color:var(--abr-c-green)}.abr-scope .nav-link.is-hot{color:var(--abr-c-sale)}.abr-scope .nav-link.is-hot::after{background:var(--abr-c-sale)}.abr-scope .mega{
  position:absolute;top:100%;inset-inline-start:0;z-index:70;
  min-width:560px;background:#fff;border-radius:0 0 var(--abr-radius) var(--abr-radius);
  border:1px solid var(--abr-c-line);border-top:3px solid var(--abr-c-green);
  box-shadow:var(--abr-shadow);padding:26px;
  display:grid;grid-template-columns:1fr 1fr 190px;gap:24px;
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity var(--abr-tr),transform var(--abr-tr),visibility var(--abr-tr);
}.abr-scope .nav-item:hover .mega, .abr-scope .nav-item:focus-within .mega{opacity:1;visibility:visible;transform:none}.abr-scope .mega-col h4{font-size:13px;font-weight:800;color:var(--abr-c-green-700);margin-bottom:12px;display:flex;align-items:center;gap:7px}.abr-scope .mega-col h4::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--abr-c-green)}.abr-scope .mega-col li a{display:block;padding:7px 0;font-size:13.5px;color:var(--abr-c-gray);transition:color var(--abr-tr),padding var(--abr-tr)}.abr-scope .mega-col li a:hover{color:var(--abr-c-green-700);padding-inline-start:6px}.abr-scope .mega-promo{
  border-radius:var(--abr-radius-s);padding:20px 16px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;
  background:linear-gradient(160deg,var(--abr-c-green) 0%,var(--abr-c-green-900) 90%);min-height:170px;position:relative;overflow:hidden;
}.abr-scope .mega-promo::before{
  content:"٪";position:absolute;top:-22px;inset-inline-end:-6px;
  font-family:var(--abr-f-display);font-size:110px;opacity:.16;
}.abr-scope .mega-promo strong{font-family:var(--abr-f-display);font-size:21px;font-weight:400}.abr-scope .mega-promo span{font-size:12px;opacity:.9}.abr-scope .nav-toggle{display:none}.abr-scope .drawer-overlay, .abr-scope .sheet-overlay{
  position:fixed;inset:0;z-index:90;background:rgba(16,19,17,.5);
  opacity:0;visibility:hidden;transition:opacity var(--abr-tr),visibility var(--abr-tr);
  backdrop-filter:blur(2px);
}.abr-scope .drawer-overlay.is-open, .abr-scope .sheet-overlay.is-open{opacity:1;visibility:visible}.abr-scope .drawer{
  position:fixed;top:0;bottom:0;inset-inline-start:0;z-index:95;width:min(320px,86vw);
  background:#fff;transform:translateX(105%);transition:transform .32s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
}.abr-scope [dir="rtl"] .drawer{transform:translateX(105%)}.abr-scope .drawer.is-open{transform:none}.abr-scope .drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--abr-c-line)}.abr-scope .drawer-body{flex:1;overflow-y:auto;padding:10px 20px 30px}.abr-scope .drawer-group{border-bottom:1px solid var(--abr-c-line)}.abr-scope .drawer-group > button{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:15px 0;font-weight:800;font-size:15px;
}.abr-scope .drawer-group > button .icon{width:16px;height:16px;color:var(--abr-c-gray);transition:transform var(--abr-tr)}.abr-scope .drawer-group.is-open > button .icon{transform:rotate(180deg);color:var(--abr-c-green)}.abr-scope .drawer-sub{max-height:0;overflow:hidden;transition:max-height .3s ease}.abr-scope .drawer-group.is-open .drawer-sub{max-height:320px}.abr-scope .drawer-sub a{display:block;padding:9px 14px;font-size:13.5px;color:var(--abr-c-gray);border-inline-start:2px solid var(--abr-c-line)}.abr-scope .drawer-sub a:hover{color:var(--abr-c-green-700);border-color:var(--abr-c-green)}.abr-scope .drawer-link{display:flex;align-items:center;gap:10px;padding:15px 0;font-weight:700;border-bottom:1px solid var(--abr-c-line)}.abr-scope .drawer-link .icon{width:19px;height:19px;color:var(--abr-c-green)}.abr-scope .drawer-foot{padding:16px 20px;border-top:1px solid var(--abr-c-line)}.abr-scope .bottom-nav{
  display:none;position:fixed;z-index:80;inset-inline:0;bottom:0;height:var(--abr-bnav-h);
  background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-top:1px solid var(--abr-c-line);
  padding-bottom:env(safe-area-inset-bottom);
  box-shadow:0 -8px 28px rgba(16,19,17,.08);
}.abr-scope .bottom-nav ul{display:grid;grid-template-columns:repeat(5,1fr);height:100%}.abr-scope .bottom-nav a, .abr-scope .bottom-nav button{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  font-size:10.5px;font-weight:700;color:var(--abr-c-gray);height:100%;position:relative;width:100%;
}.abr-scope .bottom-nav .icon{width:23px;height:23px}.abr-scope .bottom-nav .is-active{color:var(--abr-c-green-700)}.abr-scope .bottom-nav .is-active::before{
  content:"";position:absolute;top:0;width:26px;height:3px;border-radius:0 0 4px 4px;background:var(--abr-c-green);
}.abr-scope .bottom-nav .bn-cart{position:relative}.abr-scope .bottom-nav .bn-cart .count{
  position:absolute;top:6px;inset-inline-end:calc(50% - 22px);
  min-width:17px;height:17px;border-radius:9px;padding-inline:4px;
  background:var(--abr-c-green);color:#fff;font-size:10px;font-weight:800;
  display:flex;align-items:center;justify-content:center;border:2px solid #fff;
}.abr-scope .hero{padding:26px 0 0}.abr-scope .hero-split{
  display:flex;gap:18px;min-height:min(74vh,620px);
}.abr-scope .hero-pane{
  flex:1;position:relative;border-radius:calc(var(--abr-radius) + 8px);overflow:hidden;
  display:flex;align-items:flex-end;padding:clamp(26px,4vw,52px);
  transition:flex .55s cubic-bezier(.4,0,.2,1);
  isolation:isolate;
}@media (hover:hover){.abr-scope .hero-split:hover .hero-pane:hover{flex:1.45} }.abr-scope .hero-pane--abr-women{
  background:
    radial-gradient(120% 90% at 85% 8%,rgba(255,255,255,.5) 0%,transparent 45%),
    radial-gradient(90% 120% at 10% 100%,rgba(10,59,38,.5) 0%,transparent 55%),
    linear-gradient(155deg,#16B868 0%,var(--abr-c-green-700) 55%,var(--abr-c-green-900) 100%);
}.abr-scope .hero-pane--abr-men{
  background:
    radial-gradient(110% 80% at 12% 10%,rgba(16,163,90,.4) 0%,transparent 48%),
    radial-gradient(80% 100% at 95% 95%,rgba(16,163,90,.22) 0%,transparent 50%),
    linear-gradient(200deg,#222824 0%,var(--abr-c-black) 60%,#070908 100%);
}.abr-scope .hero-pane::before{
  content:"";position:absolute;inset:0;z-index:-1;opacity:.5;
  background-image:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1.4px);
  background-size:22px 22px;
}.abr-scope .hero-word{
  position:absolute;top:6%;inset-inline-end:-2%;z-index:0;
  font-family:var(--abr-f-display);font-size:clamp(110px,17vw,230px);line-height:1;
  color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.28);
  pointer-events:none;user-select:none;
  transition:transform .55s ease;
}.abr-scope .hero-pane:hover .hero-word{transform:translateX(-12px)}.abr-scope .hero-hanger{
  position:absolute;width:min(46%,300px);height:auto;z-index:0;
  inset-inline-start:6%;top:14%;color:rgba(255,255,255,.2);
  transform:rotate(-8deg);transition:transform .55s ease;
}.abr-scope .hero-pane:hover .hero-hanger{transform:rotate(-3deg) translateY(-8px)}.abr-scope .hero-content{position:relative;z-index:2;color:#fff;max-width:420px}.abr-scope .hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);
  padding:6px 14px;border-radius:var(--abr-radius-pill);
  font-size:12px;font-weight:700;backdrop-filter:blur(4px);margin-bottom:14px;
}.abr-scope .hero-title{
  font-family:var(--abr-f-display);font-weight:400;color:#fff;
  font-size:clamp(34px,4.6vw,58px);line-height:1.25;margin-bottom:8px;
}.abr-scope .hero-sub{font-size:14.5px;opacity:.88;margin:0 0 22px;max-width:330px}.abr-scope .hero-cta{display:flex;gap:10px;flex-wrap:wrap}.abr-scope .hero-disc{
  position:absolute;z-index:5;top:50%;inset-inline-start:50%;transform:translate(50%,-50%);
  width:118px;height:118px;border-radius:50%;background:#fff;color:var(--abr-c-green-900);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
  text-align:center;box-shadow:var(--abr-shadow);border:5px solid var(--abr-c-green-100);
}.abr-scope .hero-disc strong{font-family:var(--abr-f-display);font-size:25px;color:var(--abr-c-green);line-height:1}.abr-scope .hero-disc span{font-size:10.5px;font-weight:800;line-height:1.5}.abr-scope .feat-strip{padding:34px 0 8px}.abr-scope .feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.abr-scope .feat{
  display:flex;align-items:center;gap:13px;
  background:var(--abr-c-surface);border:1px solid var(--abr-c-line);
  border-radius:var(--abr-radius);padding:16px 18px;
  transition:transform var(--abr-tr),box-shadow var(--abr-tr),border-color var(--abr-tr);
}.abr-scope .feat:hover{transform:translateY(-3px);box-shadow:var(--abr-shadow-s);border-color:var(--abr-c-green)}.abr-scope .feat-ico{
  width:46px;height:46px;border-radius:13px;flex:none;
  background:var(--abr-c-green-100);color:var(--abr-c-green-700);
  display:flex;align-items:center;justify-content:center;
}.abr-scope .feat b{display:block;font-size:13.5px;color:var(--abr-c-black)}.abr-scope .feat span{font-size:12px;color:var(--abr-c-gray)}.abr-scope .p-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:20px}.abr-scope .p-card{
  background:#fff;border:1px solid var(--abr-c-line);border-radius:var(--abr-radius);
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform var(--abr-tr),box-shadow var(--abr-tr),border-color var(--abr-tr);
}.abr-scope .p-card:hover{transform:translateY(-5px);box-shadow:var(--abr-shadow);border-color:transparent}.abr-scope .p-media{
  position:relative;aspect-ratio:4/4.6;display:flex;align-items:center;justify-content:center;overflow:hidden;
}.abr-scope .p-media .ph-hanger{width:34%;color:rgba(10,59,38,.28);transition:transform .4s ease}.abr-scope .p-card:hover .ph-hanger{transform:scale(1.08) rotate(-5deg)}.abr-scope .ph-1{background:linear-gradient(160deg,#DCF2E6,#B9E4CD)}.abr-scope .ph-2{background:linear-gradient(160deg,#EAF1EC,#CFE0D5)}.abr-scope .ph-3{background:linear-gradient(160deg,#E2EFE7,#A9D9BF)}.abr-scope .ph-4{background:linear-gradient(160deg,#F0F4F1,#D8E6DD)}.abr-scope .ph-5{background:linear-gradient(160deg,#D7EFE2,#BFE7D1)}.abr-scope .ph-6{background:linear-gradient(160deg,#E8F0EB,#C5DCCE)}.abr-scope .ph-dark{background:linear-gradient(160deg,#2A312C,#101311)}.abr-scope .ph-dark .ph-hanger{color:rgba(255,255,255,.22)}.abr-scope .p-badges{position:absolute;top:12px;inset-inline-start:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.abr-scope .p-fav{
  position:absolute;top:10px;inset-inline-end:10px;z-index:2;
  width:38px;height:38px;background:rgba(255,255,255,.92);
}.abr-scope .p-fav.is-on{color:var(--abr-c-sale);background:#fff}.abr-scope .p-quick{
  position:absolute;inset-inline:12px;bottom:12px;z-index:2;
  padding:11px;border-radius:12px;font-weight:800;font-size:13px;
  background:rgba(16,19,17,.86);color:#fff;backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:center;gap:7px;
  opacity:0;transform:translateY(10px);transition:opacity var(--abr-tr),transform var(--abr-tr),background var(--abr-tr);
}.abr-scope .p-quick:hover{background:var(--abr-c-green)}.abr-scope .p-card:hover .p-quick{opacity:1;transform:none}.abr-scope .p-quick .icon{width:17px;height:17px}.abr-scope .p-body{padding:15px 16px 17px;display:flex;flex-direction:column;gap:7px;flex:1}.abr-scope .p-cat{font-size:11.5px;font-weight:700;color:var(--abr-c-green-700)}.abr-scope .p-title{font-size:14.5px;font-weight:700;line-height:1.7}.abr-scope .p-title a:hover{color:var(--abr-c-green-700)}.abr-scope .p-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}.abr-scope .price{display:flex;flex-direction:column;line-height:1.5}.abr-scope .price del{font-size:12px}.abr-scope .price ins, .abr-scope .price .amount{font-size:15.5px;font-weight:800;color:var(--abr-c-black)}.abr-scope .price .toman{font-size:11px;font-weight:600;color:var(--abr-c-gray)}.abr-scope .rating{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:700;color:var(--abr-c-ink)}.abr-scope .rating .icon{width:15px;height:15px;color:var(--abr-c-star)}.abr-scope .p-colors{display:flex;gap:5px}.abr-scope .dot{width:15px;height:15px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--abr-c-line)}.abr-scope .page-hero{
  background:
    radial-gradient(80% 130% at 90% 0%,rgba(16,163,90,.18) 0%,transparent 55%),
    linear-gradient(180deg,var(--abr-c-surface),#fff);
  border-bottom:1px solid var(--abr-c-line);
  padding:40px 0 34px;
}.abr-scope .breadcrumb{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--abr-c-gray);margin-bottom:10px;flex-wrap:wrap}.abr-scope .breadcrumb a:hover{color:var(--abr-c-green-700)}.abr-scope .breadcrumb .sep{opacity:.5}.abr-scope .page-title{font-family:var(--abr-f-display);font-size:clamp(28px,3.6vw,40px);font-weight:400}.abr-scope .page-sub{color:var(--abr-c-gray);font-size:14px;margin-top:4px}.abr-scope .shop-layout{display:grid;grid-template-columns:272px 1fr;gap:30px;padding-block:38px}.abr-scope .filters{align-self:start;position:sticky;top:calc(var(--abr-header-h) + 16px)}.abr-scope .f-box{background:#fff;border:1px solid var(--abr-c-line);border-radius:var(--abr-radius);padding:20px;margin-bottom:14px}.abr-scope .f-title{display:flex;align-items:center;font-size:14px;font-weight:800;margin-bottom:14px;gap:8px}.abr-scope .f-title::after{content:"";flex:1;height:1px;background:var(--abr-c-line)}.abr-scope .f-check{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13.5px;cursor:pointer;color:var(--abr-c-ink)}.abr-scope .f-check input{accent-color:var(--abr-c-green);width:17px;height:17px;cursor:pointer}.abr-scope .f-check .cnt{margin-inline-start:auto;font-size:11.5px;color:var(--abr-c-gray);background:var(--abr-c-surface);border-radius:8px;padding:1px 8px}.abr-scope .f-sub{padding-inline-start:14px;border-inline-start:2px solid var(--abr-c-line);margin:4px 0 8px}.abr-scope .size-chips{display:flex;flex-wrap:wrap;gap:8px}.abr-scope .chip{
  min-width:42px;height:38px;padding-inline:12px;border-radius:11px;
  border:1.6px solid var(--abr-c-line);background:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:700;transition:all var(--abr-tr);
}.abr-scope .chip:hover{border-color:var(--abr-c-green)}.abr-scope .chip.is-on{background:var(--abr-c-green);border-color:var(--abr-c-green);color:#fff}.abr-scope .chip.is-disabled{opacity:.35;pointer-events:none;text-decoration:line-through}.abr-scope .swatches{display:flex;flex-wrap:wrap;gap:9px}.abr-scope .swatch{
  width:30px;height:30px;border-radius:50%;border:2px solid #fff;
  box-shadow:0 0 0 1.6px var(--abr-c-line);cursor:pointer;transition:all var(--abr-tr);position:relative;
}.abr-scope .swatch:hover{transform:scale(1.12)}.abr-scope .swatch.is-on{box-shadow:0 0 0 2.5px var(--abr-c-green)}.abr-scope .swatch.is-on::after{
  content:"";position:absolute;inset:0;margin:auto;width:9px;height:5px;
  border:2.5px solid #fff;border-top:0;border-inline-end:0;transform:rotate(-45deg) translateY(-2px);
  filter:drop-shadow(0 0 2px rgba(0,0,0,.4));
}.abr-scope .f-range{width:100%;accent-color:var(--abr-c-green)}.abr-scope .f-range-vals{display:flex;justify-content:space-between;font-size:12px;color:var(--abr-c-gray);margin-top:6px}.abr-scope .f-range-vals b{color:var(--abr-c-green-700)}.abr-scope .shop-toolbar{
  display:flex;align-items:center;gap:12px;margin-bottom:22px;
  background:var(--abr-c-surface);border:1px solid var(--abr-c-line);
  border-radius:var(--abr-radius);padding:10px 16px;
}.abr-scope .shop-count{font-size:13px;color:var(--abr-c-gray)}.abr-scope .shop-count b{color:var(--abr-c-green-700)}.abr-scope .shop-sort{margin-inline-start:auto;display:flex;align-items:center;gap:8px;font-size:13px}.abr-scope .shop-sort select{
  height:40px;border-radius:11px;border:1.6px solid var(--abr-c-line);
  background:#fff;padding-inline:12px 8px;font-size:13px;font-weight:700;cursor:pointer;
}.abr-scope .shop-sort select:focus{outline:none;border-color:var(--abr-c-green)}.abr-scope .btn-filter{display:none}.abr-scope .pagination{display:flex;justify-content:center;gap:7px;margin-top:38px}.abr-scope .page-num{
  width:42px;height:42px;border-radius:12px;border:1.6px solid var(--abr-c-line);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13.5px;
  transition:all var(--abr-tr);background:#fff;
}.abr-scope .page-num:hover{border-color:var(--abr-c-green);color:var(--abr-c-green-700)}.abr-scope .page-num.is-on{background:var(--abr-c-black);border-color:var(--abr-c-black);color:#fff}.abr-scope .sheet{
  position:fixed;z-index:95;inset-inline:0;bottom:0;max-height:82vh;
  background:#fff;border-radius:22px 22px 0 0;
  transform:translateY(105%);transition:transform .34s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
}.abr-scope .sheet.is-open{transform:none}.abr-scope .sheet-head{padding:14px 20px;border-bottom:1px solid var(--abr-c-line);display:flex;align-items:center;justify-content:space-between}.abr-scope .sheet-head::before{
  content:"";position:absolute;top:8px;inset-inline:0;margin-inline:auto;
  width:44px;height:4.5px;border-radius:3px;background:var(--abr-c-line);
}.abr-scope .sheet-body{overflow-y:auto;padding:16px 20px;flex:1}.abr-scope .sheet-foot{display:flex;gap:10px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--abr-c-line)}.abr-scope .product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;padding-block:38px}.abr-scope .gallery-main{
  border-radius:calc(var(--abr-radius) + 6px);aspect-ratio:4/4.4;
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
  border:1px solid var(--abr-c-line);
}.abr-scope .gallery-main .ph-hanger{width:30%;color:rgba(10,59,38,.3)}.abr-scope .gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.abr-scope .g-thumb{
  aspect-ratio:1;border-radius:var(--abr-radius-s);border:2px solid var(--abr-c-line);
  display:flex;align-items:center;justify-content:center;transition:all var(--abr-tr);overflow:hidden;
}.abr-scope .g-thumb .ph-hanger{width:38%;color:rgba(10,59,38,.3)}.abr-scope .g-thumb:hover{border-color:var(--abr-c-green-700)}.abr-scope .g-thumb.is-on{border-color:var(--abr-c-green);box-shadow:0 0 0 3px var(--abr-c-green-100)}.abr-scope .summary .p-cat{font-size:12.5px}.abr-scope .summary h1{font-family:var(--abr-f-display);font-weight:400;font-size:clamp(26px,3vw,36px);margin:6px 0 10px}.abr-scope .summary-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-bottom:18px;border-bottom:1px dashed var(--abr-c-line);font-size:13px;color:var(--abr-c-gray)}.abr-scope .summary-meta .ok{color:var(--abr-c-green-700);font-weight:700;display:inline-flex;align-items:center;gap:5px}.abr-scope .summary-meta .ok .icon{width:15px;height:15px}.abr-scope .summary-price{display:flex;align-items:baseline;gap:12px;margin:20px 0 4px}.abr-scope .summary-price del{font-size:16px}.abr-scope .summary-price ins{font-size:30px;font-weight:800;color:var(--abr-c-green-700)}.abr-scope .summary-price .toman{font-size:13px;color:var(--abr-c-gray);font-weight:700}.abr-scope .save-note{font-size:12.5px;color:var(--abr-c-sale);font-weight:700;margin-bottom:18px}.abr-scope .opt-label{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;font-weight:800;margin:18px 0 10px}.abr-scope .opt-label span b{color:var(--abr-c-green-700)}.abr-scope .opt-guide{font-size:12px;color:var(--abr-c-gray);font-weight:600;text-decoration:underline;text-underline-offset:3px}.abr-scope .opt-guide:hover{color:var(--abr-c-green-700)}.abr-scope .buy-row{display:flex;gap:12px;margin-top:26px}.abr-scope .qty{
  display:flex;align-items:center;border:1.6px solid var(--abr-c-line);
  border-radius:var(--abr-radius-pill);height:52px;overflow:hidden;flex:none;
}.abr-scope .qty button{width:46px;height:100%;display:flex;align-items:center;justify-content:center;color:var(--abr-c-gray);transition:all var(--abr-tr)}.abr-scope .qty button:hover{color:var(--abr-c-green);background:var(--abr-c-green-100)}.abr-scope .qty input{width:44px;text-align:center;border:0;font-weight:800;font-size:15px;background:none}.abr-scope .qty input:focus{outline:none}.abr-scope .buy-row .btn{flex:1;font-size:15px}.abr-scope .buy-row .iconbtn{width:52px;height:52px;border:1.6px solid var(--abr-c-line);background:#fff}.abr-scope .stock-note{margin-top:14px;font-size:13px;display:flex;align-items:center;gap:7px;font-weight:700}.abr-scope .stock-note.in{color:var(--abr-c-green-700)}.abr-scope .stock-note.low{color:#C77B00}.abr-scope .stock-note.out{color:var(--abr-c-sale)}.abr-scope .trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.abr-scope .trust{
  display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;
  background:var(--abr-c-surface);border:1px solid var(--abr-c-line);border-radius:12px;padding:11px 12px;color:var(--abr-c-ink);
}.abr-scope .trust .icon{width:19px;height:19px;color:var(--abr-c-green);flex:none}.abr-scope .sku-row{margin-top:18px;font-size:12.5px;color:var(--abr-c-gray);display:flex;flex-direction:column;gap:4px}.abr-scope .sku-row b{color:var(--abr-c-ink)}.abr-scope .tabs{margin-top:14px}.abr-scope .tab-list{display:flex;gap:6px;border-bottom:1.6px solid var(--abr-c-line);overflow-x:auto}.abr-scope .tab-btn{
  padding:13px 22px;font-weight:800;font-size:14px;color:var(--abr-c-gray);
  border-bottom:3px solid transparent;margin-bottom:-1.6px;white-space:nowrap;transition:all var(--abr-tr);
}.abr-scope .tab-btn:hover{color:var(--abr-c-ink)}.abr-scope .tab-btn.is-on{color:var(--abr-c-green-700);border-color:var(--abr-c-green)}.abr-scope .tab-panel{display:none;padding:26px 4px;font-size:14.5px;color:#3A423D}.abr-scope .tab-panel.is-on{display:block;animation:fadeUp .35s ease}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.abr-scope .spec-table{width:100%;border-collapse:collapse;font-size:13.5px}.abr-scope .spec-table th, .abr-scope .spec-table td{padding:13px 16px;text-align:start;border:1px solid var(--abr-c-line)}.abr-scope .spec-table th{background:var(--abr-c-surface);font-weight:800;width:200px;color:var(--abr-c-black)}.abr-scope .spec-table tr:hover td{background:#FAFCFB}.abr-scope .review{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--abr-c-line)}.abr-scope .review-avatar{
  width:46px;height:46px;border-radius:50%;flex:none;
  background:var(--abr-c-green-100);color:var(--abr-c-green-700);
  display:flex;align-items:center;justify-content:center;font-family:var(--abr-f-display);font-size:20px;padding-top:4px;
}.abr-scope .review b{font-size:13.5px}.abr-scope .review time{font-size:11.5px;color:var(--abr-c-gray);margin-inline-start:8px}.abr-scope .review p{margin:6px 0 0;font-size:13.5px;color:#3A423D}.abr-scope .sticky-buy{
  display:none;position:fixed;z-index:78;inset-inline:0;bottom:var(--abr-bnav-h);
  background:rgba(255,255,255,.97);backdrop-filter:blur(14px);
  border-top:1px solid var(--abr-c-line);padding:10px 16px;
  align-items:center;gap:12px;
}.abr-scope .sticky-buy .price-mini{line-height:1.4}.abr-scope .sticky-buy .price-mini ins{font-size:16.5px;font-weight:800;color:var(--abr-c-green-700)}.abr-scope .sticky-buy .price-mini small{display:block;font-size:10.5px;color:var(--abr-c-gray)}.abr-scope .sticky-buy .btn{flex:1;padding-block:13px}.abr-scope .newsletter{
  background:linear-gradient(135deg,var(--abr-c-green) 0%,var(--abr-c-green-900) 100%);
  border-radius:calc(var(--abr-radius) + 8px);color:#fff;
  padding:clamp(26px,4vw,46px);display:flex;align-items:center;gap:26px;flex-wrap:wrap;
  position:relative;overflow:hidden;transform:translateY(54px);box-shadow:var(--abr-shadow);
}.abr-scope .newsletter::before{
  content:"؏";position:absolute;inset-inline-end:30px;top:-50px;
  font-family:var(--abr-f-display);font-size:200px;opacity:.1;pointer-events:none;
}.abr-scope .newsletter h3{font-family:var(--abr-f-display);font-weight:400;color:#fff;font-size:clamp(22px,2.6vw,30px)}.abr-scope .newsletter p{margin:4px 0 0;font-size:13.5px;opacity:.9}.abr-scope .newsletter form{display:flex;gap:8px;flex:1;min-width:280px;max-width:460px;margin-inline-start:auto}.abr-scope .newsletter input{
  flex:1;height:52px;border-radius:var(--abr-radius-pill);border:0;
  padding-inline:22px;font-size:14px;background:rgba(255,255,255,.96);
}.abr-scope .newsletter input:focus{outline:3px solid rgba(255,255,255,.4)}.abr-scope .newsletter .btn{background:var(--abr-c-black);color:#fff}.abr-scope .newsletter .btn:hover{background:#000}.abr-scope .site-footer{background:var(--abr-c-black);color:#B9C4BD;padding:104px 0 0;font-size:13.5px}.abr-scope .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:38px;padding-bottom:44px}.abr-scope .footer-brand .logo-text{color:#fff}.abr-scope .footer-brand .logo-text small{color:#8FA096}.abr-scope .footer-brand p{margin:16px 0 20px;line-height:2;color:#9DAAA2}.abr-scope .socials{display:flex;gap:9px}.abr-scope .socials a{
  width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.07);color:#fff;transition:all var(--abr-tr);
}.abr-scope .socials a:hover{background:var(--abr-c-green);transform:translateY(-3px)}.abr-scope .footer-col h4{color:#fff;font-size:15px;margin-bottom:18px;display:flex;align-items:center;gap:8px}.abr-scope .footer-col h4::before{content:"";width:8px;height:8px;border-radius:3px;background:var(--abr-c-green)}.abr-scope .footer-col li a{display:block;padding:6.5px 0;color:#9DAAA2;transition:all var(--abr-tr)}.abr-scope .footer-col li a:hover{color:var(--abr-c-green);padding-inline-start:6px}.abr-scope .footer-contact li{display:flex;gap:10px;padding:7px 0;color:#9DAAA2}.abr-scope .footer-contact .icon{width:18px;height:18px;color:var(--abr-c-green);flex:none;margin-top:4px}.abr-scope .footer-contact b{color:#fff;font-weight:700}.abr-scope .enamad{
  margin-top:16px;display:inline-flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.06);border:1px dashed rgba(255,255,255,.2);
  border-radius:12px;padding:10px 16px;font-size:12px;color:#9DAAA2;
}.abr-scope .enamad .icon{color:var(--abr-c-green)}.abr-scope .footer-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  padding:18px 0 calc(18px + env(safe-area-inset-bottom));
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12.5px;color:#7E8C84;
}.abr-scope .footer-bottom a{color:#B9C4BD}.abr-scope .footer-bottom a:hover{color:var(--abr-c-green)}.abr-scope .toast{
  position:fixed;z-index:120;bottom:calc(var(--abr-bnav-h) + 18px);inset-inline-start:50%;
  transform:translate(50%,16px);opacity:0;visibility:hidden;
  background:var(--abr-c-black);color:#fff;border-radius:var(--abr-radius-pill);
  padding:12px 22px;font-size:13.5px;font-weight:700;
  display:flex;align-items:center;gap:9px;box-shadow:var(--abr-shadow);
  transition:all .3s ease;max-width:min(90vw,420px);text-align:center;
}.abr-scope .toast.is-on{opacity:1;visibility:visible;transform:translate(50%,0)}.abr-scope .toast .icon{width:18px;height:18px;color:var(--abr-c-green)}@media (max-width:1080px){.abr-scope .header-search{max-width:300px}.abr-scope .shop-layout{grid-template-columns:240px 1fr;gap:22px}.abr-scope .product-layout{gap:30px}
}@media (max-width:880px){:root{--abr-header-h:62px}.abr-scope .topbar{font-size:11.5px}.abr-scope .nav-toggle{display:inline-flex}.abr-scope .main-nav, .abr-scope .header-search, .abr-scope .header-actions .hide-m{display:none}.abr-scope .header-row{gap:12px}.abr-scope .logo-mark{width:38px;height:38px;font-size:21px;border-radius:11px}.abr-scope .logo-text{font-size:21px}.abr-scope .logo-text small{display:none}.abr-scope .m-search{display:block;padding:0 0 12px}.abr-scope .bottom-nav{display:block}.abr-scope .hero{padding-top:14px}.abr-scope .hero-split{flex-direction:column;gap:14px;min-height:0}.abr-scope .hero-pane{min-height:300px;border-radius:var(--abr-radius)}.abr-scope .hero-disc{
    width:96px;height:96px;border-width:4px;
    top:auto;bottom:-12px;inset-inline-start:auto;inset-inline-end:18px;transform:none;
  }.abr-scope .hero-disc strong{font-size:21px}.abr-scope .hero-word{font-size:96px;top:4%}.abr-scope .feat-grid{grid-template-columns:1fr 1fr;gap:10px}.abr-scope .feat{padding:13px 14px}.abr-scope .feat-ico{width:40px;height:40px}.abr-scope .sec{padding-block:44px}.abr-scope .shop-layout{grid-template-columns:1fr;padding-block:24px}.abr-scope .filters{display:none}.abr-scope .btn-filter{
    display:inline-flex;align-items:center;gap:7px;
    height:40px;padding-inline:16px;border-radius:11px;
    border:1.6px solid var(--abr-c-line);background:#fff;font-weight:800;font-size:13px;
  }.abr-scope .btn-filter .icon{width:17px;height:17px;color:var(--abr-c-green)}.abr-scope .p-grid{grid-template-columns:repeat(2,1fr);gap:12px}.abr-scope .p-body{padding:12px 13px 14px}.abr-scope .p-title{font-size:13px}.abr-scope .price ins, .abr-scope .price .amount{font-size:14px}.abr-scope .p-quick{opacity:1;transform:none;padding:9px;font-size:12px}.abr-scope .product-layout{grid-template-columns:1fr;gap:24px;padding-block:22px}.abr-scope .sticky-buy{display:flex}.abr-scope .buy-row .btn-lg{display:none}.abr-scope .trust-row{grid-template-columns:1fr}.abr-scope .spec-table th{width:130px}.abr-scope .newsletter{transform:translateY(40px);padding:24px}.abr-scope .site-footer{padding-top:84px}.abr-scope .footer-grid{grid-template-columns:1fr 1fr;gap:26px}.abr-scope .footer-bottom{justify-content:center;text-align:center}
}@media (min-width:881px){.abr-scope .m-search{display:none}
}@media (max-width:480px){.abr-scope .container{padding-inline:16px}.abr-scope .hero-pane{min-height:262px;padding:22px}.abr-scope .hero-title{font-size:30px}.abr-scope .footer-grid{grid-template-columns:1fr}.abr-scope .p-grid{gap:10px}.abr-scope .buy-row{flex-wrap:wrap}
}@media (prefers-reduced-motion:reduce){.abr-scope, .abr-scope *, .abr-scope *::before, .abr-scope *::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.abr-scope{scroll-behavior:auto}
}

/* =====================================================================
   افزوده‌های افزونه (داخل اسکوپ یا عمداً سراسری برای المان‌های ثابت)
   ===================================================================== */

/* تصویر واقعی محصول در کارت گرید */
.abr-scope .p-media.has-img{background:var(--abr-c-surface)}
.abr-scope .p-media .abr-thumb{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}
.abr-scope .p-card:hover .p-media .abr-thumb{transform:scale(1.05)}

/* قیمت ووکامرس داخل کارت */
.abr-scope .p-foot .price .woocommerce-Price-amount,
.abr-scope .p-foot .price ins .woocommerce-Price-amount{font-size:15.5px;font-weight:800;color:var(--abr-c-black)}
.abr-scope .p-foot .price del .woocommerce-Price-amount{font-size:12px;color:var(--abr-c-gray);font-weight:600}
.abr-scope .p-foot .price ins{text-decoration:none}

/* پیام راهنما */
.abr-scope .abr-notice{background:var(--abr-c-surface);border:1px dashed var(--abr-c-line);border-radius:var(--abr-radius);padding:18px 20px;color:var(--abr-c-gray);font-size:14px}

/* خبرنامهٔ لبه‌پران */
.abr-scope .newsletter.is-raised{transform:translateY(54px)}
@media (max-width:880px){.abr-scope .newsletter.is-raised{transform:translateY(40px)}}

/* فرم افزودن به سبد */
.abr-scope .abr-cart-form{margin:0}
.abr-scope .abr-cart-form .qty input[type=number]{-moz-appearance:textfield}
.abr-scope .abr-cart-form .qty input::-webkit-outer-spin-button,
.abr-scope .abr-cart-form .qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.abr-scope .abr-summary-simple .price{font-size:24px;font-weight:800;color:var(--abr-c-green-700);margin-bottom:14px}

/* توست — چون به body افزوده می‌شود، عمداً سراسری ولی با کلاس اختصاصی */
.abr-toast{position:fixed;z-index:120;bottom:calc(var(--abr-bnav-h,64px) + 18px);inset-inline-start:50%;transform:translate(50%,16px);opacity:0;visibility:hidden;background:var(--abr-c-black,#101311);color:#fff;border-radius:999px;padding:12px 22px;font-size:13.5px;font-weight:700;display:flex;align-items:center;gap:9px;box-shadow:0 10px 30px rgba(16,19,17,.18);transition:all .3s ease;max-width:min(90vw,420px);text-align:center;font-family:'Vazirmatn','Tahoma',sans-serif}
.abr-toast.is-on{opacity:1;visibility:visible;transform:translate(50%,0)}
.abr-toast .icon{width:18px;height:18px;color:var(--abr-c-green,#10A35A)}
.abr-toast svg{display:block}

/* فاصلهٔ پایین بدنه فقط وقتی نوار پایین موبایل حضور دارد — عمداً سراسری و مشروط */
@media (max-width:880px){
  body.abr-has-bottomnav{padding-bottom:calc(var(--abr-bnav-h,64px) + env(safe-area-inset-bottom))}
}

/* چک‌باکس نمایشی برای ردیف‌های فیلتر لینکی (a.f-check) — جایگزین input واقعی */
.abr-scope a.f-check{text-decoration:none}
.abr-scope .f-check .fbox{width:17px;height:17px;flex:0 0 auto;border:2px solid var(--abr-c-line,#E2E8E5);border-radius:5px;background:#fff;position:relative;transition:all .15s ease}
.abr-scope .f-check:hover .fbox{border-color:var(--abr-c-green,#10A35A)}
.abr-scope .f-check .fbox.on{background:var(--abr-c-green,#10A35A);border-color:var(--abr-c-green,#10A35A)}
.abr-scope .f-check .fbox.on::after{content:"";position:absolute;inset-inline-start:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.abr-scope .f-check.is-active{color:var(--abr-c-green-700,#0E6B3F);font-weight:700}

/* خلاصهٔ امتیاز در تب دیدگاه‌ها */
.abr-scope .review-summary{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--abr-c-line,#E2E8E5)}
.abr-scope .review-summary .rating{font-size:16px}
.abr-scope .review-count{font-size:13px;color:var(--abr-c-gray,#6E7A73);font-weight:600}
.abr-scope .tab-panel p{margin:0 0 12px;line-height:1.95}
.abr-scope .tab-panel p:last-child{margin-bottom:0}
.abr-scope .product-gallery{display:block}

/* هنگر پنل مردانه در سمت چپ (مطابق طراحی اصلی) */
.abr-scope .hero-hanger--end{inset-inline-start:auto;inset-inline-end:6%}

/* راست‌چین‌سازی قطعی همهٔ بخش‌ها (مستقل از زبان سایت) — رفع به‌هم‌ریختگی چیدمان هدر */
.abr-scope{direction:rtl}

/* تصویر واقعی محصول در گالری تک‌محصول — پر کردن کادر */
.abr-scope .gallery-main img{width:100%;height:100%;object-fit:cover;display:block}
.abr-scope .g-thumb img{width:100%;height:100%;object-fit:cover;display:block}

/* =====================================================================
   هدر و فوتر همیشه تمام‌عرض — از طریق استایل ثابت (نه کنترل المنتور)
   تا بلافاصله پس از فعال‌سازی/به‌روزرسانی اعمال شود و نیازی به
   «بازتولید CSS» المنتور نباشد. کلاس‌های .elementor-widget-* را خود المنتور می‌سازد.
   ===================================================================== */
.elementor-widget-abr-header .abr-scope,
.elementor-widget-abr-footer .abr-scope{
  width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw);
}

/* تمام‌عرض از طریق کلاسِ خروجی ویجت (مستقل از کلاس‌های المنتور) — بیشینهٔ اطمینان */
.abr-scope.abr-fw{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}

/* =====================================================================
   پس‌زمینهٔ مشکی فوتر، تمام‌عرض صفحه — به‌روش box-shadow
   این روش رنگ پس‌زمینه را مستقل از عرض المان به کل عرض صفحه می‌کشد،
   پس حتی اگر فوتر داخل یک باکس وسط باشد، نوار مشکی لبه‌تا‌لبه می‌شود.
   ===================================================================== */
.abr-scope .site-footer{
  position:relative;
  background:var(--abr-c-black);
  box-shadow:0 0 0 100vw var(--abr-c-black);
  clip-path:inset(0 -100vw);
}

/* تصویر گالری محصول — پر کردن قطعی کادر (مستقل از aspect-ratio) */
.abr-scope .gallery-main{position:relative;min-height:300px}
.abr-scope .gallery-main img,
.abr-scope .gallery-main .abr-gallery-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* =====================================================================
   نوار اعتماد صفحهٔ محصول — کلاس‌های یکتا و استایل مستقل (بدون تداخل با قالب)
   ===================================================================== */
.abr-scope .abr-trust-row{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;
}
.abr-scope .abr-trust{
  display:flex;align-items:center;gap:9px;min-width:0;
  font-size:12px;font-weight:700;color:var(--abr-c-ink);
  background:var(--abr-c-surface);border:1px solid var(--abr-c-line);
  border-radius:12px;padding:11px 12px;
}
.abr-scope .abr-trust > span{min-width:0;line-height:1.45}
.abr-scope .abr-trust .icon{width:19px;height:19px;color:var(--abr-c-green);flex:none}
@media (max-width:600px){
  .abr-scope .abr-trust-row{grid-template-columns:1fr}
}

/* =====================================================================
   اصلاحات «فقط ویو موبایل» — هدر، نوار پیمایش پایین، فروشگاه/آرشیو
   (هیچ تغییری روی دسکتاپ ندارد؛ همه داخل media query موبایل است)
   ===================================================================== */
@media (max-width:880px){
  /* ---------- هدر ---------- */
  .abr-scope .site-header .container{padding-inline:16px}
  .abr-scope .header-row{gap:10px;flex-wrap:nowrap}
  .abr-scope .nav-toggle{display:inline-flex}
  .abr-scope .main-nav,.abr-scope .header-search{display:none}
  .abr-scope .m-search{display:block;padding:8px 0 12px}
  .abr-scope .header-actions{margin-inline-start:auto;gap:6px}
  .abr-scope .logo-text small{display:none}

  /* ---------- نوار پیمایش پایین (bottom-nav) ---------- */
  .abr-scope .bottom-nav{display:block;inset-inline:0}
  .elementor-widget-abr-footer .abr-scope .bottom-nav{left:0;right:0;width:100vw}
  .abr-scope .bottom-nav ul{grid-template-columns:repeat(5,1fr)}
  .abr-scope .bottom-nav a,.abr-scope .bottom-nav button{font-size:10px;gap:2px}

  /* ---------- فروشگاه / آرشیو ---------- */
  /* گرید محصولات: دو ستونه روی موبایل، با تقدم بر کنترل‌های استایل کاربر */
  .elementor-widget-abr-products-grid .abr-scope .p-grid.p-grid,
  .abr-scope .p-grid.p-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  /* نوار ابزار فروشگاه: شکستن تمیز و مرتب */
  .abr-scope .shop-toolbar{flex-wrap:wrap;gap:10px;padding:12px}
  .abr-scope .shop-count{order:3;width:100%;text-align:center}
  .abr-scope .shop-sort{margin-inline-start:auto}
  .abr-scope .btn-filter{display:inline-flex}
  .abr-scope .filters{display:none}
  /* مسیر و صفحه‌بندی: عدم سرریز */
  .abr-scope .breadcrumb{flex-wrap:wrap}
  .abr-scope .pagination{flex-wrap:wrap;gap:6px}
  .abr-scope .page-title{font-size:26px}
}

@media (max-width:480px){
  .elementor-widget-abr-products-grid .abr-scope .p-grid.p-grid,
  .abr-scope .p-grid.p-grid{gap:10px}
  .abr-scope .shop-sort{width:100%;margin-inline-start:0}
  .abr-scope .shop-sort select{flex:1}
}

/* =====================================================================
   اصلاحات نهایی ویو موبایل (نسخهٔ ۳.۱.۳) — فقط داخل media query موبایل
   ===================================================================== */
@media (max-width:880px){
  /* هدر: چسبان بماند و فاصلهٔ اضافه از بالا/پایین نسازد */
  .abr-scope .site-header{position:sticky;top:0;z-index:60}
  .elementor-widget-abr-header{margin-block:0}
  .elementor-widget-abr-header .abr-scope{margin-block:0}
  .abr-scope .m-search{padding:8px 0 10px}

  /* سربرگ صفحه / مسیر: حذف فاصلهٔ خالی اضافه و کوچک‌تر شدن */
  .elementor-widget-abr-page-header{margin-block:0}
  .abr-scope .page-hero{padding:16px 0 14px}
  .abr-scope .page-title{font-size:23px;line-height:1.3}
  .abr-scope .page-sub{font-size:12.5px;margin-top:2px}
  .abr-scope .breadcrumb{margin-bottom:6px}

  /* گرید محصولات: قطعاً دو ستونه روی موبایل (غلبه بر style اینلاینِ تعداد ستون) */
  .elementor-widget-abr-products-grid .abr-scope .p-grid,
  .abr-scope .p-grid.abr-products,
  .abr-scope .p-grid{grid-template-columns:repeat(2,1fr) !important;gap:12px}
  .abr-scope .p-media{aspect-ratio:4/4.6}
  .abr-scope .p-title{font-size:13px;line-height:1.6}
  .abr-scope .price ins,.abr-scope .price .amount{font-size:14px}

  /* فیلتر محصولات: روی موبایل به‌صورت بلوک معمولی نمایش داده شود (نه مخفی) */
  .elementor-widget-abr-product-filters .abr-scope .filters,
  .abr-scope .filters{display:block;position:static;top:auto;width:auto}
}

@media (max-width:480px){
  .elementor-widget-abr-products-grid .abr-scope .p-grid,
  .abr-scope .p-grid{grid-template-columns:repeat(2,1fr) !important;gap:10px}
  .abr-scope .page-hero{padding:14px 0 12px}
}

/* لینک تصویر کارت (جایگزین تگ لینک‌در‌لینکِ نامعتبر قبلی) */
.abr-scope .p-media-link{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}
.abr-scope .p-badges{z-index:3}
.abr-scope .p-fav{z-index:3}
.abr-scope .p-quick{z-index:4}

/* =====================================================================
   فیلتر تاشوی چسبان — دکمه فقط در موبایل؛ دسکتاپ بدون تغییر
   ===================================================================== */
.abr-scope .abr-filters-toggle{display:none}

@media (max-width:880px){
  /* فضای خالی زیر هدر/ویجت‌ها: هیچ اسکوپی نباید padding پایین اضافه داشته باشد */
  .abr-scope{padding-bottom:0}

  /* فیلتر: کادر چسبان با دکمهٔ باز/بسته‌شو */
  .elementor-widget-abr-product-filters .abr-scope .filters,
  .abr-scope .filters{
    display:block;position:sticky;top:64px;z-index:40;width:auto;
    background:#fff;border:1px solid var(--abr-c-line);border-radius:14px;
    padding:0;box-shadow:0 6px 18px rgba(16,19,17,.06);overflow:hidden;
  }
  .abr-scope .abr-filters-toggle{
    display:flex;align-items:center;gap:9px;width:100%;
    padding:13px 15px;font-family:inherit;font-weight:800;font-size:14px;
    color:var(--abr-c-ink);background:#fff;border:0;cursor:pointer;
  }
  .abr-scope .abr-filters-toggle .icon{width:18px;height:18px;color:var(--abr-c-green);flex:none}
  .abr-scope .abr-filters-toggle .abr-ft-chev{margin-inline-start:auto;transition:transform var(--abr-tr)}
  .abr-scope .filters.is-open .abr-filters-toggle .abr-ft-chev{transform:rotate(180deg)}
  .abr-scope .filters .filters-body{display:none;padding:2px 15px 15px}
  .abr-scope .filters.is-open .filters-body{display:block}

  /* گرید: دکمهٔ خرید/انتخاب گزینه‌ها روی هر کارت دیده شود (نه مخفی) */
  .abr-scope .p-card .p-quick{opacity:1;transform:none}
}
