@charset "utf-8";:root{--bg-primary:#1a1a1a;--bg-card:#2c2c2c;--text-primary:#f8f9fa;--text-secondary:#bbb;--border-color:#444;--btn-bg:#fff;--btn-text:#000;--btn-hover:#e0e0e0;--input-bg:#333;--input-focus:#444;--shadow:rgba(0,0,0,.5)}::selection{background-color:#0acbea;color:#fff}[data-bs-theme=light]{--bg-primary:#f8f9fa;--bg-card:#fff;--text-primary:#212529;--text-secondary:#6c757d;--border-color:#dee2e6;--btn-bg:#212529;--btn-text:#fff;--btn-hover:#495057;--input-bg:#f1f3f5;--input-focus:#e9ecef;--shadow:rgba(0,0,0,.1)}*,*::before,*::after{box-sizing:border-box}.ltr{direction:ltr;text-align:left}[lang="en"]{font-family:'Trebuchet MS';letter-spacing:1px;direction:ltr}svg.tooman{width:16px;height:16px;fill:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.hand{cursor:pointer}.bg-blur-5{backdrop-filter:blur(5px)}.bg-blur-10{backdrop-filter:blur(10px)}[data-bs-theme=light] .bg-hatch{background-image:repeating-linear-gradient(-45deg,rgba(0,0,0,.02) 0,rgba(0,0,0,.05) 1px,transparent 1px,transparent 10px)}[data-bs-theme=dark] .bg-hatch{background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 10px)}a{text-decoration:none;transition:color .3s ease;color:var(--text-primary)}a:hover{color:var(--text-secondary)}body{margin:0;background-position:bottom center;color:var(--text-primary);font-family:'IRANSans-numbers',Tahoma,Geneva,Verdana,sans-serif;transition:background .1s ease,color .1s ease;overflow-x:hidden;direction:rtl;text-align:start;cursor:default;line-height:1.5}.lead{font-size:1.1rem;line-height:1.8}.navbar{background:rgba(var(--bg-primary-rgb),.3);_padding:1rem 0;position:sticky;top:0;z-index:1000}:root{--bg-primary-rgb:36,36,36}[data-bs-theme=light]{--bg-primary-rgb:237,237,237}.navbar .nav-link{color:var(--text-primary)!important;font-weight:500;margin:0 1rem;position:relative;transition:color .1s ease;padding:.25rem 1.5rem!important;background-color:var(--bs-secondary-bg-subtle)!important;border-radius:var(--bs-border-radius-xxl)!important}.navbar .nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-4px;right:50%;background:var(--text-primary);transition:width .3s ease;transform:translateX(50%)}.navbar .nav-link:hover::after{width:80%}.navbar .nav-icons{display:flex}.navbar .nav-icon{margin:0 .5rem;background:none;border:0;font-size:1.3rem;color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.navbar .nav-icon:hover{color:var(--text-primary);background:rgba(255,255,255,.1);transform:scale(1.1)}.navbar .theme-toggle{background:none;border:0;font-size:1.3rem;color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .5s ease}.navbar .theme-toggle:hover{background:rgba(255,255,255,.1);transform:scale(1.1)}[data-bs-theme=light] .navbar .theme-toggle:hover,[data-bs-theme=light] .navbar .nav-icon:hover,[data-bs-theme=light] .navbar .nav-icon.active{background:rgba(0,0,0,.1)}.navbar .theme-toggle .sun{position:absolute;opacity:0;transform:rotate(90deg);transition:all .5s ease}.navbar .theme-toggle .moon{opacity:1;transform:rotate(0)}[data-bs-theme=light] .navbar .theme-toggle .sun{opacity:1;transform:rotate(0)}[data-bs-theme=light] .navbar .theme-toggle .moon{opacity:0;transform:rotate(-90deg)}.navbar .header-cart span{position:absolute;top:0;right:0;font-size:x-small;font-weight:normal}.card.product-detail{height:500px;max-height:500px;overflow:auto}@media(max-width:768px){.card.product-detail{height:auto}}.card.product-card .card-img-container{overflow:hidden}.card.product-card .card-img-top{height:200px;max-height:200px;object-fit:cover;transition:transform .3s ease-in-out}.card.product-card:hover .card-img-top{transform:scale(1.1) rotate(2deg)}.card.product-card{transition:all 1s ease-in-out}.card.product-card .card-img-container .carousel-control-prev-icon,.card.product-card .card-img-container .carousel-control-next-icon{filter:drop-shadow(1px 2px 3px black)}@media(max-width:768px){.card.product-card .card-img-top{height:170px;max-height:170px;object-fit:cover;transition:transform .3s ease-in-out}.card.product-card .card-title{font-weight:bold;font-size:small}.card.product-card .card-text{font-size:small}}.category-card img{transition:all .3s ease-in-out}.category-card:hover img{transform:scale(1.1) rotate(-2deg)}.swiper-button-next,.swiper-button-prev{width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1)}.swiper-button-next::after,.swiper-button-prev::after{font-size:1rem;font-weight:bold}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:var(--accent-color);color:var(--contrast-color)}.swiper-button-prev{left:0;top:60%}.swiper-button-next{right:0;top:60%}.tree-list,.tree-list ul{list-style-type:none;padding-right:0;margin:0}.tree-list ul{padding-right:10px;margin:5px 0;display:none}.tree-list ul.show{display:block;animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tree-list .tree-item{margin-bottom:2px}.tree-list .node-content{display:flex;align-items:center;padding:8px 12px;border-radius:4px;cursor:pointer;transition:all .2s;user-select:none}.tree-list .node-content:hover,.tree-list .node-content.active{background-color:var(--bs-secondary-bg);border-color:#ced4da}.tree-list .toggle-icon{margin-left:8px;font-size:.8rem;color:#6c757d;transition:transform .2s;width:15px;text-align:center}.tree-list .expanded>.node-content .toggle-icon{transform:rotate(-90deg)}[data-bs-theme=light] #footer{background-image:repeating-linear-gradient(45deg,rgba(0,0,0,.02) 0,rgba(0,0,0,.05) 1px,transparent 1px,transparent 10px);background-color:rgba(var(--bg-primary-rgb),.5);_backdrop-filter:blur(3px)}[data-bs-theme=dark] #footer{background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 10px);background-color:rgba(var(--bg-primary-rgb),.5);_backdrop-filter:blur(3px)}#footer .social-image{margin-top:-3px;width:16px;height:16px;transition:all .3s ease}#footer a:hover .social-image{filter:opacity(.6)}[data-bs-theme=dark] #footer .social-image{filter:invert(1)}[data-bs-theme=dark] #footer a:hover .social-image{filter:invert(1) opacity(.7)}@media(max-width:991.98px){.navbar .navbar-collapse{text-align:right!important;padding:1rem 0 0}.navbar .navbar-nav{align-items:flex-end!important;gap:.5rem}.navbar .nav-item{width:100%}.navbar .nav-icons{display:flex;justify-content:space-evenly;padding:.5rem 0}.navbar .nav-link{padding:.75rem 1.5rem!important;margin:0!important;text-align:right;border-radius:8px;transition:background .3s ease}.navbar .nav-link:hover{background:rgba(255,255,255,.1)}[data-bs-theme=light] .navbar .nav-link:hover{background:rgba(0,0,0,.1)}.navbar .theme-toggle{_margin-right:1.5rem;_margin-left:0;_margin-top:.5rem}}.carousel-caption{filter:drop-shadow(2px 4px 6px black)}.text-truncate-1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;_line-clamp:1;-webkit-box-orient:vertical}@media(max-width:768px){.carousel-item{max-height:210px!important}.product-card .card{margin:0 1rem}}[data-bs-theme=light] .mobile-nav{background-color:rgba(255,255,255,.5)}[data-bs-theme=dark] .mobile-nav{background-color:rgba(0,0,0,.5)}.mobile-nav .nav-item.active a{color:var(--bs-danger)}.mobile-nav .bi{font-size:1.7em}.mobile-nav .bi:hover{font-size:1.7em}.mobile-nav img.avatar{width:2rem;margin-bottom:5px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}