.error-overlay-dialog,.nextjs-toast{direction:ltr!important}*{font-family:iransansweb;text-decoration:none;direction:rtl;list-style:none;outline:0}a{color:#e00000}body{direction:rtl;margin:0;padding:0;font-size:16px;color:rgb(60,60,60)}i{padding:0 10px}.button,button{font-size:14px;padding:4px 8px;background-color:rgba(249,67,39,.9);border:1px solid rgb(197,194,194);border-radius:10px;color:white;cursor:pointer;transition:all .2s}.button:hover,button:hover{background-color:rgb(249,67,39)}input[type=number],input[type=password],input[type=search],input[type=text]{border-radius:10px;border:0 solid rgb(197,194,194);padding:10px;transition:all .1s linear;background-color:rgb(238,237,237);font-size:14px}input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus{background-color:white;border-width:1px}input[type=search]{padding:10px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.spinner{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal{width:100%;height:100%;position:fixed;background:rgba(0,0,0,.168627451);left:0;top:0;z-index:101}.login-screen{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);z-index:102;width:400px;text-align:center;padding:20px;display:flex;flex-direction:column;background-color:#fff;border:1px solid rgb(197,194,194);border-radius:10px;box-shadow:1px 2px 5px #ccc;height:0;transition:all .2s;overflow:hidden;visibility:hidden}.login-screen.visible{visibility:visible;height:auto}.login-screen form{display:flex;flex-direction:column;align-items:center;gap:20px}.login-screen form input{width:200px;display:block}.login-screen button{width:40%}.container{display:flex;flex-direction:column;max-width:1440px;margin:auto;padding:0 20px}.container .header{flex-direction:row;width:100%;padding:20px 0;justify-content:space-between}.container .header,.container .header>div{display:flex;align-items:center}.container .header .support{display:flex;flex-direction:row;justify-content:center}.container .header .support span{color:rgb(249,67,39);font-size:24px;font-weight:600}.container .header .support i{font-size:35px;color:rgb(60,60,60)}.container .header .search{position:relative}.container .header .search input{min-width:400px;width:100%;padding-right:70px}.container .header .search .search-btn{position:absolute;right:0;height:100%;padding-top:6px;border-bottom-left-radius:0;font-size:20px;border-top-left-radius:0}.container .header .search-suggestions{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;max-height:400px;overflow-y:auto;margin-top:5px}.container .header .suggestion-item{display:flex;align-items:center;padding:12px 15px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.container .header .suggestion-item:hover{background-color:#f8f9fa}.container .header .suggestion-item:last-child{border-bottom:none}.container .header .suggestion-image{width:75px;margin-left:12px;border-radius:4px;overflow:hidden;flex-shrink:0}.container .header .suggestion-image img{width:100%;height:100%;object-fit:cover}.container .header .left-header{gap:5px}.container .header .left-header .user-btn{border-color:rgb(249,67,39);background-color:white;color:rgb(60,60,60);position:relative;padding:7px;cursor:pointer;border-radius:20px}.container .header .left-header .mini-cart{background-color:rgb(249,67,39);color:white;position:relative;padding:7px;z-index:100;width:134px;cursor:pointer;border-radius:20px;text-align:center}.container .header .left-header .mini-cart a{color:white!important}.container .header .left-header .mini-cart>i{padding-right:0}.container .header .left-header .mini-cart:hover .summary-cart{height:570px;visibility:visible}.container .header .left-header .mini-cart:hover .summary-cart .items{height:500px}.container .header .left-header .mini-cart:hover .summary-cart.low-height{height:170px}.container .header .left-header .mini-cart:hover .summary-cart.low-height .items{display:flex;align-items:center;justify-content:center;height:100px}.container .header .left-header .mini-cart .summary-cart{top:50px;border:1px solid rgb(197,194,194);border-radius:10px;position:absolute;background-color:white;color:rgb(60,60,60);width:350px;left:0;transition:all .2s;height:0;visibility:hidden}.container .header .left-header .mini-cart .summary-cart i{color:rgb(167,167,167);padding:0 0 0 5px}.container .header .left-header .mini-cart .summary-cart .items{overflow:auto;height:0;transition:all .2s;border-bottom:1px solid rgb(197,194,194)}.container .header .left-header .mini-cart .summary-cart .items .cart-item{display:flex;flex-direction:row;border-bottom:1px solid rgb(197,194,194);margin:10px;padding:5px 0;transition:all .2s}.container .header .left-header .mini-cart .summary-cart .items .cart-item:hover{transform:scale(1.03);background-color:#fcf7f6}.container .header .left-header .mini-cart .summary-cart .items .cart-item h3{font-size:14px}.container .header .left-header .mini-cart .summary-cart .items .cart-item .details{display:flex;flex-direction:column;justify-content:space-between;padding:5px 10px;text-align:right}.container .header .left-header .mini-cart .summary-cart .items .cart-item .details .book p{line-height:10px;font-size:12px}.container .header .left-header .mini-cart .summary-cart .items .cart-item .details .book-price{text-align:left;color:green;font-size:12px;font-weight:600}.container .header .left-header .mini-cart .summary-cart .items .cart-item .image{display:flex;flex-direction:row;align-items:center}.container .header .left-header .mini-cart .summary-cart .items .cart-item .image img{max-width:100px;max-height:125px;height:63%}.container .header .left-header .mini-cart .summary-cart .total{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px}.container .header .left-header .mini-cart .summary-cart .total p{line-height:10px;color:black}.cart{display:flex;flex-direction:column;background-color:#fff;border:1px solid rgb(197,194,194);border-radius:10px;padding:20px;margin:20px 0}.cart button.next-btn{margin-top:1.5rem;width:100%;background-color:rgba(249,67,39,.8);color:white;padding:.8rem 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.cart button.next-btn:hover{background-color:rgb(249,67,39)}.cart .steps ul{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0;margin:0;list-style:none}.cart .steps ul:before{left:0;background:#ccc;z-index:0}.cart .steps ul:after,.cart .steps ul:before{content:"";position:absolute;top:20px;right:0;height:2px}.cart .steps ul:after{background:#28a745;z-index:1;width:0;transition:width .5s ease-in-out}.cart .steps ul.step-1:after{width:0}.cart .steps ul.step-2:after{width:50%}.cart .steps ul.step-3:after{width:100%}.cart .steps ul li{position:relative;z-index:2;text-align:center;flex:1 1}.cart .steps ul li:before{content:attr(data-step);display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 auto;background-color:white;border:2px solid #ccc;border-radius:50%;color:#ccc;font-weight:700;position:relative;z-index:2;transition:all .3s ease}.cart .steps ul li a{display:block;margin-top:8px;color:#333;text-decoration:none}.cart .steps ul li.active:before{border-color:#007bff;color:#007bff}.cart .steps ul li.completed:before{border-color:#28a745;background-color:#28a745;color:white}.cart .order-summary{padding:1rem;background-color:#f9f9f9;border-radius:12px;max-width:1200px;margin:0 auto}.cart .order-summary ul{list-style:none;padding:0;margin:0}.cart .order-summary ul li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #ddd;background-color:#fff;border-radius:8px;margin-bottom:.8rem}.cart .order-summary ul li img{width:80px;height:100px;object-fit:cover;border-radius:6px;border:1px solid #ccc}.cart .order-summary ul li .book{flex:1 1;display:flex;flex-direction:column;gap:.4rem}.cart .order-summary ul li .book .book-title{font-weight:700;font-size:1.1rem}.cart .order-summary ul li .book p{margin:0;font-size:.95rem;color:#444}.cart .order-summary ul li .book p i{margin-left:6px;color:#666}.cart .order-summary ul li .book-price{white-space:nowrap;font-weight:700;font-size:1rem;color:#2e7d32}.cart .order-shipping{padding:1.5rem;background-color:#fdfdfd;border:1px solid #ddd;border-radius:12px;max-width:1200px;margin:2rem auto;box-shadow:0 2px 10px rgba(0,0,0,.03)}.cart .order-shipping>ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:space-around}.cart .order-shipping>ul li{text-align:center;background-color:#fff;border:2px solid transparent;border-radius:10px;padding:1rem 2rem;cursor:pointer;transition:border-color .3s,box-shadow .3s;box-shadow:0 0 10px rgba(25,118,210,.1)}.cart .order-shipping>ul li.active{border-color:rgba(249,67,39,.8)}.cart .order-shipping>ul li.active .ship{color:rgb(249,67,39);font-weight:800}.cart .order-shipping>ul li:hover{border-color:rgb(249,67,39);box-shadow:0 0 10px rgba(25,118,210,.1)}.cart .order-shipping>ul li .ship{font-size:1rem;margin-bottom:.8rem;color:#444}.cart .order-shipping>ul li .ship.active{font-weight:700;color:rgb(249,67,39)}.cart .order-shipping>ul li img{width:80px;height:auto;border-radius:6px;object-fit:contain}.cart .order-shipping .shipping-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;padding:1.5rem;background-color:#f9f9f9;border-radius:12px;max-width:1200px;margin:1.5rem auto}.cart .order-shipping .shipping-form label{display:flex;flex-direction:column;font-size:.95rem;color:#444;font-weight:500}.cart .order-shipping .shipping-form label input,.cart .order-shipping .shipping-form label select{margin-top:.4rem;padding:.6rem .8rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem;background-color:#fff;transition:border-color .3s ease}.cart .order-shipping .shipping-form label input:focus,.cart .order-shipping .shipping-form label select:focus{outline:none;border-color:#2e7d32}.cart .order-shipping .shipping-form label[for=address]{grid-column:1/3}.cart .order-shipping .prices{margin-top:2rem}.cart .order-shipping .prices ul{display:flex;flex-direction:column;gap:.6rem;font-size:1rem;color:#333;padding:0}.cart .order-shipping .prices ul li{display:flex;justify-content:space-between;border-bottom:1px dashed #ccc;padding-bottom:.3rem}.cart .order-shipping .prices ul li:last-child{font-weight:700;color:#2e7d32}.single-product{margin:20px 0;display:flex;flex-direction:row;gap:10px;position:relative}.single-product .content-product{width:70%;display:flex;flex-direction:column;gap:10px}.single-product .content-product .product-title{margin-bottom:-2px;font-size:20px;width:100%}.single-product .content-product .summeryBox{display:flex;flex-direction:row;border:1px solid rgb(197,194,194);border-radius:10px;padding:10px}.single-product .content-product .summeryBox .image{width:250px;height:370px;max-width:250px;max-height:370px;margin-left:10px}.single-product .content-product .summeryBox .image img{width:inherit;height:inherit;border:1px solid #e2e2e2}.single-product .content-product .summeryBox .summery-content{display:flex;flex-direction:column;justify-content:space-between}.single-product .content-product .summeryBox .summery-content .details{display:flex;flex-direction:row;padding:0!important;flex-wrap:wrap;gap:2%}.single-product .content-product .summeryBox .summery-content .details li{width:45%;flex-grow:1;margin:5px 0;background-color:rgba(224,0,0,.0392156863);border:1px solid rgba(224,0,0,.0745098039);padding:3px;box-sizing:border-box;border-radius:10px}.single-product #add-to-cart-mobile{display:none}.single-product .add-to-cart-box{width:27.8%;border:1px solid rgb(197,194,194);padding:10px;border-radius:10px;background-color:#fff;position:absolute;left:0;display:flex;flex-direction:column;gap:30px}.single-product .add-to-cart-box .add-to-cart,.single-product .add-to-cart-box .count{text-align:center}.single-product .add-to-cart-box .price{color:rgb(4,170,4);display:flex;gap:10px;font-weight:600;font-size:20px;justify-content:center}.single-product .add-to-cart-box select{width:100%;font-size:16px;background-color:white;border-radius:10px;padding:5px;border:1px solid rgb(197,194,194)}.single-product .add-to-cart-box input{background:#fff;border:1px solid rgb(197,194,194);width:30px;padding:3px 5px;text-align:center;transition:all .2s}.single-product .add-to-cart-box input:active{transform:scale(1.05)}.single-product .add-to-cart-box .add-to-cart{display:flex;gap:5px;justify-content:center}.single-product .add-to-cart-box .add-to-cart button{font-size:16px;padding:5px 0 5px 10px;width:220px}.single-product .add-to-cart-box .count{display:flex;flex-direction:row;justify-content:center;gap:5px;align-items:center}.single-product .add-to-cart-box .count button{border:2px solid rgba(249,67,39,.6);background-color:#fff;color:rgb(249,67,39);font-size:20px;width:30px;height:30px;transition:.2s;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.single-product .add-to-cart-box .count button:hover{transform:scale(1.05)}.single-product .add-to-cart-box .count button:active{transform:scale(1.1)}.single-product .fullBox{border:1px solid rgb(197,194,194);border-radius:10px;padding:15px;font-size:1rem;line-height:30px}.section-title{border-bottom:1px solid #e0e0e0;position:relative}.section-title:after{content:" ";position:absolute;bottom:-2px;right:0;width:200px;height:3px;background-color:rgb(249,67,39)}.carousel{margin-top:50px;background-color:#f2f2f2;padding:0 20px;border-radius:10px}.carousel .content{overflow:auto;color:rgb(60,60,60);position:relative;top:-50px;border-radius:10px}.carousel .content p{margin:4px 0;direction:ltr;text-align:left;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap}.carousel .content i{color:rgba(249,67,39,.6)}.carousel .content ul{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;padding-bottom:15px;overflow-x:scroll}.carousel .content ul li{background-color:white;border-radius:10px;box-shadow:1px 2px 5px #ccc;overflow:hidden;text-align:center;width:200px;min-width:200px}.carousel .content ul li img{max-width:300px;max-height:384px;width:80%;height:63%;border:1px solid rgba(77,77,77,.1215686275)}.nav{border-bottom:1px solid rgb(197,194,194)}.nav .category-mega-menu{position:relative;display:inline-block}.nav .category-trigger{background:none;border:none;color:rgb(60,60,60);padding:4px 8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:16px;transition:color .3s ease}.nav .category-trigger:hover{color:#e00000}.nav .category-trigger .fa-chevron-down{transition:transform .3s ease;font-size:12px}.nav .category-trigger .fa-chevron-down.rotated{transform:rotate(180deg)}.nav .mega-menu-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1000;min-width:300px;max-width:1200px;max-height:600px;overflow:hidden;margin-top:5px;transition:all .4s cubic-bezier(.4,0,.2,1)}.nav .mega-menu-dropdown.expanded{min-width:800px}.nav .mega-menu-content{padding:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.nav .loading-categories{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px;color:#666}.nav .loading-categories i{font-size:20px;color:#f94327}.nav .categories-column-layout{display:flex;min-height:400px;transition:all .4s cubic-bezier(.4,0,.2,1)}.nav .parent-categories-column{width:300px;border-left:1px solid #eee;background:#f8f9fa;flex-shrink:0}.nav .parent-category-item{border-bottom:1px solid #eee;transition:all .3s ease}.nav .parent-category-item:last-child{border-bottom:none}.nav .parent-category-item.active{background:#f0f0f0}.nav .parent-category-item.active .parent-category-link{color:#f94327}.nav .parent-category-link{display:flex;align-items:center;gap:12px;padding:15px 20px;text-decoration:none;color:#333;transition:all .3s ease;position:relative}.nav .parent-category-link:hover{background:#f0f0f0;color:#f94327}.nav .category-icon{width:35px;height:35px;background:#f94327;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.nav .category-icon i{color:white;font-size:14px}.nav .category-info{flex:1 1}.nav .category-info h4{margin:0 0 3px;font-size:14px;font-weight:600;color:#333}.nav .category-info p{margin:0;font-size:11px;color:#666;line-height:1.3}.nav .subcategory-indicator{color:#999;font-size:12px;transition:transform .3s ease}.nav .parent-category-link:hover .subcategory-indicator{transform:translateX(-3px);color:#f94327}.nav .subcategories-column{flex:1 1;padding:20px;background:white;border-left:1px solid #eee;animation:slideIn .4s cubic-bezier(.4,0,.2,1);min-width:500px}.nav .subcategories-header{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f94327}.nav .subcategories-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.nav .subcategories-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;max-height:400px;overflow-y:auto}.nav .subcategory-item{display:flex;align-items:center;gap:10px;padding:12px 15px;text-decoration:none;color:#333;transition:all .3s ease;border-radius:6px;border:1px solid transparent;animation:fadeIn .3s ease}.nav .subcategory-item:hover{background:#f8f9fa;color:#f94327;transform:translateX(5px);border-color:#f94327;box-shadow:0 2px 8px rgba(249,67,39,.1)}.nav .subcategory-icon{width:25px;height:25px;background:#f94327;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.nav .subcategory-icon i{color:white;font-size:10px}.nav .subcategory-info{flex:1 1}.nav .subcategory-info h5{margin:0 0 2px;font-size:13px;font-weight:600;color:#333}.nav .subcategory-info p{margin:0;font-size:10px;color:#666;line-height:1.2}@media (max-width:768px){.nav .mega-menu-dropdown{position:fixed;top:60px;right:10px;left:10px;min-width:auto;max-width:none;max-height:70vh}.nav .mega-menu-dropdown.expanded{min-width:auto}.nav .categories-column-layout{flex-direction:column;min-height:auto}.nav .parent-categories-column{width:100%;border-left:none;border-bottom:1px solid #eee}.nav .subcategories-column{border-left:none;border-top:1px solid #eee;min-width:auto}.nav .subcategories-grid{grid-template-columns:1fr;gap:10px}.nav .parent-category-link{padding:12px 15px}.nav .category-icon{width:30px;height:30px}.nav .category-info h4{font-size:13px}.nav .category-info p{font-size:10px}.nav .subcategory-item{padding:10px 12px}.nav .subcategory-icon{width:22px;height:22px}.nav .subcategory-info h5{font-size:12px}.nav .subcategory-info p{font-size:9px}}@media (max-width:480px){.nav .mega-menu-dropdown{right:5px;left:5px}.nav .parent-category-link{padding:10px 12px}.nav .category-icon{width:28px;height:28px}.nav .category-icon i{font-size:12px}.nav .subcategory-item{padding:8px 10px}.nav .subcategory-icon{width:20px;height:20px}.nav .subcategory-icon i{font-size:9px}}.nav .burgerMenu{display:none}.nav .burgerMenu .bm-burger-button{position:absolute;width:36px;height:30px;right:36px;top:36px}.nav .burgerMenu .bm-burger-bars{background:#373a47}.nav .burgerMenu .bm-burger-bars-hover{background:#a90000}.nav .burgerMenu .bm-cross-button{height:24px;width:24px}.nav .burgerMenu .bm-cross{background:#bdc3c7}.nav .burgerMenu .bm-menu-wrap{position:fixed;height:100%;top:0}.nav .burgerMenu .bm-menu{background:#373a47;padding:2.5em 0 0;font-size:1.15em}.nav .burgerMenu .bm-morph-shape{fill:#373a47}.nav .burgerMenu .bm-item-list{color:#b8b7ad;padding:.8em}.nav .burgerMenu ul li a{color:white!important}.nav .burgerMenu .bm-item{display:inline-block;padding:0}.nav .burgerMenu .bm-overlay{background:rgba(0,0,0,.3);top:0}.nav ul{margin:0}.nav ul li{display:inline-block;padding:4px 8px}.nav ul li a{color:rgb(60,60,60);border-width:0;padding:4px 8px}.nav ul li a:hover{border-bottom:solid #e00000;border-width:100%}.footer{background-color:white;border-top:1px solid rgb(197,194,194);position:relative;bottom:0}.footer .icon-top-footer{border-bottom:1px solid #e0e0e0}.footer .icon-top-footer ul{display:flex;justify-content:space-between;padding:0}.footer .icon-top-footer ul li{display:flex;gap:10px;align-items:center}.footer .icon-top-footer ul i{font-size:48px;color:rgb(249,67,39)}.footer .footer-middle{display:flex;flex-direction:row;justify-content:space-between;gap:10px}.footer .footer-middle .column{width:25%;flex-grow:1;text-align:justify}.footer .footer-middle .column h3{font-size:24px}.footer .footer-middle .column ul{padding-right:10px}.footer .footer-middle .column ul li{list-style:disc;color:rgb(249,67,39);font-size:24px;line-height:24px}.footer .footer-middle .column ul li a{color:rgb(60,60,60);font-size:16px}.footer .footer-bottom{background-color:rgb(249,67,39)}.footer .footer-bottom p{text-align:center;color:white;padding:5px;margin:0}.category-page{padding:20px 0}.category-header{margin-bottom:30px;text-align:center}.category-header h1{font-size:2.5rem;color:#333;margin-bottom:15px}.category-description{font-size:1.1rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}.tag-page{padding:20px 0}.tag-header{margin-bottom:30px;text-align:center}.tag-header h1{font-size:2.5rem;color:#333;margin-bottom:15px}.tag-description{font-size:1.1rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:25px;gap:25px;margin-bottom:40px}.product-card{background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-image{position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:20px}.product-title{margin:0 0 10px;font-size:1.1rem;font-weight:600;line-height:1.4}.product-title a{color:#333;text-decoration:none;transition:color .3s ease}.product-title a:hover{color:#f94327}.product-author,.product-publisher{margin:8px 0;font-size:.9rem;color:#666;display:flex;align-items:center;gap:8px}.product-author i,.product-publisher i{color:#f94327;font-size:.8rem}.product-price{margin:15px 0 0;font-size:1.2rem;font-weight:700;color:#f94327}.no-products{text-align:center;padding:60px 20px}.no-products-content{max-width:400px;margin:0 auto}.no-products-content i{font-size:4rem;color:#ddd;margin-bottom:20px}.no-products-content h3{font-size:1.5rem;color:#666;margin-bottom:10px}.no-products-content p{color:#999;margin-bottom:25px}.back-home-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#f94327;color:white;text-decoration:none;border-radius:8px;transition:background .3s ease}.back-home-btn:hover{background:#e03a1f}.pagination-container{display:flex;justify-content:center;margin-top:40px}.pagination{gap:8px;background:white;padding:15px 25px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.pagination,.pagination-item{display:flex;align-items:center}.pagination-item{justify-content:center;width:40px;height:40px;border-radius:8px;text-decoration:none;color:#666;font-weight:500;transition:all .3s ease;border:1px solid #eee}.pagination-item.active,.pagination-item:hover{background:#f94327;color:white;border-color:#f94327}.pagination-ellipsis{color:#999;padding:0 8px}@media (max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.category-header h1{font-size:2rem}.pagination{padding:12px 20px}.pagination-item{width:35px;height:35px;font-size:.9rem}}@media (max-width:480px){.products-grid{grid-template-columns:1fr;gap:15px}.category-header h1{font-size:1.8rem}.pagination{padding:10px 15px;gap:5px}.pagination-item{width:32px;height:32px;font-size:.8rem}}*{box-sizing:border-box}@media (max-width:480px){body{font-size:14px}}@media (min-width:481px) and (max-width:768px){body{font-size:15px}}@media (max-width:1024px){body{font-size:16px}.menu{display:none}.burgerMenu{display:block!important}.contact-page .contact-content{display:flex!important;flex-direction:column!important}.header{flex-direction:column!important;gap:20px}.header .support{display:none!important}.single-product .content-product{width:100%!important}.single-product #add-to-cart{display:none!important}.single-product #add-to-cart-mobile{display:block!important}}@media (max-width:720px){.user-profile,.user-profile form div{flex-direction:column!important}.user-profile form div{display:flex!important}.user-profile .sidebar{width:100%!important;max-width:100%!important}.user-profile .dashboard .orders{flex-direction:column!important}.user-profile .sidebar .options ul{gap:32px!important;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.user-profile .sidebar .options ul li{background-color:#f6f6f6;border-radius:10px;padding:10px!important;border:1px solid #e1e1e1}.user-profile .sidebar .options ul li a{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important}.user-profile .sidebar .options ul li a span{display:none!important}.user-profile .sidebar .options ul li a i{font-size:2rem!important}}@media (max-width:600px){.cart .order-summary ul li,.cart .shipping-form{flex-direction:column!important}.cart .shipping-form{display:flex!important}.single-product .content-product{width:100%!important}.single-product .content-product .summeryBox{flex-direction:column!important}.single-product .content-product .summeryBox .image{margin:auto!important;width:90%!important;height:auto!important;max-width:100%!important;max-height:100%!important;text-align:center}.single-product .content-product .summeryBox .details{flex-direction:column!important}.single-product .content-product .summeryBox .details li{width:100%!important}.footer .icon-top-footer ul{flex-direction:row!important;flex-wrap:wrap;gap:20px!important}.footer .icon-top-footer ul li{width:calc(50% - 20px);flex-direction:column-reverse!important}.footer .footer-middle{justify-content:center;flex-wrap:wrap}.footer .footer-middle .column{gap:20px;width:calc(50% - 20px)}}@font-face{font-family:iransansweb;src:url(/fonts/IRANSansWeb.woff2) format("woff2"),url(/fonts/IRANSansWeb.woff) format("woff"),url(/fonts/IRANSansWeb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:iransansweb;src:url(/fonts/IRANSansWeb_Black.woff2) format("woff2"),url(/fonts/IRANSansWeb_Black.woff) format("woff"),url(/fonts/IRANSansWeb_Black.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:iransansweb;src:url(/fonts/IRANSansWeb_Bold.woff2) format("woff2"),url(/fonts/IRANSansWeb_Bold.woff) format("woff"),url(/fonts/IRANSansWeb_Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:iransansweb;src:url(/fonts/IRANSansWeb_Light.woff2) format("woff2"),url(/fonts/IRANSansWeb_Light.woff) format("woff"),url(/fonts/IRANSansWeb_Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:iransansweb;src:url(/fonts/IRANSansWeb_Medium.woff2) format("woff2"),url(/fonts/IRANSansWeb_Medium.woff) format("woff"),url(/fonts/IRANSansWeb_Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:iransansweb;src:url(/fonts/IRANSansWeb_UltraLight.woff2) format("woff2"),url(/fonts/IRANSansWeb_UltraLight.woff) format("woff"),url(/fonts/IRANSansWeb_UltraLight.ttf) format("truetype");font-weight:200;font-style:normal}.category-mega-menu{position:relative;display:inline-block}.category-trigger{background:none;border:none;color:rgb(60,60,60);padding:4px 8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:16px;transition:color .3s ease}.category-trigger:hover{color:#e00000}.category-trigger .fa-chevron-down{transition:transform .3s ease;font-size:12px}.category-trigger .fa-chevron-down.rotated{transform:rotate(180deg)}.mega-menu-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1000;min-width:300px;max-width:1200px;max-height:600px;overflow:hidden;margin-top:5px;transition:all .4s cubic-bezier(.4,0,.2,1)}.mega-menu-dropdown.expanded{min-width:800px}.mega-menu-content{padding:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.loading-categories{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px;color:#666}.loading-categories i{font-size:20px;color:#f94327}.categories-column-layout{display:flex;min-height:400px;transition:all .4s cubic-bezier(.4,0,.2,1)}.parent-categories-column{width:300px;border-left:1px solid #eee;background:#f8f9fa;flex-shrink:0}.parent-category-item{border-bottom:1px solid #eee;transition:all .3s ease}.parent-category-item:last-child{border-bottom:none}.parent-category-item.active{background:#f0f0f0}.parent-category-item.active .parent-category-link{color:#f94327}.parent-category-link{display:flex;align-items:center;gap:12px;padding:15px 20px;text-decoration:none;color:#333;transition:all .3s ease;position:relative}.parent-category-link:hover{background:#f0f0f0;color:#f94327}.category-icon{width:35px;height:35px;background:#f94327;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.category-icon i{color:white;font-size:14px}.category-info{flex:1 1}.category-info h4{margin:0 0 3px;font-size:14px;font-weight:600;color:#333}.category-info p{margin:0;font-size:11px;color:#666;line-height:1.3}.subcategory-indicator{color:#999;font-size:12px;transition:transform .3s ease}.parent-category-link:hover .subcategory-indicator{transform:translateX(-3px);color:#f94327}.subcategories-column{flex:1 1;padding:20px;background:white;border-left:1px solid #eee;animation:slideIn .4s cubic-bezier(.4,0,.2,1);min-width:500px}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.subcategories-header{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f94327}.subcategories-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.subcategories-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;max-height:400px;overflow-y:auto}.subcategory-item{display:flex;align-items:center;gap:10px;padding:12px 15px;text-decoration:none;color:#333;transition:all .3s ease;border-radius:6px;border:1px solid transparent;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subcategory-item:hover{background:#f8f9fa;color:#f94327;transform:translateX(5px);border-color:#f94327;box-shadow:0 2px 8px rgba(249,67,39,.1)}.subcategory-icon{width:25px;height:25px;background:#f94327;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.subcategory-icon i{color:white;font-size:10px}.subcategory-info{flex:1 1}.subcategory-info h5{margin:0 0 2px;font-size:13px;font-weight:600;color:#333}.subcategory-info p{margin:0;font-size:10px;color:#666;line-height:1.2}@media (max-width:768px){.mega-menu-dropdown{position:fixed;top:60px;right:10px;left:10px;min-width:auto;max-width:none;max-height:70vh}.mega-menu-dropdown.expanded{min-width:auto}.categories-column-layout{flex-direction:column;min-height:auto}.parent-categories-column{width:100%;border-left:none;border-bottom:1px solid #eee}.subcategories-column{border-left:none;border-top:1px solid #eee;min-width:auto}.subcategories-grid{grid-template-columns:1fr;gap:10px}.parent-category-link{padding:12px 15px}.category-icon{width:30px;height:30px}.category-info h4{font-size:13px}.category-info p{font-size:10px}.subcategory-item{padding:10px 12px}.subcategory-icon{width:22px;height:22px}.subcategory-info h5{font-size:12px}.subcategory-info p{font-size:9px}}@media (max-width:480px){.mega-menu-dropdown{right:5px;left:5px}.parent-category-link{padding:10px 12px}.category-icon{width:28px;height:28px}.category-icon i{font-size:12px}.subcategory-item{padding:8px 10px}.subcategory-icon{width:20px;height:20px}.subcategory-icon i{font-size:9px}}