@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap");:root{--hp-blue:#0a3a5c;--hp-blue-mid:#0064b4;--hp-electric:#0080c8;--hp-cyan:#0ac;--hp-blue-light:#1a8ac8;--hp-sky:#e0f3fc;--gold:#c8a840;--gold-light:#fdf5dc;--bg:#fff;--bg-card:#fff;--border:#c0dcf0;--border-hover:#80bcdc;--text:#0a2840;--text-mid:#1a4a6e;--text-muted:#4a7090;--text-light:#7aaac8;--green:#0a7a4b;--green-bg:#e8fbf3;--red:#be2b26;--red-bg:#fef0ef;--shadow-xs:0 1px 4px rgba(0,90,255,.07);--shadow-sm:0 2px 8px rgba(0,90,255,.1);--shadow-md:0 4px 20px rgba(0,90,255,.13);--shadow-lg:0 8px 36px rgba(0,90,255,.17);--shadow-card:0 2px 14px rgba(0,58,184,.08),0 1px 3px rgba(0,0,0,.04);--shadow-hover:0 12px 44px rgba(0,90,255,.18),0 2px 8px rgba(0,194,224,.1);--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:22px;--transition:all 0.22s cubic-bezier(0.4,0,0.2,1)}.btn-primary{background:linear-gradient(135deg,var(--hp-electric) 0,#005a9e 100%);color:#fff;border:none;border-radius:var(--radius);font-family:Heebo,sans-serif;font-weight:800;cursor:pointer;transition:var(--transition);box-shadow:0 4px 18px rgba(0,90,255,.35)}.btn-primary:hover{background:linear-gradient(135deg,#009ae0,#006aae);box-shadow:0 6px 28px rgba(0,90,255,.45);transform:translateY(-1px)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{direction:rtl;scroll-behavior:smooth;font-size:16px}body{font-family:Heebo,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9baad0}.sidebar-scroll{scrollbar-width:none}.sidebar-scroll::-webkit-scrollbar{display:none}::selection{background:rgba(11,45,155,.14);color:var(--hp-blue)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Heebo,sans-serif}img{display:block}.container{max-width:1440px;margin:0 auto;padding:0 32px}.skeleton,.skeleton-card{background:linear-gradient(90deg,#eef2fb 25%,#e4eaf6 50%,#eef2fb 75%);background-size:800px 100%;animation:shimmer 1.6s ease-in-out infinite;border-radius:var(--radius-lg)}.skeleton-card{height:380px;border:1.5px solid var(--border)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{animation:fadeUp .32s cubic-bezier(.4,0,.2,1) forwards}.product-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow .24s ease,transform .24s ease,border-color .24s ease;box-shadow:var(--shadow-card);cursor:pointer;will-change:transform}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px);border-color:rgba(11,45,155,.22)}.product-card:hover .card-img{transform:scale(1.04)}.card-img{transition:transform .35s ease}.products-grid-container{min-height:640px;grid-template-columns:repeat(4,minmax(0,224px));justify-content:start}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.4px}.badge-sale{background:var(--red-bg);color:var(--red);border:1.5px solid #f9c4c2}.badge-new{background:var(--hp-sky);color:var(--hp-blue);border:1.5px solid #bdd1ff}.badge-featured{background:var(--gold-light);color:#967a1a;border:1.5px solid #e8d38a}.badge-active{background:var(--green-bg);color:var(--green);border:1.5px solid #86ddb8}.badge-sold{background:#f3f4f8;color:#6b7899;border:1.5px solid #d0d6e8}.filter-check{display:flex;align-items:center;gap:9px;cursor:pointer;font-size:13.5px;color:var(--text-mid);padding:5px 2px;transition:color .15s;border-radius:4px}.filter-check:hover{color:var(--hp-blue)}.filter-check input[type=checkbox],.filter-check input[type=radio]{width:15px;height:15px;accent-color:var(--hp-blue);cursor:pointer;flex-shrink:0}.toast-container{position:fixed;bottom:28px;left:28px;z-index:9999;display:flex;flex-direction:column;gap:10px}.toast{padding:13px 20px;border-radius:var(--radius);font-size:14px;font-weight:600;animation:fadeUp .28s ease;border:1.5px solid;max-width:320px;box-shadow:var(--shadow-md)}.toast-success{background:var(--green-bg);border-color:#86ddb8;color:var(--green)}.toast-error{background:var(--red-bg);border-color:#f9c4c2;color:var(--red)}@media (max-width:960px){.container{padding:0 16px}.sidebar-desktop{display:none!important}}@media (max-width:640px){.hero-title{font-size:24px!important}.container{padding:0 14px}}.pac-container{font-family:Heebo,sans-serif!important;border:1.5px solid #dde3f0!important;border-radius:12px!important;box-shadow:0 8px 28px rgba(11,45,155,.12)!important;margin-top:4px!important;overflow:hidden!important;direction:rtl!important;z-index:9999!important}.pac-item{padding:10px 14px!important;font-size:13px!important;color:#1a1e2e!important;cursor:pointer!important;border-top:1px solid #f0f2f8!important;direction:rtl!important;text-align:right!important}.pac-item:first-child{border-top:none!important}.pac-item-selected,.pac-item:hover{background:#eff6ff!important}.pac-item-query{font-size:13px!important;font-weight:700!important;color:#0047cc!important;padding-left:6px!important}.pac-matched{color:#0047cc!important;font-weight:800!important}.pac-container:after,.pac-icon,.pac-logo:after{display:none!important}.cat-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:3px clamp(4px,.7vw,10px);flex-shrink:1;min-width:0;transition:transform .18s ease}.cat-btn:hover{transform:translateY(-4px)}.cat-btn:hover .cat-circle{transform:scale(1.06)}.cat-btn.active .cat-label{color:#1a6598;font-weight:800}.cat-btn.active-cat .cat-circle{box-shadow:0 0 0 2.5px #7ab8e8,0 0 0 5px rgba(100,170,230,.18)}.cat-circle{width:clamp(68px,6.5vw,88px);height:clamp(68px,6.5vw,88px);border-radius:50%;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;flex-shrink:0;position:relative;background:#eef1f5}.cat-circle img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.55) brightness(1.12) contrast(.88);mix-blend-mode:multiply}.cat-circle:after{content:none}.cat-label{font-size:clamp(9px,.9vw,11px);font-weight:700;color:#334155;white-space:nowrap;text-align:center;overflow:hidden;text-overflow:ellipsis;max-width:clamp(72px,7.5vw,100px)}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cat-spin{animation:spin-slow 8s linear infinite}.cat-btn:hover .cat-spin{animation-duration:3s}.product-card{background:#fff;border-radius:14px;border:1.5px solid #e8f0f8;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,100,200,.13),0 4px 12px rgba(0,198,255,.08);border-color:#b8d8f0}.card-hover-overlay{opacity:0;transition:opacity .2s}.product-card:hover .card-hover-overlay{opacity:1}.search-input-wrap:focus-within{box-shadow:0 2px 10px rgba(0,198,255,.18)!important;border-color:#06b6d4!important}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.btn-primary-banner{background:linear-gradient(135deg,#00f2fe,#0052cc,#00c6ff);background-size:200% 200%;animation:shimmer 3s ease infinite;color:#fff;border:none;padding:11px 26px;border-radius:50px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 20px rgba(0,82,204,.45);transition:transform .18s,box-shadow .18s}.btn-primary-banner:hover{transform:scale(1.07);box-shadow:0 8px 28px rgba(0,82,204,.55)}.btn-banner-work{background:linear-gradient(135deg,#1e3a8a,#1d4ed8,#2563eb,#1e40af,#1e3a8a);background-size:200% 200%;animation:shimmer 3s ease infinite;color:#fff;border:none;padding:11px 26px;border-radius:50px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 20px rgba(30,58,138,.5);transition:transform .18s,box-shadow .18s}.btn-banner-work:hover{transform:scale(1.07);box-shadow:0 8px 28px rgba(30,58,138,.65)}.btn-banner-gaming{background:linear-gradient(135deg,#0d9488,#14b8a6,#0891b2,#0f766e,#0d9488);background-size:200% 200%;animation:shimmer 3.5s ease infinite;color:#fff;border:none;padding:11px 26px;border-radius:50px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 20px rgba(13,148,136,.45);transition:transform .18s,box-shadow .18s}.btn-banner-gaming:hover{transform:scale(1.07);box-shadow:0 8px 28px rgba(13,148,136,.6)}@keyframes shimmer-blue{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.btn-buy,.btn-cart{height:25px;border-radius:6px;cursor:pointer;border:1px solid transparent;background:linear-gradient(120deg,#f4fcfe,#edf8fb,#f2fbfd,#e8f6fb,#f4fcfe) padding-box,linear-gradient(90deg,#52c8e0,#2a9ec8,#38b8d8,#1a8ec0,#52c8e0) border-box;background-size:300% 300%;animation:shimmer-blue 2.5s ease infinite;transition:transform .18s,box-shadow .18s;box-shadow:0 2px 6px rgba(0,160,210,.15)}.btn-buy{padding:0 10px;font-size:11px;font-weight:700;color:#0a6a88;white-space:nowrap;flex:1 1}.btn-buy,.btn-cart{display:flex;align-items:center;justify-content:center}.btn-cart{width:25px;flex-shrink:0}.btn-buy:hover,.btn-cart:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,160,210,.28)}.btn-cart-in{width:25px;height:25px;border-radius:6px;border:1.5px solid #86efac;cursor:default;flex-shrink:0;background:#f0fff4;display:flex;align-items:center;justify-content:center}.mobile-header-row{display:none;align-items:center;justify-content:space-between;width:100%}.mob-chip-row,.mob-chip-wrap,.mob-sticky-buy,.mobile-filter-bar{display:none}.mob-chip-fade{display:none;pointer-events:none;position:absolute;top:0;bottom:0;left:0;width:40px;background:linear-gradient(90deg,#fff 0,transparent);z-index:2}@media (max-width:768px){body,html{overflow-x:hidden!important;max-width:100vw!important;width:100%!important}*,:after,:before{box-sizing:border-box!important}.cat-circles-row,.cat-scrolled-bar,.desktop-only-grid,.desktop-search,.sidebar-desktop{display:none!important}.mobile-filter-bar,.mobile-header-row{display:flex!important}.mob-chip-wrap{display:block!important}.mobile-header-row{width:100%!important;box-sizing:border-box!important}.header-spacer{height:102px!important}.mob-chip-wrap{position:relative!important;width:100%!important;background:#fff;border-bottom:1px solid #eef2f8}.mob-chip-row{display:flex!important;gap:8px;overflow-x:auto!important;padding:10px 12px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch;width:100%}.mob-chip-row::-webkit-scrollbar{display:none}.mob-chip-fade{display:block!important;position:absolute!important;top:0;bottom:0;left:0;width:36px;background:linear-gradient(90deg,hsla(0,0%,100%,.95) 0,transparent)}.main-content-pad{padding:8px 0 80px!important;width:100%!important;max-width:100%!important}.container{padding:0!important;width:100%!important}.hero-section{height:clamp(130px,38vw,185px)!important;border-radius:12px!important;margin:0!important}.hero-wrap{padding:6px 12px 0!important}.hero-content-wrap{padding-bottom:14px!important}.hero-accent-line{width:28px!important;margin-bottom:8px!important}.hero-title{font-size:clamp(20px,6vw,28px)!important;line-height:1.1!important;margin-bottom:4px!important}.hero-sub{font-size:clamp(11px,3vw,14px)!important;margin-bottom:6px!important}.hero-text-block p{margin-bottom:4px!important}.hero-desc{display:block!important;font-size:clamp(9px,2.5vw,11px)!important;opacity:.82!important;padding-right:7px!important}.btn-banner-gaming,.btn-banner-work,.btn-primary-banner{display:none!important}.product-title-bar{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;padding:6px 12px!important;margin-bottom:8px!important}.product-title-bar h2{font-size:15px!important}.product-title-bar p{display:none!important}.products-grid-container{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:12px!important;gap:12px!important;padding:0 12px!important;width:100%!important;justify-content:stretch!important;align-items:start!important}.product-card,.products-grid-container>div{width:100%!important;min-width:0!important}.product-card{max-width:100%!important;border-radius:10px!important;display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}.product-card:hover{transform:none!important}.card-img-wrap{aspect-ratio:unset!important;height:130px!important}.card-body{padding:8px 10px 10px!important;gap:0!important}.card-brand{font-size:9px!important;letter-spacing:0!important}.product-card h2{font-size:11px!important;font-weight:700!important;line-height:1.25!important;min-height:unset!important;margin:2px 0 6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.card-body span{font-size:9px!important;padding:1px 5px!important}.card-body>div[style*=borderTop]>div{padding:3px!important}.card-price-row{margin-top:6px!important;padding-top:6px!important}.card-price{font-size:14px!important}.btn-buy{font-size:10px!important;padding:0 6px!important;height:22px!important}.btn-cart,.btn-cart-in{width:22px!important;height:22px!important}.prod-hero-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:80px!important}.prod-content-wrap{padding:10px 12px 24px!important}.prod-navbar-cats,.prod-navbar-contact,.prod-navbar-search{display:none!important}.prod-img-main{height:240px!important}.prod-buy-grid{flex-direction:column!important;gap:8px!important}.prod-buy-grid>button{flex:unset!important;width:100%!important}.prod-floating-chat{display:none!important}.mob-sticky-buy{display:block!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;border-top:1px solid #e4f0fa!important;box-shadow:0 -4px 20px rgba(0,60,140,.1)!important;z-index:300!important}.checkout-main-grid{grid-template-columns:1fr!important}.checkout-main-grid>div:last-child{position:static!important;order:-1}.checkout-form-grid{grid-template-columns:1fr!important}.checkout-form-grid>div[style*=gridColumn]{grid-column:unset!important}.checkout-main-grid label{gap:10px!important;padding:12px 14px!important}.checkout-main-grid label>span[style*="fontSize:22"]{font-size:18px!important}.mkt-block{flex-direction:column!important;gap:20px!important;margin-bottom:36px!important}.mkt-block-img{max-height:180px!important;overflow:hidden!important}.mkt-block-img,.mkt-block-img img{width:100%!important;border-radius:12px!important}.mkt-block-img img{height:180px!important;object-fit:cover!important}}@media (max-width:360px){.products-grid-container{gap:8px!important;padding:0 8px!important}.card-img-wrap{height:110px!important}.product-card h2{font-size:10px!important}.card-price{font-size:13px!important}}.prod-hero-grid{display:grid;grid-template-columns:1.2fr .85fr;grid-gap:24px;gap:24px;margin-bottom:72px;align-items:stretch}.prod-content-wrap{max-width:clamp(860px,82vw,1320px);margin:0 auto;padding:16px 24px 40px}.prod-navbar-search{flex:0 0 260px}.prod-navbar-cats{flex:1 1;display:flex;gap:1px;overflow-x:auto;scrollbar-width:none}.prod-navbar-contact{display:flex}