.ProductCard-module__gU0Cia__card{direction:rtl;background:#fff;border:1px solid #e8edf3;border-radius:24px;flex-direction:column;width:100%;min-width:0;height:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s,border-color .3s;animation:.45s both ProductCard-module__gU0Cia__cardEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.ProductCard-module__gU0Cia__card:hover{border-color:#0ea5e94d;transform:translateY(-6px);box-shadow:0 22px 55px #0f172a1a}@keyframes ProductCard-module__gU0Cia__cardEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ProductCard-module__gU0Cia__imageSection{background:linear-gradient(145deg,#f8fafc,#f1f5f9);padding:18px;position:relative}.ProductCard-module__gU0Cia__imageBox{background:#fff;border-radius:18px;justify-content:center;align-items:center;height:260px;text-decoration:none;display:flex;position:relative;overflow:hidden}.ProductCard-module__gU0Cia__productImage{object-fit:contain;width:100%;height:100%;padding:14px;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.ProductCard-module__gU0Cia__card:hover .ProductCard-module__gU0Cia__productImage{transform:scale(1.045)}.ProductCard-module__gU0Cia__favorite{z-index:5;color:#ef4444;cursor:pointer;background:#fffffff0;border:1px solid #e5e7eb;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font-size:17px;transition:transform .25s,background .25s,box-shadow .25s;display:grid;position:absolute;top:28px;left:28px;box-shadow:0 8px 22px #0f172a14}.ProductCard-module__gU0Cia__favorite:hover{background:#fff;transform:scale(1.08);box-shadow:0 10px 25px #0f172a1f}.ProductCard-module__gU0Cia__badges{z-index:4;flex-direction:column;align-items:flex-start;gap:7px;display:flex;position:absolute;top:28px;right:28px}.ProductCard-module__gU0Cia__categoryBadge,.ProductCard-module__gU0Cia__stockBadge,.ProductCard-module__gU0Cia__outStockBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;width:fit-content;padding:6px 10px;font-size:11px;font-weight:900;line-height:1.3}.ProductCard-module__gU0Cia__categoryBadge{color:#075985;background:#e0f2fef0;border:1px solid #bae6fd}.ProductCard-module__gU0Cia__stockBadge{color:#047857;background:#ecfdf5f0;border:1px solid #a7f3d0}.ProductCard-module__gU0Cia__outStockBadge{color:#b91c1c;background:#fef2f2f0;border:1px solid #fecaca}.ProductCard-module__gU0Cia__content{flex-direction:column;flex:1;padding:22px;display:flex}.ProductCard-module__gU0Cia__brand{color:#0ea5e9;letter-spacing:1.4px;margin-bottom:6px;font-size:9px;font-weight:900;display:block}.ProductCard-module__gU0Cia__title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:58px;margin:0;font-size:18px;font-weight:900;line-height:1.7;display:-webkit-box;overflow:hidden}.ProductCard-module__gU0Cia__title a{color:inherit;text-decoration:none;transition:color .25s}.ProductCard-module__gU0Cia__title a:hover{color:#0284c7}.ProductCard-module__gU0Cia__description{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:66px;margin:10px 0 0;font-size:13px;line-height:1.9;display:-webkit-box;overflow:hidden}.ProductCard-module__gU0Cia__colorSection{min-height:50px;margin-top:16px}.ProductCard-module__gU0Cia__colorLabel{color:#64748b;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.ProductCard-module__gU0Cia__colors{flex-wrap:wrap;align-items:center;gap:7px;min-height:28px;display:flex}.ProductCard-module__gU0Cia__colorDot{border:2px solid #fff;border-radius:50%;flex-shrink:0;width:22px;height:22px;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 0 0 1px #cbd5e1}.ProductCard-module__gU0Cia__colorDot:hover{transform:scale(1.18);box-shadow:0 0 0 2px #0ea5e940}.ProductCard-module__gU0Cia__moreColors{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;height:25px;padding:0 7px;font-size:10px;font-weight:800;display:flex}.ProductCard-module__gU0Cia__cardFooter{border-top:1px solid #eef2f7;margin-top:auto;padding-top:18px}.ProductCard-module__gU0Cia__priceBox{margin-bottom:16px}.ProductCard-module__gU0Cia__priceLabel{color:#94a3b8;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.ProductCard-module__gU0Cia__price{color:#0f172a;font-size:21px;font-weight:950}.ProductCard-module__gU0Cia__price small{color:#64748b;margin-right:3px;font-size:11px;font-weight:700}.ProductCard-module__gU0Cia__actions{grid-template-columns:minmax(0,1fr) 48px;gap:10px;display:grid}.ProductCard-module__gU0Cia__detailsBtn{color:#fff;background:linear-gradient(135deg,#0284c7,#06b6d4);border:none;border-radius:14px;justify-content:center;align-items:center;height:48px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:flex;box-shadow:0 10px 24px #0284c733}.ProductCard-module__gU0Cia__detailsBtn:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 15px 30px #0284c742}.ProductCard-module__gU0Cia__cartBtn{color:#0284c7;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;place-items:center;width:48px;height:48px;padding:0;font-size:17px;transition:transform .25s,background .25s,border-color .25s;display:grid}.ProductCard-module__gU0Cia__cartBtn:hover:not(:disabled){background:#dbeafe;border-color:#bfdbfe;transform:translateY(-2px)}.ProductCard-module__gU0Cia__cartBtn:disabled{opacity:.4;cursor:not-allowed}.ProductCard-module__gU0Cia__placeholder{color:#64748b;background:radial-gradient(circle at 50% 20%,#e0f2fe,#f8fafc);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.ProductCard-module__gU0Cia__placeholderIcon{font-size:34px}.ProductCard-module__gU0Cia__placeholder strong{color:#0f172a;font-size:20px}.ProductCard-module__gU0Cia__placeholder span{font-size:12px}.ProductCard-module__gU0Cia__imageBox:focus-visible,.ProductCard-module__gU0Cia__title a:focus-visible,.ProductCard-module__gU0Cia__detailsBtn:focus-visible,.ProductCard-module__gU0Cia__favorite:focus-visible,.ProductCard-module__gU0Cia__cartBtn:focus-visible{outline-offset:3px;outline:3px solid #0ea5e947}@media (max-width:1000px){.ProductCard-module__gU0Cia__imageBox{height:245px}.ProductCard-module__gU0Cia__content{padding:20px}.ProductCard-module__gU0Cia__title{font-size:17px}}@media (max-width:768px){.ProductCard-module__gU0Cia__card{border-radius:20px}.ProductCard-module__gU0Cia__imageSection{padding:14px}.ProductCard-module__gU0Cia__imageBox{border-radius:16px;height:240px}.ProductCard-module__gU0Cia__productImage{padding:12px}.ProductCard-module__gU0Cia__content{padding:18px}.ProductCard-module__gU0Cia__favorite{width:37px;height:37px;font-size:15px;top:23px;left:23px}.ProductCard-module__gU0Cia__badges{top:23px;right:23px}.ProductCard-module__gU0Cia__categoryBadge,.ProductCard-module__gU0Cia__stockBadge,.ProductCard-module__gU0Cia__outStockBadge{padding:5px 8px;font-size:9px}.ProductCard-module__gU0Cia__title{min-height:54px;font-size:17px}.ProductCard-module__gU0Cia__description{min-height:60px;font-size:12px}.ProductCard-module__gU0Cia__price{font-size:19px}}@media (max-width:480px){.ProductCard-module__gU0Cia__imageBox{height:225px}.ProductCard-module__gU0Cia__content{padding:16px}.ProductCard-module__gU0Cia__title{font-size:16px}.ProductCard-module__gU0Cia__actions{grid-template-columns:minmax(0,1fr) 45px;gap:8px}.ProductCard-module__gU0Cia__detailsBtn,.ProductCard-module__gU0Cia__cartBtn{height:45px}.ProductCard-module__gU0Cia__cartBtn{width:45px}}@media (prefers-reduced-motion:reduce){.ProductCard-module__gU0Cia__card,.ProductCard-module__gU0Cia__productImage,.ProductCard-module__gU0Cia__favorite,.ProductCard-module__gU0Cia__detailsBtn,.ProductCard-module__gU0Cia__cartBtn,.ProductCard-module__gU0Cia__colorDot,.ProductCard-module__gU0Cia__title a{transition:none!important;animation:none!important}.ProductCard-module__gU0Cia__card:hover,.ProductCard-module__gU0Cia__card:hover .ProductCard-module__gU0Cia__productImage,.ProductCard-module__gU0Cia__detailsBtn:hover,.ProductCard-module__gU0Cia__cartBtn:hover:not(:disabled),.ProductCard-module__gU0Cia__favorite:hover,.ProductCard-module__gU0Cia__colorDot:hover{transform:none}}
.ProductMega-module__cxMn7q__wrapper{width:100%}.ProductMega-module__cxMn7q__menu{background:#fff;border:1px solid #e7edf3;border-radius:20px;grid-template-columns:250px 1fr;width:min(1020px,94vw);min-height:410px;animation:.2s ProductMega-module__cxMn7q__megaOpen;display:grid;overflow:hidden;box-shadow:0 28px 75px #0f172a29}.ProductMega-module__cxMn7q__sidebar{background:linear-gradient(#f8fafc,#f3f6f9);border-left:1px solid #e9eef3;min-width:0;padding:10px 0;overflow-y:auto}.ProductMega-module__cxMn7q__mainItem{color:#3d4958;text-align:right;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:55px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:750;transition:background .18s,color .18s;display:flex;position:relative}.ProductMega-module__cxMn7q__mainItem:hover{color:#008fba;background:#fff}.ProductMega-module__cxMn7q__mainItemText{text-overflow:ellipsis;white-space:normal;flex:1;min-width:0;line-height:1.7;overflow:hidden}.ProductMega-module__cxMn7q__mainItem.ProductMega-module__cxMn7q__active{color:#028db8;background:#fff;font-weight:850}.ProductMega-module__cxMn7q__mainItem.ProductMega-module__cxMn7q__active:before{content:"";background:linear-gradient(#06b6d4,#0284c7);border-radius:0 6px 6px 0;width:4px;position:absolute;top:8px;bottom:8px;right:0}.ProductMega-module__cxMn7q__mainArrow{color:#9ba8b6;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:19px;transition:background .18s,color .18s,transform .18s;display:flex}.ProductMega-module__cxMn7q__mainItem:hover .ProductMega-module__cxMn7q__mainArrow,.ProductMega-module__cxMn7q__mainItem.ProductMega-module__cxMn7q__active .ProductMega-module__cxMn7q__mainArrow{color:#049bc7;background:#ecfbff}.ProductMega-module__cxMn7q__mainItem:hover .ProductMega-module__cxMn7q__mainArrow{transform:translate(-2px)}.ProductMega-module__cxMn7q__content{background:#fff;min-width:0;padding:25px 28px 30px}.ProductMega-module__cxMn7q__contentHeader{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:20px;min-height:72px;margin-bottom:22px;padding-bottom:18px;display:flex}.ProductMega-module__cxMn7q__headerInfo{min-width:0}.ProductMega-module__cxMn7q__headerLabel{color:#9aa6b4;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.ProductMega-module__cxMn7q__headerInfo h3{color:#162235;margin:0;font-size:19px;font-weight:900;line-height:1.7}.ProductMega-module__cxMn7q__viewAll{color:#028bb7;cursor:pointer;background:#f4fcff;border:1px solid #d8eef5;border-radius:11px;flex-shrink:0;align-items:center;gap:8px;min-height:40px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:800;transition:background .18s,border-color .18s,transform .18s;display:flex}.ProductMega-module__cxMn7q__viewAll:hover{background:#eafaff;border-color:#a6dfea;transform:translateY(-1px)}.ProductMega-module__cxMn7q__viewAllIcon{justify-content:center;align-items:center;font-size:15px;display:flex}.ProductMega-module__cxMn7q__groups{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:28px 36px;display:grid}.ProductMega-module__cxMn7q__group{min-width:0}.ProductMega-module__cxMn7q__groupTitle{color:#1c293b;text-align:right;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:100%;min-height:34px;margin-bottom:8px;padding:3px 0;font-family:inherit;font-size:13px;font-weight:900;transition:color .18s;display:flex}.ProductMega-module__cxMn7q__groupTitle:hover{color:#0297c3}.ProductMega-module__cxMn7q__line{background:linear-gradient(#06b6d4,#0284c7);border-radius:5px;flex-shrink:0;width:4px;height:18px}.ProductMega-module__cxMn7q__groupTitleText{flex:1;min-width:0;line-height:1.8}.ProductMega-module__cxMn7q__groupArrow{color:#9aa6b2;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:color .18s,transform .18s;display:flex}.ProductMega-module__cxMn7q__groupTitle:hover .ProductMega-module__cxMn7q__groupArrow{color:#0398c5;transform:translate(-2px)}.ProductMega-module__cxMn7q__grandList{flex-direction:column;gap:1px;display:flex}.ProductMega-module__cxMn7q__grandItem{color:#6f7a89;text-align:right;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;min-height:34px;padding:5px 13px 5px 8px;font-family:inherit;font-size:12px;font-weight:550;transition:background .18s,color .18s,padding .18s;position:relative}.ProductMega-module__cxMn7q__grandItem:before{content:"";background:#cbd5e1;border-radius:50%;width:4px;height:4px;transition:background .18s,transform .18s;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.ProductMega-module__cxMn7q__grandItem:hover{color:#028bb7;background:#f3fbfd;padding-right:17px}.ProductMega-module__cxMn7q__grandItem:hover:before{background:#06a8d4;transform:translateY(-50%)scale(1.4)}.ProductMega-module__cxMn7q__empty{color:#94a3b8;text-align:center;grid-column:1/-1;justify-content:center;align-items:center;min-height:180px;padding:20px;font-size:12px;line-height:1.9;display:flex}.ProductMega-module__cxMn7q__sidebar::-webkit-scrollbar{width:5px}.ProductMega-module__cxMn7q__sidebar::-webkit-scrollbar-track{background:0 0}.ProductMega-module__cxMn7q__sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}@keyframes ProductMega-module__cxMn7q__megaOpen{0%{opacity:0;transform:translateY(-6px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1050px){.ProductMega-module__cxMn7q__menu{grid-template-columns:220px 1fr;width:min(880px,94vw)}.ProductMega-module__cxMn7q__groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}}@media (max-width:768px){.ProductMega-module__cxMn7q__menu{border-radius:15px;grid-template-columns:1fr;width:100%;max-height:calc(100vh - 115px);overflow-y:auto}.ProductMega-module__cxMn7q__sidebar{border-bottom:1px solid #e9eef3;border-left:0;gap:5px;padding:8px;display:flex;overflow-x:auto}.ProductMega-module__cxMn7q__mainItem{border-radius:10px;width:auto;min-width:max-content;min-height:42px;padding:0 13px;font-size:11px}.ProductMega-module__cxMn7q__mainItem.ProductMega-module__cxMn7q__active:before{display:none}.ProductMega-module__cxMn7q__mainItem.ProductMega-module__cxMn7q__active{background:#eafaff}.ProductMega-module__cxMn7q__mainArrow{display:none}.ProductMega-module__cxMn7q__content{padding:18px 14px 22px}.ProductMega-module__cxMn7q__contentHeader{gap:10px;min-height:58px;margin-bottom:17px;padding-bottom:13px}.ProductMega-module__cxMn7q__headerInfo h3{font-size:15px}.ProductMega-module__cxMn7q__headerLabel{font-size:9px}.ProductMega-module__cxMn7q__viewAll{min-height:36px;padding:0 10px;font-size:9px}.ProductMega-module__cxMn7q__groups{grid-template-columns:1fr;gap:21px}.ProductMega-module__cxMn7q__groupTitle{font-size:12px}.ProductMega-module__cxMn7q__grandItem{font-size:11px}}@media (max-width:480px){.ProductMega-module__cxMn7q__contentHeader{flex-direction:column;align-items:flex-start}.ProductMega-module__cxMn7q__viewAll{justify-content:space-between;width:100%}}
.ShopHeader-module__HgHPrq__shopHeader{z-index:50;direction:rtl;width:min(1440px,100% - 48px);margin:22px auto 0;position:relative}.ShopHeader-module__HgHPrq__shopNav{background:#fff;border:1px solid #e7edf3;border-radius:22px;grid-template-columns:minmax(250px,290px) 1fr minmax(300px,390px);align-items:center;gap:24px;min-height:92px;padding:14px;display:grid;box-shadow:0 14px 40px #0f172a0f}.ShopHeader-module__HgHPrq__categoryArea{position:relative}.ShopHeader-module__HgHPrq__categoryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7,#0ea5e9);border:none;border-radius:16px;align-items:center;gap:12px;width:100%;height:62px;padding:0 16px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 10px 25px #0284c733}.ShopHeader-module__HgHPrq__categoryBtn:hover,.ShopHeader-module__HgHPrq__categoryBtnOpen{transform:translateY(-2px);box-shadow:0 15px 32px #0284c745}.ShopHeader-module__HgHPrq__categoryIcon{background:#ffffff29;border-radius:11px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:21px;display:grid}.ShopHeader-module__HgHPrq__categoryText{flex-direction:column;flex:1;align-items:flex-start;gap:1px;display:flex}.ShopHeader-module__HgHPrq__categoryText small{color:#ffffffb8;font-size:10px;font-weight:600}.ShopHeader-module__HgHPrq__categoryText strong{color:#fff;font-size:14px;font-weight:900}.ShopHeader-module__HgHPrq__arrow{place-items:center;font-size:20px;transition:transform .3s;display:grid}.ShopHeader-module__HgHPrq__rotate{transform:rotate(180deg)}.ShopHeader-module__HgHPrq__megaWrapper{z-index:100;background:#fff;border:1px solid #e6edf4;border-radius:22px;width:min(950px,80vw);animation:.22s ShopHeader-module__HgHPrq__menuOpen;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 28px 80px #0f172a2e}@keyframes ShopHeader-module__HgHPrq__menuOpen{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ShopHeader-module__HgHPrq__breadcrumb{color:#94a3b8;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-width:0;font-size:13px;display:flex}.ShopHeader-module__HgHPrq__breadcrumb button{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:5px;font-family:inherit;font-size:13px;transition:color .2s;display:inline-flex}.ShopHeader-module__HgHPrq__breadcrumb button:hover{color:#0284c7}.ShopHeader-module__HgHPrq__homeLink svg{font-size:15px}.ShopHeader-module__HgHPrq__separator{color:#cbd5e1}.ShopHeader-module__HgHPrq__breadcrumb strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:210px;font-weight:900;overflow:hidden}.ShopHeader-module__HgHPrq__searchBox{background:#f8fafc;border:1px solid #dfe7ef;border-radius:16px;align-items:center;gap:8px;height:56px;padding:5px 5px 5px 14px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.ShopHeader-module__HgHPrq__searchBox:focus-within{background:#fff;border-color:#38bdf8;box-shadow:0 0 0 4px #38bdf81a}.ShopHeader-module__HgHPrq__searchIcon{color:#64748b;flex-shrink:0;font-size:20px}.ShopHeader-module__HgHPrq__searchBox input{color:#0f172a;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;font-family:inherit;font-size:13px}.ShopHeader-module__HgHPrq__searchBox input::placeholder{color:#94a3b8}.ShopHeader-module__HgHPrq__searchBox button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;flex-shrink:0;height:44px;padding:0 17px;font-family:inherit;font-size:12px;font-weight:900;transition:background .2s,transform .2s}.ShopHeader-module__HgHPrq__searchBox button:hover{background:#0284c7;transform:translateY(-1px)}@media (max-width:1050px){.ShopHeader-module__HgHPrq__shopNav{grid-template-columns:minmax(220px,280px) 1fr;gap:14px}.ShopHeader-module__HgHPrq__breadcrumb{display:none}.ShopHeader-module__HgHPrq__megaWrapper{width:min(850px,90vw)}}@media (max-width:700px){.ShopHeader-module__HgHPrq__shopHeader{width:calc(100% - 24px);margin-top:14px}.ShopHeader-module__HgHPrq__shopNav{border-radius:18px;flex-direction:column;align-items:stretch;min-height:auto;padding:10px;display:flex}.ShopHeader-module__HgHPrq__categoryBtn{height:56px}.ShopHeader-module__HgHPrq__searchBox{width:100%;height:52px}.ShopHeader-module__HgHPrq__megaWrapper{border-radius:18px;width:auto;max-height:calc(100vh - 110px);position:fixed;top:90px;left:12px;right:12px;overflow-y:auto}}
.FilterDrawer-module__G8tj8q__filterBar{direction:rtl;background:#fff;border:1px solid #e7edf3;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;width:min(1440px,100% - 48px);min-height:74px;margin:18px auto 0;padding:12px 14px 12px 22px;display:flex;box-shadow:0 10px 30px #0f172a0b}.FilterDrawer-module__G8tj8q__filterBarText{flex-direction:column;gap:4px;display:flex}.FilterDrawer-module__G8tj8q__filterBarText strong{color:#0f172a;font-size:14px;font-weight:900}.FilterDrawer-module__G8tj8q__filterBarText span{color:#94a3b8;font-size:11px}.FilterDrawer-module__G8tj8q__filterBtn{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #dbe7f0;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-width:185px;height:50px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:900;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.FilterDrawer-module__G8tj8q__filterBtn>svg{color:#0284c7;font-size:20px}.FilterDrawer-module__G8tj8q__filterBtn:hover{background:#f0f9ff;border-color:#7dd3fc;transform:translateY(-1px)}.FilterDrawer-module__G8tj8q__filterCount{color:#fff;background:#0284c7;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:10px;display:grid}.FilterDrawer-module__G8tj8q__overlay{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#020a198c;position:fixed;inset:0}.FilterDrawer-module__G8tj8q__drawer{z-index:9999;direction:rtl;background:#f8fafc;flex-direction:column;width:min(470px,100%);height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-25px 0 70px #020a1933}.FilterDrawer-module__G8tj8q__header{background:#fff;border-bottom:1px solid #e7edf3;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;min-height:92px;padding:18px 22px;display:flex}.FilterDrawer-module__G8tj8q__titleBox{align-items:center;gap:12px;display:flex}.FilterDrawer-module__G8tj8q__titleIcon{color:#0284c7;background:linear-gradient(135deg,#e0f2fe,#ecfeff);border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.FilterDrawer-module__G8tj8q__titleBox h3{color:#0f172a;margin:0 0 4px;font-size:18px;font-weight:950}.FilterDrawer-module__G8tj8q__titleBox p{color:#94a3b8;margin:0;font-size:10px}.FilterDrawer-module__G8tj8q__closeBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:23px;transition:background .2s,color .2s;display:grid}.FilterDrawer-module__G8tj8q__closeBtn:hover{color:#dc2626;background:#fef2f2}.FilterDrawer-module__G8tj8q__content{flex:1;padding:18px;overflow-y:auto}.FilterDrawer-module__G8tj8q__content::-webkit-scrollbar{width:5px}.FilterDrawer-module__G8tj8q__content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.FilterDrawer-module__G8tj8q__section{background:#fff;border:1px solid #e7edf3;border-radius:18px;margin-bottom:14px;padding:19px;box-shadow:0 7px 20px #0f172a06}.FilterDrawer-module__G8tj8q__sectionTitle{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.FilterDrawer-module__G8tj8q__sectionTitle>div{align-items:center;gap:9px;display:flex}.FilterDrawer-module__G8tj8q__sectionTitle h4{color:#172033;align-items:center;gap:7px;margin:0;font-size:13px;font-weight:900;display:flex}.FilterDrawer-module__G8tj8q__sectionTitle h4 svg{color:#0284c7}.FilterDrawer-module__G8tj8q__step{color:#0284c7;background:#f0f9ff;border-radius:8px;place-items:center;min-width:28px;height:25px;font-size:9px;font-weight:900;display:grid}.FilterDrawer-module__G8tj8q__clearSmall{color:#ef4444;cursor:pointer;background:0 0;border:0;font-family:inherit;font-size:10px}.FilterDrawer-module__G8tj8q__sortGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.FilterDrawer-module__G8tj8q__sortGrid button{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;justify-content:center;align-items:center;gap:5px;min-height:43px;padding:8px;font-family:inherit;font-size:11px;font-weight:800;display:flex}.FilterDrawer-module__G8tj8q__sortGrid button svg{font-size:14px}.FilterDrawer-module__G8tj8q__sortGrid .FilterDrawer-module__G8tj8q__activeSort{color:#0369a1;background:#f0f9ff;border-color:#7dd3fc}.FilterDrawer-module__G8tj8q__stockRow{text-align:right;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:0;font-family:inherit;display:flex}.FilterDrawer-module__G8tj8q__stockRow>div{flex-direction:column;gap:4px;display:flex}.FilterDrawer-module__G8tj8q__stockRow strong{color:#172033;font-size:13px}.FilterDrawer-module__G8tj8q__stockRow>div>span{color:#94a3b8;font-size:10px}.FilterDrawer-module__G8tj8q__switch{background:#e2e8f0;border-radius:999px;flex-shrink:0;width:47px;height:27px;padding:3px;transition:background .25s;position:relative}.FilterDrawer-module__G8tj8q__switch>span{background:#fff;border-radius:50%;width:21px;height:21px;transition:transform .25s;position:absolute;top:3px;right:3px;box-shadow:0 2px 7px #0f172a26}.FilterDrawer-module__G8tj8q__switchActive{background:#0ea5e9}.FilterDrawer-module__G8tj8q__switchActive>span{transform:translate(-20px)}.FilterDrawer-module__G8tj8q__categories{flex-direction:column;gap:7px;display:flex}.FilterDrawer-module__G8tj8q__categories>button{color:#475569;text-align:right;cursor:pointer;background:#fff;border:1px solid #e7edf3;border-radius:11px;align-items:center;gap:10px;width:100%;min-height:43px;padding:8px 11px;font-family:inherit;font-size:11px;font-weight:750;transition:background .2s,border-color .2s,color .2s;display:flex}.FilterDrawer-module__G8tj8q__categories>button:hover{background:#f8fcff;border-color:#bae6fd}.FilterDrawer-module__G8tj8q__categoryCheck{color:#fff;border:1px solid #cbd5e1;border-radius:6px;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:13px;display:grid}.FilterDrawer-module__G8tj8q__categories .FilterDrawer-module__G8tj8q__activeCategory{color:#075985;background:#f0f9ff;border-color:#7dd3fc}.FilterDrawer-module__G8tj8q__activeCategory .FilterDrawer-module__G8tj8q__categoryCheck{background:#0284c7;border-color:#0284c7}.FilterDrawer-module__G8tj8q__usageGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.FilterDrawer-module__G8tj8q__usageGrid button{color:#475569;text-align:right;cursor:pointer;background:#fff;border:1px solid #e7edf3;border-radius:12px;align-items:center;gap:9px;min-height:48px;padding:8px 10px;font-family:inherit;font-size:10px;font-weight:800;transition:border-color .2s,background .2s;display:flex}.FilterDrawer-module__G8tj8q__usageGrid button:hover{border-color:#bae6fd}.FilterDrawer-module__G8tj8q__usageIcon{background:#f1f5f9;border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:15px;display:grid}.FilterDrawer-module__G8tj8q__usageGrid .FilterDrawer-module__G8tj8q__activeUsage{color:#075985;background:#f0f9ff;border-color:#7dd3fc}.FilterDrawer-module__G8tj8q__activeUsage .FilterDrawer-module__G8tj8q__usageIcon{background:#e0f2fe}.FilterDrawer-module__G8tj8q__moreBtn{color:#0284c7;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:10px;padding:7px;font-family:inherit;font-size:10px;font-weight:800;display:flex}.FilterDrawer-module__G8tj8q__moreBtn svg{transition:transform .25s}.FilterDrawer-module__G8tj8q__chevronOpen{transform:rotate(180deg)}.FilterDrawer-module__G8tj8q__priceBox{background:#f8fafc;border:1px solid #e7edf3;border-radius:14px;overflow:hidden}.FilterDrawer-module__G8tj8q__priceValues{grid-template-columns:1fr 1px 1fr;align-items:center;gap:12px;min-height:80px;padding:13px;display:grid}.FilterDrawer-module__G8tj8q__priceValues>div{text-align:center;flex-direction:column;gap:3px;display:flex}.FilterDrawer-module__G8tj8q__priceValues span{color:#94a3b8;font-size:9px}.FilterDrawer-module__G8tj8q__priceValues strong{color:#0f172a;font-size:14px;font-weight:950}.FilterDrawer-module__G8tj8q__priceValues small{color:#64748b;font-size:9px}.FilterDrawer-module__G8tj8q__priceDivider{background:#e2e8f0;width:1px;height:38px}.FilterDrawer-module__G8tj8q__rangeGroup{background:#fff;border-top:1px solid #e7edf3;padding:13px}.FilterDrawer-module__G8tj8q__rangeGroup label{color:#94a3b8;margin:5px 0;font-size:9px;display:block}.FilterDrawer-module__G8tj8q__rangeGroup input{accent-color:#0284c7;cursor:pointer;width:100%}.FilterDrawer-module__G8tj8q__footer{background:#fff;border-top:1px solid #e7edf3;flex-shrink:0;grid-template-columns:120px 1fr;gap:10px;min-height:82px;padding:14px 18px;display:grid;box-shadow:0 -10px 30px #0f172a0a}.FilterDrawer-module__G8tj8q__footer button{cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:7px;height:52px;font-family:inherit;font-size:12px;font-weight:900;display:flex}.FilterDrawer-module__G8tj8q__resetBtn{color:#64748b;background:#fff;border:1px solid #e2e8f0}.FilterDrawer-module__G8tj8q__applyBtn{color:#fff;background:linear-gradient(135deg,#0284c7,#06b6d4);border:0;box-shadow:0 10px 25px #0284c733}@media (max-width:650px){.FilterDrawer-module__G8tj8q__filterBar{width:calc(100% - 24px);min-height:auto;margin-top:12px;padding:10px}.FilterDrawer-module__G8tj8q__filterBarText{display:none}.FilterDrawer-module__G8tj8q__filterBtn{width:100%}.FilterDrawer-module__G8tj8q__drawer{border-radius:24px 24px 0 0;width:100%;height:92dvh;top:8%}.FilterDrawer-module__G8tj8q__header{min-height:80px;padding:14px 16px}.FilterDrawer-module__G8tj8q__content{padding:12px}.FilterDrawer-module__G8tj8q__section{padding:15px}.FilterDrawer-module__G8tj8q__footer{grid-template-columns:105px 1fr;padding:10px 12px}}
.products-module__NgJ9jW__productsPage{color:#0f172a;direction:rtl;background:radial-gradient(circle at 85% 0,#0ea5e914,#0000 28%),radial-gradient(circle at 10% 25%,#2dd4bf0f,#0000 25%),#f6f8fb;min-height:100vh;padding-bottom:90px}.products-module__NgJ9jW__seoIntro{color:#fff;background:linear-gradient(125deg,#061b3a 0%,#072f61 48%,#075985 100%);border:1px solid #ffffff1f;border-radius:28px;width:min(1440px,100% - 48px);max-width:none;margin:34px auto 18px;padding:42px 48px;position:relative;overflow:hidden;box-shadow:0 22px 60px #0f172a24}.products-module__NgJ9jW__seoIntro:before{content:"";filter:blur(20px);background:#22d3ee29;border-radius:50%;width:360px;height:360px;position:absolute;top:-170px;left:-120px}.products-module__NgJ9jW__seoIntro:after{content:"";filter:blur(18px);background:#2dd4bf2b;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-190px;right:15%}.products-module__NgJ9jW__seoIntro h1{z-index:2;color:#fff;max-width:900px;margin:0 0 14px;font-size:clamp(29px,3vw,44px);font-weight:950;line-height:1.55;position:relative}.products-module__NgJ9jW__seoIntro p{z-index:2;color:#ebf5ffd1;max-width:1000px;margin:0;font-size:15px;line-height:2.1;position:relative}.products-module__NgJ9jW__productsGrid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:22px;width:min(1440px,100% - 48px);margin:34px auto 0;display:grid}.products-module__NgJ9jW__productsGrid>*{width:100%;min-width:0;height:100%;transition:transform .3s,filter .3s}.products-module__NgJ9jW__productsGrid>:hover{transform:translateY(-4px)}.products-module__NgJ9jW__emptyProducts{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;grid-column:1/-1;justify-content:center;align-items:center;min-height:320px;padding:55px 30px;font-size:16px;display:flex;box-shadow:0 15px 45px #0f172a0d}.products-module__NgJ9jW__seoContent{text-align:right;direction:rtl;background:#fff;border:1px solid #e5eaf0;border-radius:28px;width:min(1180px,100% - 48px);margin:90px auto 20px;padding:45px 52px;box-shadow:0 18px 55px #0f172a0f}.products-module__NgJ9jW__seoContent h2{color:#0b2447;margin:36px 0 13px;padding-right:18px;font-size:clamp(21px,2vw,27px);font-weight:900;position:relative}.products-module__NgJ9jW__seoContent h2:first-child{margin-top:0}.products-module__NgJ9jW__seoContent h2:before{content:"";background:linear-gradient(#0ea5e9,#14b8a6);border-radius:999px;width:5px;height:24px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.products-module__NgJ9jW__seoContent p{color:#526172;margin:0;font-size:15px;line-height:2.15}.products-module__NgJ9jW__detailPage{width:min(1320px,100% - 48px);margin:36px auto;padding:0}.products-module__NgJ9jW__detailContainer{background:#fff;border:1px solid #e6ebf1;border-radius:30px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:55px;padding:42px;display:grid;box-shadow:0 24px 70px #0f172a14}.products-module__NgJ9jW__detailImage{background:linear-gradient(145deg,#f8fafc,#eef5fb);border-radius:24px;justify-content:center;align-items:center;min-height:480px;padding:34px;display:flex}.products-module__NgJ9jW__detailImage img{object-fit:contain;border-radius:18px;width:100%;max-height:450px;display:block}.products-module__NgJ9jW__detailInfo{direction:rtl}.products-module__NgJ9jW__detailInfo h1{color:#081a33;margin:0 0 18px;font-size:clamp(26px,3vw,38px);font-weight:950;line-height:1.55}.products-module__NgJ9jW__detailInfo p{color:#64748b;margin:0;font-size:15px;line-height:2.1}.products-module__NgJ9jW__price{color:#0369a1;margin-top:25px;font-size:27px;font-weight:950}.products-module__NgJ9jW__backBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7,#06b6d4);border:0;border-radius:14px;height:50px;margin-top:30px;padding:0 24px;font-size:14px;font-weight:900;transition:transform .25s,box-shadow .25s;box-shadow:0 12px 30px #0284c738}.products-module__NgJ9jW__backBtn:hover{transform:translateY(-2px);box-shadow:0 17px 38px #0284c747}@media (max-width:1250px){.products-module__NgJ9jW__productsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:950px){.products-module__NgJ9jW__productsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.products-module__NgJ9jW__detailContainer{grid-template-columns:1fr;gap:30px}.products-module__NgJ9jW__detailImage{min-height:380px}}@media (max-width:650px){.products-module__NgJ9jW__productsPage{padding-bottom:55px}.products-module__NgJ9jW__seoIntro{border-radius:22px;width:calc(100% - 24px);margin-top:18px;padding:28px 22px}.products-module__NgJ9jW__seoIntro h1{font-size:25px}.products-module__NgJ9jW__seoIntro p{font-size:14px;line-height:2}.products-module__NgJ9jW__productsGrid{grid-template-columns:1fr;gap:18px;width:calc(100% - 24px);margin-top:24px}.products-module__NgJ9jW__seoContent{border-radius:22px;width:calc(100% - 24px);margin-top:55px;padding:28px 22px}.products-module__NgJ9jW__seoContent h2{font-size:21px}.products-module__NgJ9jW__seoContent p{font-size:14px}.products-module__NgJ9jW__detailPage{width:calc(100% - 24px);margin:20px auto}.products-module__NgJ9jW__detailContainer{border-radius:22px;padding:20px}.products-module__NgJ9jW__detailImage{min-height:300px;padding:20px}.products-module__NgJ9jW__price{font-size:23px}}
