:root{
  --account2685-z-floating: 860;
  --account2685-z-overlay: 9000;
  --account2685-z-offcanvas: 9100;
  --account2685-font: var(--wp--preset--font-family--iranyekanxvf, 'IRANYekanXVF', 'IRANYekanX', Tahoma, Arial, sans-serif);
}
.account2685-page,
.account2685-page *:not(svg):not(path),
.account2685-auto-layout,
.account2685-auto-layout *:not(svg):not(path),
.account2685-mobile-nav,
.account2685-mobile-nav *:not(svg):not(path),
.account2685-floating-toggle,
.account2685-floating-toggle *:not(svg):not(path){font-family:var(--account2685-font)!important;box-sizing:border-box}
.account2685-auto-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:24px;align-items:start;direction:rtl;width:100%}
.account2685-auto-sidebar{position:sticky;top:20px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;padding:14px;box-shadow:0 14px 40px rgba(15,23,42,.06)}
.account2685-auto-sidebar .woocommerce-MyAccount-navigation ul,
.account2685-mobile-nav .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.account2685-auto-sidebar .woocommerce-MyAccount-navigation a,
.account2685-mobile-nav .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:44px;padding:10px 14px;border-radius:16px;text-decoration:none;color:#1f2937;font-weight:600;line-height:1.6;transition:background .2s ease,color .2s ease,transform .2s ease}
.account2685-auto-sidebar .woocommerce-MyAccount-navigation .is-active a,
.account2685-auto-sidebar .woocommerce-MyAccount-navigation a:hover,
.account2685-mobile-nav .woocommerce-MyAccount-navigation .is-active a,
.account2685-mobile-nav .woocommerce-MyAccount-navigation a:hover{background:#f3f4f6;color:#111827;transform:translateX(-2px)}
.account2685-auto-content{min-width:0;border-radius:28px;background:#fff}
.account2685-mobile-overlay{position:fixed;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:var(--account2685-z-overlay);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}
.account2685-mobile-nav{position:fixed;inset:auto 0 0 0;max-height:min(82vh,720px);overflow:hidden;border-radius:28px 28px 0 0;background:#fff;z-index:var(--account2685-z-offcanvas);box-shadow:0 -18px 60px rgba(15,23,42,.22);transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s cubic-bezier(.22,.61,.36,1),opacity .24s ease,visibility .24s ease;direction:rtl}
.account2685-mobile-nav.account2685-anim-fade{transform:translateY(0);opacity:0}
.account2685-mobile-nav.account2685-anim-scale{transform:translateY(14px) scale(.96);transform-origin:bottom center}
body.account2685-nav-open .account2685-mobile-overlay{opacity:1;visibility:visible;pointer-events:auto}
body.account2685-nav-open .account2685-mobile-nav{transform:translateY(0) scale(1);opacity:1;visibility:visible;pointer-events:auto}
.account2685-mobile-nav-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(15,23,42,.08);font-weight:800;color:#111827}
.account2685-close-nav{appearance:none;border:0;background:#f3f4f6;color:#111827;border-radius:999px;height:40px;min-width:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:700;line-height:1;transition:background .2s ease,transform .2s ease}
.account2685-close-nav:hover{background:#e5e7eb;transform:translateY(-1px)}
.account2685-close-nav span{font-size:22px;line-height:1}
.account2685-close-nav em{font-style:normal;font-size:12px;line-height:1}
.account2685-mobile-nav-body{max-height:calc(min(82vh,720px) - 73px);overflow:auto;padding:14px 16px 24px;overscroll-behavior:contain}
.account2685-floating-toggle{position:fixed;right:18px;bottom:22px;z-index:var(--account2685-z-floating);width:56px;height:56px;border:0;border-radius:18px;background:#111827;color:#fff;box-shadow:0 14px 32px rgba(15,23,42,.24);display:none;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;appearance:none}
.account2685-floating-toggle:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(15,23,42,.3);background:#0f172a}
.account2685-floating-toggle:active{transform:translateY(0) scale(.98)}
.account2685-floating-icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:currentColor;transition:opacity .2s ease,transform .2s ease}
.account2685-floating-icon svg,.account2685-floating-icon img{width:25px;height:25px;display:block;object-fit:contain;fill:currentColor}
.account2685-floating-icon-open{position:absolute;opacity:0;transform:scale(.75) rotate(-20deg)}
body.account2685-nav-open .account2685-floating-icon-default{opacity:0;transform:scale(.75) rotate(20deg)}
body.account2685-nav-open .account2685-floating-icon-open{opacity:1;transform:scale(1) rotate(0)}
.account2685-floating-toggle::after{content:attr(data-account2685-tooltip);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);white-space:nowrap;background:#111827;color:#fff;font-size:12px;font-weight:600;border-radius:12px;padding:7px 10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.account2685-floating-toggle:hover::after{opacity:1;visibility:visible}
@media (max-width: 768px){
  .account2685-auto-layout{display:block}
  .account2685-auto-sidebar{display:none!important}
  .account2685-floating-toggle{display:flex}
  body.account2685-nav-open{overflow:hidden;touch-action:none}
}
@media (min-width: 769px){
  .account2685-mobile-overlay,.account2685-mobile-nav,.account2685-floating-toggle{display:none!important}
}
@media (max-width: 480px){
  .account2685-floating-toggle{right:14px;bottom:18px;width:54px;height:54px;border-radius:17px}
  .account2685-mobile-nav{border-radius:24px 24px 0 0;max-height:86vh}
  .account2685-mobile-nav-body{max-height:calc(86vh - 73px)}
  .account2685-close-nav em{display:none}
}

/* Account2685 mobile offcanvas polish imported for 2685 project */
:root{--account2685-z-floating:2147483630;--account2685-z-overlay:2147483631;--account2685-z-offcanvas:2147483632}
html.account2685-nav-open,html.account2685-nav-open body,body.account2685-nav-open{overflow:hidden!important;overscroll-behavior:none!important}
