/* AtinabWeb Commerce UX Upgrade: menu, portal widgets, wishlist and mini cart */
:root{--aw-up-accent:#6d4dff;--aw-up-ink:#111827;--aw-up-muted:#6b7280;--aw-up-line:#e5e7eb;--aw-up-card:#fff;--aw-up-shadow:0 18px 45px rgba(15,23,42,.10)}

/* Desktop menu: prevent compressed header */
.aw-site-header .aw-header-inner{width:min(1540px,calc(100% - 56px))!important;max-width:1540px;gap:26px!important;min-height:64px}
.aw-site-header #ma-logo img,.aw-site-header .aw-brand img{max-height:64px!important;width:auto!important;object-fit:contain}
.aw-site-header .aw-brand-area{min-width:210px!important;flex:0 0 auto;justify-content:flex-start}
.aw-site-header .aw-desktop-nav-wrap{flex:1 1 auto!important;min-width:0;overflow:visible;justify-content:center!important}
.aw-site-header .aw-desktop-nav{width:100%;justify-content:center!important}
.aw-site-header .aw-desktop-menu{gap:8px!important;flex-wrap:nowrap;white-space:nowrap;justify-content:center;width:auto;max-width:100%}
.aw-site-header .aw-desktop-menu>li>a{min-height:48px;padding:13px 17px!important;font-size:14.5px!important;line-height:1.25!important;white-space:nowrap;border-radius:16px;font-weight:850;letter-spacing:-.01em}
.aw-site-header .aw-header-actions{flex:0 0 auto;gap:12px!important;min-width:max-content!important}
.aw-site-header .aw-account-btn{height:46px;padding:0 17px!important;font-size:13.5px;white-space:nowrap}
.aw-site-header .aw-header-cta{height:46px;padding:0 21px!important;white-space:nowrap}
.aw-site-header .aw-action-btn{width:46px;height:46px}
.aw-site-header .aw-desktop-menu .sub-menu{z-index:10020}
@media (max-width:1380px){.aw-site-header .aw-header-inner{width:min(100% - 40px,1280px)!important;gap:16px!important}.aw-site-header .aw-brand-area{min-width:160px!important}.aw-site-header .aw-desktop-menu{gap:3px!important}.aw-site-header .aw-desktop-menu>li>a{padding:12px 11px!important;font-size:13.5px!important}.aw-site-header .aw-header-cta{padding:0 15px!important}.aw-site-header .aw-account-btn span{max-width:84px;overflow:hidden;text-overflow:ellipsis}}
@media (max-width:1120px){.aw-site-header .aw-header-cta{display:none!important}.aw-site-header .aw-desktop-menu>li>a{padding:11px 9px!important;font-size:13px!important}.aw-site-header .aw-brand-area{min-width:142px!important}.aw-site-header #ma-logo img,.aw-site-header .aw-brand img{max-height:52px!important}}

/* Mobile header and drawer fix */
@media (max-width:991px){
  .aw-site-header{padding:8px 0!important;background:rgba(10,12,20,.94)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
  .aw-site-header .aw-header-inner{width:calc(100% - 24px)!important;min-height:58px!important;display:flex!important;align-items:center!important;gap:10px!important}
  .aw-site-header .aw-brand-area{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:8px;justify-content:stretch!important}
  .aw-site-header .aw-mobile-toggle{display:flex!important;align-items:center;justify-content:center;flex-direction:column;width:44px;height:44px;margin:0;border-radius:15px;grid-column:1;background:rgba(255,255,255,.10)}
  .aw-site-header .aw-brand{grid-column:2;margin:0 auto!important;min-width:0;justify-content:center;max-width:180px;overflow:hidden}
  .aw-site-header .aw-brand img{max-height:44px!important;max-width:170px!important}
  .aw-mobile-drawer{width:min(420px,92vw)!important;padding:18px!important;background:linear-gradient(180deg,#0b1220,#080c15)!important;z-index:100000!important}
  .aw-mobile-overlay{z-index:99999!important}
  .aw-mobile-menu a{font-size:14px;line-height:1.65;padding:14px 4px!important}
  .aw-mobile-menu .sub-menu{padding-right:12px!important;margin-top:2px}
  .aw-mobile-search{margin-bottom:14px!important}
}
@media (max-width:480px){.aw-site-header .aw-brand img{max-height:38px!important;max-width:140px!important}.aw-site-header .aw-header-inner{width:calc(100% - 18px)!important}.aw-mobile-drawer{width:94vw!important;padding:15px!important}}
body.aw-menu-open .aw-mobile-overlay:not([hidden]){display:block!important}

/* Account portal summary cards */
.aw-ecom-summary-row{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.aw-stat-coupon i{background:#fff4df;color:#f59e0b}.aw-stat-coupon:after{background:rgba(245,158,11,.10)}
@media (max-width:1440px){.aw-ecom-summary-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:980px){.aw-ecom-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.aw-ecom-topbar{gap:12px!important}.aw-ecom-user-actions{width:100%;justify-content:space-between}.aw-ecom-userbox{margin-right:auto}.aw-ecom-icon-btn{width:46px!important;height:46px!important}}
@media (max-width:640px){.aw-ecom-summary-row{grid-template-columns:1fr!important}.aw-ecom-topbar{display:grid!important;grid-template-columns:1fr;align-items:stretch!important}.aw-ecom-title{min-width:0!important}.aw-ecom-user-actions{gap:8px;overflow-x:auto;padding-bottom:4px}.aw-ecom-user-actions::-webkit-scrollbar{display:none}.aw-ecom-search{order:2!important;min-width:0!important}.aw-ecom-userbox{min-width:54px!important;flex:0 0 54px}.aw-ecom-userbox img,.aw-ecom-userbox b{width:42px!important;height:42px!important;border-radius:14px}}

/* Dashboard upgraded widgets */
.aw-dashboard-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr) minmax(270px,.6fr)!important}
.aw-dashboard-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}
.aw-dashboard-bottom-grid .aw-dashboard-card{min-width:0}
.aw-line-chart{min-height:250px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(226,232,240,.8);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcff);padding:14px;color:var(--aw-accent,#6d4dff)}
.aw-line-chart svg{display:block;width:100%;height:210px;overflow:visible;color:inherit}.aw-chart-grid{fill:none;stroke:#e5e7eb;stroke-width:1;stroke-dasharray:4 6}.aw-chart-area{fill:url(#awChartFill);stroke:none}.aw-chart-line{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 10px 16px rgba(109,77,255,.18))}.aw-chart-dot{fill:#fff;stroke:currentColor;stroke-width:3}.aw-chart-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:-4px}.aw-chart-labels span{text-align:center;color:#7b8498;font-size:10px;font-weight:900;direction:ltr}.aw-chart-kpis{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.aw-chart-kpis span{display:grid;gap:4px;padding:12px;border:1px solid var(--aw-line,#e7ebf3);border-radius:16px;background:#fbfcff;color:#7b8498;font-size:11px;font-weight:900}.aw-chart-kpis strong{color:var(--aw-ink,#101936);font-size:13px;font-weight:950}.aw-chart-kpis .woocommerce-Price-amount{font-weight:950}
.aw-product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.aw-product-card-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.aw-product-mini-card{min-width:0;border:1px solid var(--aw-line,#e7ebf3);border-radius:20px;background:#fbfcff;overflow:hidden;transition:.18s ease}.aw-product-mini-card:hover{background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07);transform:translateY(-2px)}.aw-product-mini-thumb{height:132px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f8fafc);padding:12px}.aw-product-mini-thumb img{max-width:100%;max-height:108px;width:auto;height:auto;object-fit:contain;display:block}.aw-product-mini-body{padding:12px}.aw-product-mini-title{display:block;color:var(--aw-ink,#101936)!important;font-size:13px;font-weight:950;line-height:1.7;height:44px;overflow:hidden}.aw-product-mini-price{display:block;margin-top:6px;color:#4b5563;font-size:12px;font-weight:900;min-height:22px}.aw-product-mini-price .woocommerce-Price-amount{font-weight:950;color:var(--aw-accent,#6d4dff)}.aw-product-mini-actions{display:flex;gap:8px;align-items:center;margin-top:10px}.aw-product-mini-actions .button,.aw-mini-wishlist-remove{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px!important;border:0!important;border-radius:12px!important;background:#ede9fe!important;color:var(--aw-accent,#6d4dff)!important;font-size:11px!important;font-weight:950!important;line-height:1!important;box-shadow:none!important;cursor:pointer}.aw-mini-wishlist-remove{background:#fff1f2!important;color:#e11d48!important}.aw-coupon-list{display:grid;gap:10px}.aw-coupon-chip{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--aw-line,#e7ebf3);border-radius:18px;background:#fbfcff}.aw-coupon-chip>span{width:42px;height:42px;flex:0 0 42px;border-radius:15px;background:#fff4df;color:#f59e0b;display:flex;align-items:center;justify-content:center}.aw-coupon-chip svg{width:21px;height:21px}.aw-coupon-chip strong{display:block;color:var(--aw-ink,#101936);font-size:13px;font-weight:950}.aw-coupon-chip small{display:block;margin-top:4px;color:#6b7280;font-size:11px;font-weight:850}.aw-notification-list{display:grid;gap:10px}.aw-notification-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--aw-line,#e7ebf3);border-radius:18px;background:#fbfcff}.aw-notification-item>span{width:42px;height:42px;border-radius:15px;background:#eef2ff;color:var(--aw-accent,#6d4dff);display:flex;align-items:center;justify-content:center}.aw-notification-item svg{width:21px;height:21px}.aw-notification-item strong{display:block;color:var(--aw-ink,#101936);font-size:13px;font-weight:950}.aw-notification-item p{margin:5px 0 0!important;color:#64748b!important;font-size:12px!important;line-height:1.8!important}.aw-notification-item small{display:block;margin-top:4px;color:#94a3b8;font-size:10px;font-weight:800}.aw-notification-item>a{min-height:34px;display:inline-flex;align-items:center;padding:7px 12px;border-radius:12px;background:#ede9fe;color:var(--aw-accent,#6d4dff)!important;font-size:11px;font-weight:950}.aw-notification-item.is-success>span{background:#e8f9f1;color:#059669}.aw-notification-item.is-warning>span{background:#fff4df;color:#d97706}.aw-notification-item.is-danger>span{background:#fff1f2;color:#e11d48}.aw-empty-box--sm{min-height:148px!important}.aw-portal-section{display:block}.aw-wishlist-page .aw-product-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:1360px){.aw-dashboard-layout{grid-template-columns:minmax(0,1fr)!important}.aw-dashboard-bottom-grid{grid-template-columns:1fr}.aw-product-card-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:900px){.aw-product-card-grid,.aw-product-card-grid--compact,.aw-wishlist-page .aw-product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aw-chart-kpis{grid-template-columns:1fr}.aw-dashboard-bottom-grid{gap:12px}}
@media (max-width:520px){.aw-product-card-grid,.aw-product-card-grid--compact,.aw-wishlist-page .aw-product-card-grid{grid-template-columns:1fr}.aw-notification-item{grid-template-columns:38px minmax(0,1fr)}.aw-notification-item>a{grid-column:2;justify-self:start}.aw-product-mini-thumb{height:118px}}

/* Single product AJAX wishlist button */
.aw-single-wishlist-btn{margin:14px 0 0;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:1px solid #ddd6fe;border-radius:16px;background:#fff;color:var(--aw-up-accent);box-shadow:0 12px 28px rgba(109,77,255,.10);font-family:inherit;cursor:pointer;transition:.18s ease}.aw-single-wishlist-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(109,77,255,.15)}.aw-single-wishlist-btn span{width:28px;height:28px;border-radius:10px;background:#ede9fe;display:flex;align-items:center;justify-content:center}.aw-single-wishlist-btn svg{width:18px;height:18px}.aw-single-wishlist-btn strong{font-size:13px;font-weight:950}.aw-single-wishlist-btn.is-active{background:linear-gradient(135deg,#6d4dff,#8b5cf6);border-color:transparent;color:#fff}.aw-single-wishlist-btn.is-active span{background:rgba(255,255,255,.18)}.aw-single-wishlist-btn.is-loading{opacity:.65;pointer-events:none}

/* Floating mini cart */
.aw-floating-cart{position:fixed;right:24px;bottom:24px;z-index:99980;width:64px;height:64px;border:0;border-radius:24px;background:linear-gradient(135deg,#6d4dff,#00a6ff);color:#fff;box-shadow:0 18px 48px rgba(109,77,255,.36);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease}.aw-floating-cart:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(109,77,255,.44)}.aw-floating-cart svg{width:27px;height:27px}.aw-floating-cart em{position:absolute;top:-7px;left:-7px;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-style:normal;font-weight:950;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.aw-cart-overlay{position:fixed;inset:0;z-index:99981;background:rgba(2,6,23,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.aw-mini-cart-panel{position:fixed;top:0;left:0;bottom:0;z-index:99982;width:min(420px,92vw);background:#fff;color:#111827;box-shadow:30px 0 80px rgba(15,23,42,.22);transform:translateX(-110%);transition:transform .28s ease;display:flex;flex-direction:column;direction:rtl}.aw-mini-cart-panel.is-open{transform:translateX(0)}.aw-mini-cart-head{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#fbfcff)}.aw-mini-cart-head span{display:block;color:#6d4dff;font-size:12px;font-weight:950;margin-bottom:5px}.aw-mini-cart-head strong{display:block;font-size:19px;font-weight:950;color:#111827}.aw-mini-cart-head button{width:42px;height:42px;border:0;border-radius:14px;background:#f1f5f9;color:#111827;font-size:28px;line-height:1;cursor:pointer}.aw-mini-cart-body{flex:1;overflow:auto;padding:16px}.aw-mini-cart-body .woocommerce-mini-cart{list-style:none;padding:0;margin:0;display:grid;gap:10px}.aw-mini-cart-body .woocommerce-mini-cart-item{position:relative;min-height:78px;display:grid!important;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:center;padding:10px 38px 10px 10px!important;border:1px solid #e5e7eb;border-radius:18px;background:#fbfcff}.aw-mini-cart-body .woocommerce-mini-cart-item img{width:62px!important;height:62px!important;object-fit:cover;border-radius:14px;float:none!important;margin:0!important;grid-row:1 / span 2}.aw-mini-cart-body .woocommerce-mini-cart-item a:not(.remove){color:#111827!important;font-size:13px;font-weight:950;line-height:1.6}.aw-mini-cart-body .woocommerce-mini-cart-item .quantity{display:block;margin-top:5px;color:#6b7280;font-size:12px;font-weight:850}.aw-mini-cart-body .woocommerce-mini-cart-item .remove{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%);width:24px;height:24px;border-radius:9px;background:#fff1f2!important;color:#e11d48!important;display:flex!important;align-items:center;justify-content:center;text-decoration:none;font-size:18px!important;line-height:1!important}.aw-mini-cart-body .woocommerce-mini-cart__total{margin:14px 0 0;padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;color:#111827;font-weight:950}.aw-mini-cart-body .woocommerce-mini-cart__buttons{display:none!important}.aw-mini-cart-body .woocommerce-mini-cart__empty-message{text-align:center;border:1px dashed #cbd5e1;border-radius:18px;padding:32px 18px;color:#64748b;font-weight:900}.aw-mini-cart-foot{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px;border-top:1px solid #e5e7eb;background:#fff}.aw-mini-cart-foot a{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:13px;font-weight:950;text-decoration:none}.aw-mini-cart-foot a:first-child{background:#f1f5f9;color:#111827}.aw-mini-cart-foot a:last-child{background:linear-gradient(135deg,#6d4dff,#8b5cf6);color:#fff}.aw-mini-cart-panel.is-loading .aw-mini-cart-body{opacity:.55}.aw-cart-open{overflow:hidden!important}
@media (max-width:640px){.aw-floating-cart{right:16px;bottom:16px;width:58px;height:58px;border-radius:21px}.aw-mini-cart-panel{width:94vw}.aw-mini-cart-foot{grid-template-columns:1fr}.aw-mini-cart-head{padding:16px}.aw-mini-cart-body{padding:12px}}
.aw-site-header .aw-action-btn svg,.aw-site-header .aw-account-btn svg,.aw-mobile-search button svg,.aw-mobile-account svg{width:19px;height:19px;display:block;stroke:currentColor}.aw-mobile-account svg{margin-left:7px}

/* v4 brand color, polished sidebar, support tickets and modal OTP */
:root{
  --aw-up-accent:#26c6da;
  --aw-up-accent-2:#00b8d4;
  --aw-brand-accent:#26c6da;
  --aw-brand-accent-2:#00b8d4;
  --aw-brand-dark:#072833;
  --aw-brand-dark-2:#03161d;
}
body.aw-commerce-account-page{background:radial-gradient(circle at 12% 4%,rgba(38,198,218,.16),transparent 30%),radial-gradient(circle at 88% 0,rgba(0,184,212,.12),transparent 32%),#f4f8fb!important}
body.aw-commerce-account-page .aw-ecom-sidebar{
  width:auto!important;
  padding:26px 18px!important;
  background:radial-gradient(circle at 20% 0,rgba(38,198,218,.35),transparent 34%),radial-gradient(circle at 95% 75%,rgba(0,184,212,.22),transparent 38%),linear-gradient(180deg,var(--aw-brand-dark),var(--aw-brand-dark-2))!important;
  border-left:1px solid rgba(132,255,255,.13)!important;
  box-shadow:-22px 0 70px rgba(3,22,29,.22)!important;
}
body.aw-commerce-account-page .aw-ecom-sidebar:after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.06);border-radius:28px;pointer-events:none}
body.aw-commerce-account-page .aw-ecom-logo{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;box-shadow:0 18px 38px rgba(38,198,218,.28)!important;color:#06242d!important}
body.aw-commerce-account-page .aw-ecom-sidebar-head{padding:8px 8px 24px!important;border-bottom-color:rgba(255,255,255,.10)!important}
body.aw-commerce-account-page .aw-ecom-brand small{color:rgba(198,242,253,.72)!important}
body.aw-commerce-account-page .aw-ecom-nav{gap:10px!important;margin-top:26px!important;max-height:calc(100vh - 210px);overflow:auto;padding-left:4px;scrollbar-width:thin;scrollbar-color:rgba(38,198,218,.55) transparent}
body.aw-commerce-account-page .aw-ecom-nav::-webkit-scrollbar{width:4px}body.aw-commerce-account-page .aw-ecom-nav::-webkit-scrollbar-thumb{background:rgba(38,198,218,.45);border-radius:99px}
body.aw-commerce-account-page .aw-ecom-nav-item{min-height:58px!important;padding:14px 15px!important;border:1px solid rgba(255,255,255,.055);background:rgba(255,255,255,.035);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:19px!important;color:rgba(236,253,255,.80)!important}
body.aw-commerce-account-page .aw-ecom-nav-item:hover,body.aw-commerce-account-page .aw-ecom-nav-item.is-active{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important;box-shadow:0 18px 38px rgba(38,198,218,.24)!important;transform:translateX(-3px)}
body.aw-commerce-account-page .aw-ecom-nav-item:hover .aw-nav-icon,body.aw-commerce-account-page .aw-ecom-nav-item.is-active .aw-nav-icon{background:rgba(6,36,45,.13)!important;color:#06242d!important}
body.aw-commerce-account-page .aw-nav-icon{background:rgba(132,255,255,.10)!important;color:#e6feff!important;border:1px solid rgba(132,255,255,.09)}
body.aw-commerce-account-page .aw-ecom-nav-item em,.aw-ecom-icon-btn em{background:#26c6da!important;color:#06242d!important;box-shadow:0 10px 22px rgba(38,198,218,.30)!important}
body.aw-commerce-account-page .aw-ecom-shop{background:linear-gradient(135deg,rgba(38,198,218,.14),rgba(255,255,255,.06))!important;border-color:rgba(132,255,255,.16)!important}
body.aw-commerce-account-page .aw-ecom-shop span{color:rgba(198,242,253,.68)!important}
body.aw-commerce-account-page .aw-ecom-topbar{background:rgba(255,255,255,.90)!important;border-bottom-color:rgba(188,224,238,.75)!important}
body.aw-commerce-account-page .aw-dashboard-primary-link,.aw-card-head a,.aw-ticket-submit{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important;border:0!important;box-shadow:0 12px 30px rgba(38,198,218,.22)!important}
body.aw-commerce-account-page .aw-line-chart,.aw-product-mini-price .woocommerce-Price-amount,.aw-notification-item>span{color:#00a4b8!important}
.aw-product-mini-actions .button{background:#e6fbff!important;color:#007d8f!important}.aw-single-wishlist-btn{border-color:#bceff6!important;color:#0093a8!important;box-shadow:0 12px 28px rgba(38,198,218,.12)!important}.aw-single-wishlist-btn span{background:#e6fbff!important}.aw-single-wishlist-btn.is-active{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important}.aw-single-wishlist-btn.is-active span{background:rgba(255,255,255,.26)!important}.aw-floating-cart{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important;box-shadow:0 18px 48px rgba(38,198,218,.36)!important}.aw-floating-cart em{background:#06242d!important;color:#fff!important}.aw-mini-cart-head span{color:#0093a8!important}.aw-mini-cart-foot a:last-child{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important}
.aw-site-header .aw-header-cta,.aw-mobile-cta,.aw-mobile-search button{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important;border-color:rgba(38,198,218,.72)!important}.aw-desktop-menu .sub-menu li a:hover{color:#0093a8!important}.aw-site-header .aw-account-btn:hover,.aw-site-header .aw-action-btn:hover{border-color:rgba(38,198,218,.35)!important;background:rgba(38,198,218,.16)!important}

.aw-ticket-create-form,.aw-ticket-reply-form{padding:18px;border:1px solid var(--aw-line,#e7ebf3);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 14px 34px rgba(15,23,42,.045);margin-bottom:18px}.aw-ticket-form-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.aw-ticket-create-form label,.aw-ticket-reply-form label{display:grid;gap:8px;color:#334155;font-size:12px;font-weight:950}.aw-ticket-create-form input,.aw-ticket-create-form select,.aw-ticket-create-form textarea,.aw-ticket-reply-form textarea{width:100%;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;color:#0f172a!important;padding:13px 14px!important;box-shadow:none!important;outline:0!important;font-family:inherit!important}.aw-ticket-create-form textarea,.aw-ticket-reply-form textarea{resize:vertical;line-height:1.9}.aw-ticket-message-label{margin-top:12px}.aw-ticket-submit{min-height:46px;margin-top:14px;padding:0 22px;border-radius:16px;font-size:13px;font-weight:950;cursor:pointer}.aw-ticket-notice{padding:12px 14px;margin:0 0 14px;border-radius:16px;font-size:13px;font-weight:900}.aw-ticket-notice.is-success{background:#e7f8f1;color:#047857}.aw-ticket-notice.is-danger{background:#fff1f2;color:#be123c}.aw-ticket-list{display:grid;gap:10px}.aw-ticket-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:13px;border:1px solid #e7ebf3;border-radius:20px;background:#fbfdff;color:#0f172a!important}.aw-ticket-row:hover{background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.065);transform:translateY(-1px)}.aw-ticket-row-icon{width:46px;height:46px;border-radius:16px;background:#e6fbff;color:#0093a8;display:flex;align-items:center;justify-content:center}.aw-ticket-row-icon svg{width:22px;height:22px}.aw-ticket-row-main strong{display:block;font-size:13px;font-weight:950;line-height:1.6}.aw-ticket-row-main small{display:block;margin-top:4px;color:#64748b;font-size:11px;font-weight:850}.aw-ticket-status,.aw-ticket-priority,.aw-ticket-meta-pill{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.aw-ticket-status.is-open,.aw-ticket-status.is-customer_reply{background:#e6fbff;color:#007d8f}.aw-ticket-status.is-pending{background:#fff4df;color:#b45309}.aw-ticket-status.is-answered{background:#e7f8f1;color:#047857}.aw-ticket-status.is-closed{background:#f1f5f9;color:#475569}.aw-ticket-priority.is-low{background:#f1f5f9;color:#475569}.aw-ticket-priority.is-normal{background:#eef2ff;color:#2563eb}.aw-ticket-priority.is-high{background:#fff4df;color:#b45309}.aw-ticket-priority.is-urgent{background:#fff1f2;color:#be123c}.aw-ticket-single{display:grid;gap:16px}.aw-ticket-single-head{padding:16px;border:1px solid #e7ebf3;border-radius:22px;background:#fff}.aw-ticket-single-head>a{display:inline-flex;margin-bottom:10px;color:#0093a8!important;font-size:12px;font-weight:950}.aw-ticket-single-head h4{margin:0 0 12px;color:#0f172a;font-size:17px;font-weight:950;line-height:1.7}.aw-ticket-single-head>div{display:flex;gap:8px;flex-wrap:wrap}.aw-ticket-meta-pill{background:#f8fafc;color:#475569}.aw-ticket-thread{display:grid;gap:12px}.aw-ticket-message{max-width:86%;padding:14px;border:1px solid #e7ebf3;border-radius:20px;background:#fff}.aw-ticket-message.is-customer{margin-right:auto;background:#fbfdff}.aw-ticket-message.is-agent{margin-left:auto;background:linear-gradient(180deg,#e6fbff,#fff);border-color:#bceff6}.aw-ticket-message-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.aw-ticket-message-head strong{font-size:13px;font-weight:950;color:#0f172a}.aw-ticket-message-head small{font-size:11px;color:#64748b;font-weight:850}.aw-ticket-message-body{color:#334155;font-size:13px;line-height:1.9}.aw-ticket-message-body p{margin:0 0 8px!important}.aw-ticket-message-body p:last-child{margin-bottom:0!important}
@media (max-width:900px){.aw-ticket-form-grid{grid-template-columns:1fr}.aw-ticket-row{grid-template-columns:42px minmax(0,1fr);align-items:start}.aw-ticket-status,.aw-ticket-priority{grid-column:2;justify-self:start}.aw-ticket-message{max-width:100%}}

.aw-login-modal-overlay{position:fixed;inset:0;z-index:100050;background:rgba(2,6,23,.62);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.aw-login-modal{position:fixed;inset:0;z-index:100051;display:flex;align-items:center;justify-content:center;padding:22px;pointer-events:none;opacity:0;transition:.22s ease}.aw-login-modal.is-open{opacity:1;pointer-events:auto}.aw-login-modal-box{width:min(500px,96vw);max-height:92vh;overflow:auto;border-radius:30px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 35px 90px rgba(2,6,23,.28);transform:translateY(18px) scale(.98);transition:.22s ease;direction:rtl}.aw-login-modal.is-open .aw-login-modal-box{transform:translateY(0) scale(1)}.aw-login-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e7ebf3}.aw-login-modal-head strong{font-size:16px;font-weight:950;color:#0f172a}.aw-login-modal-close{width:42px;height:42px;border:0;border-radius:15px;background:#f1f5f9;color:#0f172a;font-size:28px;line-height:1;cursor:pointer}.aw-login-modal-body{padding:20px}.aw-login-modal-body .aw-otp-card{box-shadow:none!important;border:0!important;padding:0!important;background:transparent!important}.aw-login-modal-body .aw-otp-card h1{font-size:24px!important}.aw-login-modal-body .aw-btn-primary{background:linear-gradient(135deg,#26c6da,#00b8d4)!important;color:#06242d!important}.aw-login-open{overflow:hidden!important}@media(max-width:520px){.aw-login-modal{padding:12px;align-items:flex-end}.aw-login-modal-box{border-radius:26px 26px 0 0;width:100%;max-height:94vh}.aw-login-modal-body{padding:16px}}

/* v1.0.5 portal refinements */
.aw-ecom-sidebar{background:linear-gradient(180deg,#071621 0%,#082230 45%,#06151f 100%)!important;border-left:1px solid rgba(38,198,218,.18)!important;box-shadow:-24px 0 80px rgba(3,17,28,.18)!important}
.aw-ecom-sidebar:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 5%,rgba(38,198,218,.22),transparent 34%),radial-gradient(circle at 90% 100%,rgba(0,184,212,.16),transparent 30%)}
.aw-ecom-sidebar>*{position:relative;z-index:1}
.aw-ecom-logo--image{overflow:hidden;background:#fff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 16px 34px rgba(38,198,218,.22)!important;color:#06242d!important}
.aw-ecom-logo--image img{max-width:82%;max-height:82%;width:auto;height:auto;display:block;object-fit:contain}
.aw-ecom-brand strong{font-weight:950!important;letter-spacing:-.2px}.aw-ecom-brand small{opacity:.82!important}
.aw-ecom-nav{gap:8px!important}.aw-ecom-nav-item{min-height:48px!important;padding:12px 13px!important;border-radius:16px!important}.aw-ecom-nav-item.is-active{background:linear-gradient(135deg,rgba(38,198,218,.20),rgba(0,184,212,.12))!important;border-color:rgba(38,198,218,.24)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 12px 28px rgba(0,184,212,.10)!important}.aw-ecom-nav-item:hover{background:rgba(255,255,255,.075)!important;transform:translateX(-2px)}
.aw-otp-logo-link{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 18px;text-decoration:none}.aw-otp-logo-link img{max-height:64px;width:auto;max-width:190px;display:block;object-fit:contain}.aw-otp-logo-link span{font-size:20px;font-weight:950;color:#06242d}.aw-login-modal-body .aw-otp-logo-link img{max-height:54px}.aw-login-modal-head strong{font-size:15px!important}.aw-login-modal-body .aw-otp-desc{margin-bottom:18px!important}.aw-otp-kicker,.aw-otp-trust{display:none!important}
.aw-ticket-create-card{padding:18px;border:1px solid var(--aw-line,#e7ebf3);border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 16px 44px rgba(15,23,42,.055);margin-bottom:18px}.aw-ticket-form-hero{display:flex;gap:14px;align-items:center;padding:14px;border-radius:20px;background:linear-gradient(135deg,rgba(38,198,218,.10),rgba(0,184,212,.05));border:1px solid rgba(38,198,218,.16);margin-bottom:16px}.aw-ticket-form-hero>span{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,#26c6da,#00b8d4);display:flex;align-items:center;justify-content:center;color:#06242d;box-shadow:0 12px 26px rgba(38,198,218,.22)}.aw-ticket-form-hero svg{width:24px;height:24px}.aw-ticket-form-hero strong{display:block;color:var(--aw-ink,#101936);font-size:16px;font-weight:950}.aw-ticket-form-hero p{margin:4px 0 0!important;color:#64748b!important;font-size:12px!important;line-height:1.8!important}.aw-ticket-field{display:grid;gap:8px;color:#1e293b;font-weight:950;font-size:13px}.aw-ticket-create-form input,.aw-ticket-create-form select,.aw-ticket-create-form textarea{width:100%;border:1px solid var(--aw-line,#e7ebf3)!important;border-radius:15px!important;background:#fbfcff!important;color:#0f172a!important;box-shadow:none!important;outline:none!important}.aw-ticket-create-form input,.aw-ticket-create-form select{height:48px!important;padding:0 13px!important}.aw-ticket-create-form textarea{padding:13px!important;line-height:1.9}.aw-ticket-create-form input:focus,.aw-ticket-create-form select:focus,.aw-ticket-create-form textarea:focus{border-color:rgba(38,198,218,.68)!important;box-shadow:0 0 0 4px rgba(38,198,218,.12)!important}.aw-ticket-submit-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.aw-ticket-submit-row small{color:#64748b;font-size:12px;font-weight:850}.aw-ticket-list-modern{display:grid;gap:10px}.aw-ticket-list-modern .aw-ticket-row{border:1px solid var(--aw-line,#e7ebf3);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.04)}
.aw-article-list{display:grid;gap:10px}.aw-article-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border:1px solid var(--aw-line,#e7ebf3);border-radius:18px;background:#fbfcff;text-decoration:none!important;transition:.18s ease}.aw-article-item:hover{background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06);transform:translateY(-1px)}.aw-article-thumb{width:58px;height:58px;border-radius:16px;background:#eefbfe;display:flex;align-items:center;justify-content:center;color:#00a7bd;overflow:hidden}.aw-article-thumb img{width:100%;height:100%;object-fit:cover;display:block}.aw-article-thumb svg{width:24px;height:24px}.aw-article-body strong{display:block;color:var(--aw-ink,#101936);font-size:13px;font-weight:950;line-height:1.8;max-height:48px;overflow:hidden}.aw-article-body small{display:block;color:#94a3b8;font-size:11px;font-weight:850;margin-top:3px}
@media(max-width:900px){.aw-ecom-sidebar{box-shadow:none!important}.aw-ecom-brand .aw-ecom-logo--image{width:44px!important;height:44px!important;flex-basis:44px!important}.aw-ecom-topbar{gap:10px!important;padding:12px!important}.aw-ecom-title h1{font-size:18px!important}.aw-ecom-search{order:3;width:100%;flex-basis:100%;display:grid!important}.aw-ecom-user-actions{width:auto!important;gap:7px!important}.aw-ecom-icon-btn{width:40px!important;height:40px!important;border-radius:14px!important}.aw-ecom-userbox{padding:5px!important}.aw-ecom-userbox span{display:none!important}.aw-ticket-form-grid{grid-template-columns:1fr!important}.aw-ticket-submit-row{display:grid}.aw-ticket-submit{width:100%;justify-content:center}.aw-article-item{grid-template-columns:52px minmax(0,1fr)}.aw-article-thumb{width:52px;height:52px}}
@media(max-width:520px){.aw-ecom-brand span:last-child{min-width:0}.aw-ecom-brand strong{font-size:14px!important}.aw-ecom-brand small{font-size:10px!important}.aw-ecom-topbar{position:relative!important}.aw-ecom-title{min-width:0}.aw-ecom-title span{font-size:11px!important}.aw-ecom-icon-btn:nth-child(n+4){display:none!important}.aw-login-modal-body .aw-otp-logo-link img{max-height:48px}.aw-otp-card h1,.aw-login-modal-body .aw-otp-card h1{font-size:22px!important}}


/* v1.0.6 sidebar + floating cart polish */
body.aw-commerce-account-page .aw-ecom-sidebar-head{
    background:#ffffff!important;
    border:1px solid rgba(38,198,218,.14)!important;
    border-radius:24px!important;
    padding:14px 14px 16px!important;
    box-shadow:0 16px 38px rgba(3,17,28,.08)!important;
}
body.aw-commerce-account-page .aw-ecom-brand{
    color:#06242d!important;
}
body.aw-commerce-account-page .aw-ecom-brand strong{
    color:#06242d!important;
}
body.aw-commerce-account-page .aw-ecom-brand small{
    color:#6b7b86!important;
    opacity:1!important;
}
body.aw-commerce-account-page .aw-ecom-logo--image{
    background:#fff!important;
    border:1px solid rgba(38,198,218,.18)!important;
    box-shadow:0 14px 34px rgba(38,198,218,.16)!important;
}
body.aw-commerce-account-page .aw-ecom-sidebar-foot{
    right:18px!important;
    left:18px!important;
    bottom:18px!important;
}
body.aw-commerce-account-page .aw-ecom-shop{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:58px!important;
    padding:14px 16px!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,#26c6da,#00b8d4)!important;
    border:0!important;
    color:#06242d!important;
    box-shadow:0 16px 34px rgba(38,198,218,.24)!important;
}
body.aw-commerce-account-page .aw-ecom-shop:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 20px 42px rgba(38,198,218,.28)!important;
}
body.aw-commerce-account-page .aw-ecom-shop span,
body.aw-commerce-account-page .aw-ecom-shop strong{
    display:block!important;
    margin:0!important;
    padding:0!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
}
body.aw-commerce-account-page .aw-ecom-shop span{
    color:rgba(6,36,45,.74)!important;
    font-size:11px!important;
    font-weight:900!important;
}
body.aw-commerce-account-page .aw-ecom-shop strong{
    color:#06242d!important;
    font-size:14px!important;
    font-weight:950!important;
}
body.aw-commerce-account-page .aw-ecom-shop::after{
    content:"←";
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(255,255,255,.24);
    color:#06242d;
    font-size:20px;
    font-weight:900;
}
body.aw-commerce-account-page .aw-floating-cart{
    right:332px!important;
    bottom:24px!important;
}
@media (max-width:980px){
    body.aw-commerce-account-page .aw-ecom-sidebar-head{
        padding:12px!important;
    }
    body.aw-commerce-account-page .aw-ecom-sidebar-foot{
        position:relative!important;
        right:auto!important;
        left:auto!important;
        bottom:auto!important;
        margin-top:12px!important;
    }
    body.aw-commerce-account-page .aw-floating-cart{
        right:16px!important;
        bottom:16px!important;
    }
}
