@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Cairo:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Tajawal,Cairo,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6;max-width:100vw}body,html{overflow-x:clip}body.hx-dark{background:#0f172a;color:#e2e8f0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748b}.hx-dark ::-webkit-scrollbar-thumb{background:#475569}@keyframes hxFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes hxSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hxSlideRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes hxSlideLeft{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes hxScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes hxPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes hxShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hxFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hxGlow{0%,to{box-shadow:0 0 5px rgba(37,99,235,.3)}50%{box-shadow:0 0 20px rgba(37,99,235,.6)}}@keyframes hxModalIn{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes hxOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes hxBannerSlide{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes hxPageEnter{0%{opacity:0;transform:translateY(12px) scale(.995);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.hx-page-enter{animation:hxPageEnter .45s cubic-bezier(.22,1,.36,1)}@keyframes hxTopBar{0%{width:0;opacity:1}60%{width:70%}to{width:95%}}.hx-top-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:99999;background:linear-gradient(90deg,#2563eb,#06b6d4,#8b5cf6);background-size:200% 100%;box-shadow:0 0 10px rgba(37,99,235,.5);animation:hxTopBar 1.6s ease-out forwards,hxShimmer 1.5s infinite;pointer-events:none}body.hx-leaving{opacity:.85;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}.hx-animate-fade{animation:hxFadeIn .4s ease-out}.hx-animate-slide-up{animation:hxSlideUp .5s ease-out}.hx-animate-scale{animation:hxScaleIn .3s ease-out}.hx-animate-modal{animation:hxModalIn .3s ease-out}.hx-animate-overlay{animation:hxOverlayIn .2s ease-out}.hx-animate-float{animation:hxFloat 3s ease-in-out infinite}.hx-animate-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:hxShimmer 1.5s infinite}.hx-dark .hx-animate-shimmer{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%);background-size:200% 100%}.hx-product-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.hx-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.hx-dark .hx-product-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.4)}@keyframes hxImgReveal{0%{opacity:0;transform:scale(1.04);filter:blur(6px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.hx-img-reveal{opacity:0}.hx-img-reveal.hx-img-loaded{animation:hxImgReveal .6s cubic-bezier(.22,1,.36,1) forwards}@keyframes hxCardIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hx-product-card{animation:hxCardIn .55s cubic-bezier(.22,1,.36,1) both}.hx-banner-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hx-banner-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:all .3s}.hx-banner-dot.active{background:#fff;transform:scale(1.3)}.hx-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .2s;text-decoration:none;color:#fff}.hx-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.hx-btn-primary:active{transform:translateY(0)}.hx-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;font-weight:600;font-size:14px;border:2px solid;cursor:pointer;transition:all .2s;text-decoration:none;background:transparent}.hx-btn-secondary:hover{transform:translateY(-1px)}.hx-input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;transition:all .2s;outline:none;background:#fff;color:#1e293b}.hx-input:focus{border-color:var(--hx-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.hx-dark .hx-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.hx-dark .hx-input:focus{border-color:var(--hx-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.2)}.hx-select{width:100%;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;transition:all .2s;outline:none;background:#fff;color:#1e293b;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:left 12px center;background-repeat:no-repeat;background-size:20px;padding:12px 16px 12px 40px}[dir=ltr] .hx-select{background-position:right 12px center;padding-left:16px;padding-right:40px}.hx-select:focus{border-color:var(--hx-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.hx-dark .hx-select{background-color:#1e293b;border-color:#334155;color:#e2e8f0}.hx-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.3px}.hx-skeleton{border-radius:8px}.hx-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:10000;padding:14px 28px;border-radius:12px;font-size:14px;font-weight:600;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.2);animation:hxSlideUp .3s ease-out}.hx-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:9000;display:flex;align-items:center;justify-content:center;animation:hxOverlayIn .2s ease-out}.hx-modal-content{background:#fff;border-radius:20px;max-width:600px;width:92%;max-height:90vh;overflow-y:auto;animation:hxModalIn .3s ease-out;box-shadow:0 25px 60px rgba(0,0,0,.15)}.hx-dark .hx-modal-content{background:#1e293b;box-shadow:0 25px 60px rgba(0,0,0,.4)}@media (max-width:1024px){.hx-hide-tablet{display:none!important}}@media (max-width:768px){.hx-hide-mobile{display:none!important}.hx-show-mobile{display:flex!important}.hx-modal-content{width:96%;max-height:85vh;border-radius:16px}}@media (max-width:480px){.hx-modal-content{width:100%;max-height:100vh;border-radius:0}}.hx-grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}@media (max-width:640px){.hx-grid-products{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:380px){.hx-grid-products{grid-template-columns:1fr}}.hx-category-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:30px;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s;white-space:nowrap;border:2px solid transparent}.hx-category-pill:hover{transform:translateY(-2px)}.hx-category-pill.active{color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.15)}@keyframes hxDrawerSlide{0%{transform:translateX(100%)}to{transform:translateX(0)}}[dir=rtl] .hx-cart-drawer{animation:hxDrawerSlideRTL .3s ease-out}@keyframes hxDrawerSlideRTL{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.hx-cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;z-index:9500;animation:hxDrawerSlide .3s ease-out}[dir=rtl] .hx-cart-drawer{right:auto;left:0}.hx-qty-btn{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:all .15s}.hx-qty-btn:hover{transform:scale(1.1)}.hx-status-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}@media (max-width:768px){.hx-sidebar-collapse-btn,.hx-sidebar-desktop{display:none!important}.hx-sidebar-close-mobile{display:block!important}.hx-admin-main{margin-right:0!important;margin-left:0!important}.hx-admin-mobile-nav,.hx-dash-menu-btn{display:flex!important}.hx-dash-profile-text{display:none}}@media (min-width:769px){.hx-sidebar-mobile,.hx-sidebar-mobile-overlay{display:none!important}}.hx-skeleton{background:linear-gradient(90deg,#e2e8f060 25%,#e2e8f020 50%,#e2e8f060 75%);background-size:200% 100%;animation:hxShimmer 1.5s infinite}body.hx-dark .hx-skeleton{background:linear-gradient(90deg,#33415560 25%,#33415520 50%,#33415560 75%);background-size:200% 100%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:900px){.hx-top-bar-inner{padding:0 12px!important}.hx-main-header{padding:10px 14px!important;gap:10px!important;justify-content:space-between!important}.hx-store-name{font-size:17px!important}.hx-header-actions{gap:6px!important;margin-inline-start:auto!important}}@media (max-width:640px){.hx-top-bar{font-size:11px!important;padding:4px 0!important}.hx-top-bar-inner{padding:0 10px!important;gap:6px!important}.hx-top-greet{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:58%;font-size:11px}.hx-main-header{padding:8px 12px!important;gap:8px!important}.hx-logo-box{width:34px!important;height:34px!important;border-radius:8px!important}.hx-store-name{font-size:15px!important;letter-spacing:0!important}.hx-header-actions{gap:6px!important}.hx-header-icon-btn{width:36px!important;height:36px!important;border-radius:9px!important}.hx-header-icon-btn svg{width:18px!important;height:18px!important}.hx-home-banner-slide{padding:32px 16px!important}.hx-home-banner-icon{font-size:40px!important;margin-bottom:10px!important}.hx-home-banner-title{font-size:22px!important;margin-bottom:8px!important}.hx-home-banner-sub{font-size:13px!important;margin-bottom:16px!important}.hx-home-banner-cta{padding:10px 22px!important;font-size:14px!important}.hx-home-banner-arrow{width:34px!important;height:34px!important}.hx-home-banner-arrow svg{width:16px!important;height:16px!important}.hx-section-title{font-size:19px!important}.hx-page-container{padding-left:12px!important;padding-right:12px!important}}@media (max-width:400px){.hx-top-greet{display:none!important}.hx-top-bar-inner{justify-content:center!important}.hx-store-name{font-size:14px!important;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hx-header-actions{gap:4px!important}.hx-header-icon-btn{width:34px!important;height:34px!important}.hx-main-header{padding:8px 10px!important;gap:6px!important}.hx-home-banner-slide{padding:26px 12px!important}.hx-home-banner-title{font-size:19px!important}.hx-home-banner-sub{font-size:12px!important}}.hx-page-enter>*{max-width:100vw}@media (max-width:640px){.hx-product-card{border-radius:12px!important}.hx-product-card .hx-pc-image{height:130px!important;font-size:38px!important}.hx-product-card .hx-pc-body{padding:10px!important}.hx-product-card .hx-pc-cat{font-size:10px!important;margin-bottom:2px!important}.hx-product-card .hx-pc-name{font-size:13px!important;line-height:1.35!important;margin-bottom:4px!important;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hx-product-card .hx-pc-rating{font-size:11px!important;margin-bottom:4px!important}.hx-product-card .hx-pc-price{font-size:14px!important}.hx-product-card .hx-pc-old-price{font-size:11px!important}.hx-product-card .hx-pc-add{padding:8px!important;font-size:12px!important;gap:4px!important}.hx-product-card .hx-pc-add svg{width:14px!important;height:14px!important}.hx-badge{padding:3px 8px!important;font-size:10px!important;border-radius:6px!important}}@media (max-width:380px){.hx-product-card .hx-pc-image{height:150px!important}}@media (max-width:640px){.hx-cat-card{min-width:96px!important;padding:10px!important;border-radius:12px!important;gap:6px!important}.hx-cat-card .hx-cat-img{width:56px!important;height:56px!important;border-radius:10px!important}.hx-cat-card .hx-cat-emoji{font-size:24px!important}.hx-cat-card .hx-cat-name{font-size:12px!important}.hx-cat-card .hx-cat-count{font-size:10px!important}}@media (max-width:768px){.hx-footer{padding-top:32px!important;margin-top:24px!important;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))!important}.hx-footer-grid{gap:20px!important;padding-bottom:20px!important;grid-template-columns:1fr 1fr!important}.hx-footer-grid h3{font-size:14px!important;margin-bottom:10px!important}.hx-footer-grid a,.hx-footer-grid p,.hx-footer-grid span{font-size:13px!important}.hx-footer-grid>div:first-child{grid-column:1/-1}.hx-footer-grid>div:first-child p{max-width:100%!important}.hx-footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:14px 0!important}}@media (max-width:360px){.hx-footer-grid{grid-template-columns:1fr!important;gap:18px!important}.hx-footer-grid>div:first-child{grid-column:auto}}@media (max-width:768px){.hx-dash-header{padding:10px 14px!important;gap:10px!important}.hx-dash-search{width:100%!important;max-width:180px!important;height:36px!important;font-size:12px!important}}@media (max-width:480px){.hx-dash-search-wrap{display:none!important}}@media (max-width:640px){.hx-banner-section{margin-bottom:24px!important}.hx-section-block{margin-bottom:28px!important}.hx-section-block h2{font-size:17px!important}}@media (max-width:480px){.hx-section-head{gap:10px!important;margin-bottom:14px!important}.hx-section-head a{font-size:12px!important}}.hx-store-main-mobile-pad{padding-bottom:70px}@supports (padding:max(0px)){.hx-store-main-mobile-pad{padding-bottom:max(70px,calc(70px + env(safe-area-inset-bottom)))}}