@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-UltraLight.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Thin.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-DemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:yekan;src:url(/font/IRANYekanXFaNum-Heavy.woff2) format("woff2");font-weight:950;font-style:normal;font-display:swap}:root{--bgClr:#ffffff;--primaryClr:#1d4055;--clrF:#ffffff;--yellowClr:#dac310;--redClr:#eb1652;--greenClr:#079707;--greenClr2:#1ec653;--clrF0:#f0eeee;--clrPrimary2:#fef3e2;--clrDA:#daa857;--clr88Op78:#88888878;--clrFE:#fef3e2;--clr0:#000000;--clr05:#051855;--clrF7:#f7f7f7;--clr1D:#1d4055;--clrDGrey:#dadada;--clrF5:#f5f5f5;--clrF3:#f3f3f3;--clrD7:#d7d7d7;--clrD9:#d9d9d9;--clrF6:#f6f6f6;--clrF8:#f8f8f8;--clrEC:#ececec;--clr7:#777777;--clrF4:#f4f4f4;--clr0D:#0d161f;--clrFCC:#ffffffcc;--clrED:#edecec;--clrDD:#dddcdc;--clr9C:#9c9c9c;--blackOp12:#00000012;--brownClr:#6d2932;--clrF2E:#f2e1c8;--clrE0:#e0e0e0;--clrF9:#f9f9f9;--greenClr:#60af56;--clrD:#dddddd;--clrE8:#e8e8e8;--clr45:#45474b;--clr37:#373435;--clrE6:#e6e6e6;--clrD8:#d8d8d8;--clrE7:#e7e7e7;--clrE4:#e4e4e4;--clrFOp82:#ffffffb2;--blackOp06:#00000006;--clrA3:#a3a3a3;--clrRedC9:#c92e2e;--clrRedD9:#d94446;--clr65:#656565;--clr9E:#9e9e9e;--clrBlue2:#398cbe;--clrDE:#dedede;--blackOp33:#00000033;--blackOp80:#00000080;--clrC:#cccccc;--clrBF:#bfbfbf}body,html{background-color:var(--bgClr);max-width:100vw;min-width:330px;overflow-x:clip;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:rtl}*,body,html{font-family:yekan,Arial,Helvetica,sans-serif;box-sizing:border-box}*{padding:0;margin:0;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.container{width:92%;margin:0 auto;max-width:1350px}.flex{display:flex}.flexCol{flex-direction:column}.grid{display:-moz-grid;display:grid}.flexCenter{justify-content:center;align-items:center}.justifyBetween{justify-content:space-between}.alignCenter{align-items:center}.rel{position:relative}button{outline:none;border:none;background-color:transparent;cursor:pointer}.hideText{font-size:0;color:transparent}fieldset{outline:none;border:none}.centerFit{object-fit:cover;object-position:center}.customScrollBar::-webkit-scrollbar{width:3px}.customScrollBar::-webkit-scrollbar-track{background:var(--clrD9)}.customScrollBar::-webkit-scrollbar-thumb{background:var(--clr9C)}.customScrollBar::-webkit-scrollbar-thumb:hover{background:var(--clr7)}@-moz-document url-prefix(){.customScrollBar{scrollbar-width:thin;scrollbar-color:var(--clr9C) var(--clrD9)}}.alertHolder{position:fixed;z-index:1000;right:15px;top:80px;pointer-events:none}body:has(.profileMainGrid) .alertHolder{right:unset;left:15px}.alertDiv{background-color:var(--primaryClr);padding:15px;border-radius:7px;box-shadow:0 0 15px var(--primaryClr);display:flex;align-items:center;gap:5px;animation:showAlertAnim .3s;transition:transform .3s,opacity .3s}.alertDiv.hideAlertDiv{opacity:0;transform:translateX(20px)}.alertMessage{font-size:14px;font-weight:500;color:var(--clrF)}.alertDiv .errorIcon{color:var(--redClr);width:18px;height:18px}.alertDiv .checkedIcon{color:var(--greenClr);width:18px;height:18px}.alertDiv .warningIcon{color:var(--yellowClr);width:18px;height:18px}@keyframes showAlertAnim{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media screen and (min-width:768px){.alertHolder{top:100px}}@media screen and (min-width:1350px){.alertHolder{right:calc((100% - 1350px) / 2 + 15px)}body:has(.profileMainGrid) .alertHolder{left:calc((100% - 1350px) / 2 + 15px - 50px)}}header{position:-webkit-sticky;position:sticky;top:0;z-index:800;background-color:var(--clrF);border-bottom:1px solid var(--clrF0);padding:30px 0 10px}.showNavBtn{height:36px;width:36px;border-radius:8px;background-color:var(--clrPrimary2)}.showNavBtn svg{height:17px;width:21px}.headerRow1LeftDiv{gap:5px}.headerCartBtn{height:36px;width:36px;border-radius:8px;border:1px solid var(--primaryClr)}.headerUserLink{height:36px;width:36px;background-color:var(--clrDA);justify-content:center;align-items:center;border-radius:8px}.headerUserLink span{display:none}.mobileFullNavCloserBtn{position:fixed;left:0;top:0;width:100%;height:100vh;height:100dvh;background-color:var(--clr88Op78);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:850;opacity:0;pointer-events:none;transition:opacity .3s}.mobileFullNavCloserBtn.showNavCloser{opacity:1;pointer-events:unset}.nav{position:fixed;right:0;top:0;height:100vh;height:100dvh;background-color:var(--clrF);width:80%;max-width:350px;z-index:855;padding:40px 25px 30px;border-radius:30px 0 0 30px;opacity:0;transition:transform .3s,opacity 0s .3s;pointer-events:none;transform:translateX(100%)}.nav.activeNav{transform:none;transition:transform .3s;pointer-events:unset;opacity:1}.navCloserMobileBtn{align-self:flex-end}.headerRow2Container{flex-direction:column;margin-top:40px;padding:0 10px;height:100%}.showMegaMenuBtn{padding:10px 10px 10px 20px;background-color:var(--primaryClr);border-radius:8px;color:var(--clrF);gap:10px}.showMegaMenuBtn .menuIcon{display:none}.showMegaMenuBtn .arrowSvg{margin-right:auto;transition:transform .3s}.showMegaMenuBtn.toggle .arrowSvg{transform:rotate(180deg)}.megaListHolderDiv{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.headerMegaMenuContainer.toggleCatList .megaListHolderDiv{transition:max-height .3s ease-in;max-height:450px}.megaListDiv{background-color:var(--clrFE);border-radius:8px;padding:10px 20px;margin-top:7px}.megaListItem{font-weight:700;font-size:12px;line-height:100%;gap:5px;color:var(--primaryClr);padding:6px 0}.megaListItem .areaIcon{height:22px;width:22px}.megaListItem .arrowSvg{height:10px;width:10px;margin-right:auto}.headerNavLinkList{flex-direction:column;margin-top:15px;padding:0 7px}.navLinkItem{padding:15px 0;border-bottom:1px solid var(--clrF0);font-weight:400;font-size:15px;line-height:100%;color:var(--primaryClr)}.navLinkItem:last-child{border-bottom:none}.navCallItem{margin-top:auto;align-self:center;gap:10px}.navText{font-weight:400;font-size:16px;letter-spacing:0;color:var(--clr0);display:flex;align-items:center;gap:3px}.navText,.navText span{line-height:100%;font-family:yekan}.navText span{font-weight:300;font-size:10px;color:var(--clr05)}@media screen and (min-width:968px){header{padding:0}.headerRow1{padding:20px 0 10px}.nav{position:unset;transform:none;opacity:1;transition:none;pointer-events:unset;width:100%;height:-moz-fit-content;height:fit-content;flex-direction:column;max-width:unset;border-radius:0;padding:7px 0;margin-top:10px;background-color:var(--clrF7)}.navCloserMobileBtn,.showNavBtn{display:none}.headerRow2Container{width:94%;margin:0 auto;max-width:1350px;flex-direction:row;align-items:center;padding:0}.headerMegaMenuContainer{position:relative}.headerMegaMenuContainer .megaListHolderDiv{position:absolute;top:30px;pointer-events:none;transform:translateY(20px);opacity:0;width:100%;transition:opacity .3s,transform .3s!important}.headerMegaMenuContainer:hover .megaListHolderDiv{opacity:1;transform:translateY(0);pointer-events:unset}.megaListDiv{margin-top:18px}.headerNavLinkList{flex-direction:row;margin:0 15px 0 0;gap:0}.showMegaMenuBtn{pointer-events:none;background-color:var(--clrF);color:var(--clr0)}.showMegaMenuBtn .arrowSvg{transform:rotate(0)!important;margin-right:20px}.showMegaMenuBtn .menuIcon{display:block}.navCallItem{margin:0 auto 0 0}.navLinkItem{padding:5px 15px;border-bottom:none;position:relative;color:var(--clr0);border-left:1px solid #d9d9d966}.navLinkItem:after{content:"";width:70%;height:1px;position:absolute;left:50%;bottom:-14px;background-color:var(--primaryClr);pointer-events:none;opacity:0;transition:opacity .3s;transform:translateX(-50%)}.navLinkItem:hover:after{opacity:.6}.navLinkItem:last-child{border-left:none}.megaListItem{transition:color .3s}.megaListItem:hover{color:var(--clrDA)}.megaListItem:hover img{filter:brightness(75%) saturate(100%) invert(75%) sepia(28%) saturate(718%) hue-rotate(10deg) contrast(89%)}.headerRow1LeftDiv{gap:7px}.headerUserLink{width:-moz-fit-content;width:fit-content;padding:0 10px;font-weight:700;font-size:15px;color:var(--clrF);gap:10px}.headerUserLink span{display:block}}@media screen and (min-width:1150px){.showMegaMenuBtn .arrowSvg{margin-right:40px}.navLinkItem{padding:5px 30px}}footer{background-color:var(--clr1D);margin-top:80px}.footerContainer{margin-bottom:30px}.scrollToTopDiv{position:relative;transform:translateY(-2px)}.scrollToTopDiv>svg{transform:translateX(2px)}.scrolToTopBtn{position:absolute;left:50%;top:0;width:50px;height:50px;background-color:var(--clrDA);border-radius:50%;transform:translate(-50%,-50%);z-index:10}.footerGrid{gap:30px;margin-top:40px}.footerHomeLink{margin:0 auto}.footerDesc{font-family:yekan;font-weight:400;font-style:Regular;font-size:12px;line-height:25px;text-align:center;color:var(--clrFCC);margin-top:10px}.footerLinkGrid{grid-template-columns:1fr 1fr;gap:25px 0;margin-top:50px}.footerGridRow{gap:12px}.footerGridLicenceRow{position:relative;padding-right:45px}.footerGridRow:nth-child(odd){border-left:1px solid #ffffff40}.licenceText{font-weight:400;font-style:Regular;font-size:22px;line-height:33px;color:var(--clrF);position:absolute;height:30px;right:40px;top:0;transform:rotate(270deg) translate(-50%,90px);font-family:Yekan;display:flex;justify-content:center;align-items:flex-end;white-space:nowrap}.licenceList{gap:8px}.licenceRow{width:65px;height:53px;border-radius:13px;background-color:var(--clrF7);position:relative}.footerLicenceImg{width:100%;height:100%;padding:5px;object-fit:contain;object-position:center}.licenceLink{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:6}.footerGridRow:nth-child(2n){padding-right:50px}.footerGridRowTitle{font-weight:900;font-style:Black;font-size:15px;line-height:30px;color:var(--clrF)}.footerGridRowLink{padding-right:17px;position:relative;font-weight:400;font-style:Regular;font-size:15px;color:var(--clrFCC);width:-moz-fit-content;width:fit-content;padding-left:10px}.footerGridRowLink:before{content:"";width:6px;height:6px;background-color:var(--clrF);transform:rotate(45deg);position:absolute;right:0;top:10px}.feedTitle{font-weight:900;font-style:Black;font-size:14px;color:var(--clrF)}.feedText{font-weight:400;font-style:Regular;font-size:12px;line-height:23px;text-align:right;color:var(--clrFCC)}.feedText span{font-family:yekan}.feedForm{height:50px;border-radius:50px;background-color:#ffffff4d;position:relative;margin-top:20px;grid-template-columns:1fr 40px 50px}.feedShapeDiv{width:40px;height:100%;position:relative}.feedShapeDiv:after,.feedShapeDiv:before{content:"";width:65px;height:24px;left:50%;top:0;transform:translate(10px,-.5px);background-image:url(/icons/curve_dark.svg);background-size:100%;background-repeat:no-repeat}.feedShapeDiv:after{transform:translate(10px,.5px) rotate(180deg)}.feedSubmitBtn{height:100%;width:100%;padding-left:5px}.feedInput{height:100%;width:60%;background-color:transparent;padding:0 30px 0 15px;font-family:yekan;font-weight:400;font-style:Regular;font-size:11px;line-height:25px;outline:none;border:none;color:var(--clrF)}.feedInput::placeholder{color:var(--clrFCC)}.footerSocialGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.footerSocialLink{height:50px;border:1px solid #dadada66;border-radius:8px;padding:0 30px 0 20px;font-family:yekan;font-weight:500;font-style:SemiBold;font-size:11px;line-height:25px;color:var(--clrF);justify-content:space-between}.footerTelegramDiv{grid-template-columns:1fr 135px;gap:20px;align-items:center;padding:12px;background-color:#ffffff4d;border-radius:15px;margin-top:25px}.footerTelegramText{font-weight:500;font-style:Medium;font-size:12px;line-height:23px;letter-spacing:0;text-align:right;color:var(--clrFCC);margin-right:15px}.footerTelegramText svg{margin-bottom:10px}.footerTelegramLink{height:120px;justify-content:center;align-items:center;background-color:var(--clr1D);border-radius:15px;gap:10px;font-family:yekan;font-weight:600;font-style:SemiBold;font-size:11px;line-height:25px;color:var(--clrF);flex-direction:column}.footerTelegramLink svg{height:45px;width:45px}.footerCopyRight{text-align:center;padding:5px;font-weight:400;font-style:Regular;font-size:10px;line-height:27px;color:var(--clrFCC);background-color:#ffffff14;margin-top:35px}@media screen and (min-width:768px){.footerLinkGrid{grid-template-columns:.9fr .8fr 1fr 1fr;gap:10px;justify-content:space-between}.footerGridRow,.footerGridRow:nth-child(2n),.footerGridRow:nth-child(odd){padding:0;border-left:none}.footerGridRow.footerGridLicenceRow{padding-right:45px;border-left:1px solid #ffffff40;margin-left:35px}}@media screen and (min-width:968px){.footerGrid{grid-template-columns:1.5fr 1fr;margin-top:20px}.footerHomeLink{margin:0 0 0 auto}.footerDesc{text-align:right;font-weight:400;font-style:Regular;font-size:14px}.footerLinkGrid{grid-template-columns:1fr 1fr;gap:40px 0;justify-content:space-between}.footerGridRow{padding:0;border-left:none}.footerGridRow:nth-child(odd){border-left:1px solid #ffffff40}.footerGridRow:nth-child(2n){padding-right:50px}.footerGridRow.footerGridLicenceRow{padding-right:45px;margin:0}.feedTitle{font-weight:900;font-style:Black;font-size:15px;margin-top:10px}.feedText{font-weight:400;font-style:Regular;font-size:13px;line-height:23px;margin-top:15px}.footerTelegramText{font-weight:500;font-style:Medium;font-size:12px;line-height:23px}.footerTelegramDiv{grid-template-columns:1fr 120px;gap:20px;padding:10px}.footerTelegramLink{width:120px}}@media screen and (min-width:1150px){.footerGrid{grid-template-columns:2fr 1fr}.footerLinkGrid{grid-template-columns:.9fr .8fr 1fr 1fr;gap:10px;justify-content:space-between}.footerGridRow,.footerGridRow:nth-child(2n),.footerGridRow:nth-child(odd){padding:0;border-left:none}.footerGridRow.footerGridLicenceRow{padding-right:45px;border-left:1px solid #ffffff40;margin-left:15px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinnerLoadingSpan{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000000d2;z-index:10;color:var(--clrF)}.spinnerLoadingSpan svg{animation:spin 1.5s linear infinite reverse}