body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.search-bar{max-width:600px;position:relative;width:100%}.search-bar.mobile{max-width:100%}.search-bar:not(.mobile):not(.animated){opacity:0;transform:translateX(50px)}.search-bar:not(.mobile).animated{animation:slideInFromRight .8s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px) scale(.9)}50%{opacity:1;transform:translateX(-5px) scale(1.02)}to{opacity:1;transform:translateX(0) scale(1)}}.search-bar.mobile:not(.animated){opacity:0;transform:translateY(-30px)}.search-bar.mobile.animated{animation:slideInFromTop .7s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px) scale(.95)}60%{opacity:1;transform:translateY(3px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.search-bar.animated .search-input-container{animation:glowPulse 1.5s ease-out}.search-bar.animated .search-button{animation:buttonPulse 1.2s ease-out .3s}@keyframes buttonPulse{0%{transform:translateY(-50%) scale(1)}20%{transform:translateY(-50%) scale(1.15)}40%{transform:translateY(-50%) scale(.95)}60%{transform:translateY(-50%) scale(1.05)}to{transform:translateY(-50%) scale(1)}}.search-input-container{background:#fff;border:2px solid #e9ecef;border-radius:25px;overflow:hidden;transition:border-color .3s ease}.search-input-container:focus-within{border-color:#e74c3c}.search-input{background:#0000;border:none;color:#2c3e50;flex:1 1;padding:12px 16px}.search-input::placeholder{color:#6c757d}.clear-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:50px;transition:background-color .3s ease}.clear-button:hover{background:#f8f9fa}.clear-icon{color:#6c757d;height:16px;width:16px}.search-dropdown{animation:slideDown .2s ease;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 8px 25px #00000026;left:0;margin-top:8px;max-height:500px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-section{border-bottom:1px solid #f1f3f4;padding:16px 0}.search-section:last-child{border-bottom:none}.section-title{align-items:center;color:#6c757d;display:flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:.5px;margin:0 0 12px;padding:0 16px;text-transform:uppercase}.section-icon{height:16px;width:16px}.search-results{display:flex;flex-direction:column}.search-result{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.search-result.selected,.search-result:hover{background:#f8f9fa}.result-image{border-radius:6px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.result-details{flex:1 1;min-width:0}.result-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:14px;font-weight:600;line-height:1.4;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis}.result-brand{color:#6c757d;font-size:12px;margin:0 0 6px}.result-price{align-items:center;display:flex;gap:8px}.current-price{font-size:14px}.original-price{font-size:12px}.recent-searches{display:flex;flex-direction:column}.recent-search{align-items:center;background:none;border:none;color:#2c3e50;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.recent-search.selected,.recent-search:hover{background:#f8f9fa}.recent-icon{color:#6c757d;flex-shrink:0;height:16px;width:16px}.no-results{color:#6c757d;padding:20px 16px;text-align:center}.no-results p{font-size:14px;margin:0 0 12px}.search-all-button{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background-color .3s ease}.search-all-button:hover{background:#c0392b}.quick-actions{background:#f8f9fa;border-top:1px solid #e9ecef;gap:8px;padding:16px}.quick-action{background:#fff;border:1px solid #e9ecef;border-radius:6px;color:#2c3e50;cursor:pointer;flex:1 1;font-size:12px;font-weight:500;padding:8px 12px;transition:all .3s ease}.quick-action:hover{background:#e74c3c;border-color:#e74c3c;color:#fff}@media (max-width:768px){.search-bar{max-width:100%}.search-input{font-size:14px;padding:10px 14px}.search-button{height:35px;width:35px}.search-icon{height:18px;width:18px}.clear-button{padding:6px;right:45px}.clear-icon{height:14px;width:14px}.search-dropdown{max-height:400px}.search-result{padding:10px 12px}.result-image{height:40px;width:40px}.result-name{font-size:13px}.result-brand{font-size:11px}.current-price{font-size:13px}.original-price{font-size:11px}.recent-search{font-size:13px;padding:10px 12px}.quick-actions{flex-direction:column;gap:6px}.quick-action{font-size:11px;padding:6px 10px}}@media (max-width:480px){.search-input-container{border-radius:20px}.search-input{font-size:13px;padding:8px 12px}.search-button{height:32px;width:32px}.search-icon{height:16px;width:16px}.clear-button{right:40px}.search-dropdown{border-radius:8px;margin-top:4px}.search-result{gap:10px}.result-image{height:35px;width:35px}.section-title{font-size:12px;padding:0 12px}.recent-search,.search-result{padding:8px 12px}}.mobile-search-modal{align-items:flex-start;animation:fadeIn .3s ease;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.mobile-search-modal.closing{animation:fadeOut .3s ease}.modal-backdrop{background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.modal-content{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:80vh;max-width:500px;overflow:hidden;position:relative;width:100%}.mobile-search-modal.closing .modal-content{animation:slideUp .3s ease}.modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:20px}.modal-header h2{color:#2c3e50;font-size:20px;font-weight:600;margin:0}.close-button{align-items:center;display:flex;justify-content:center}.modal-body{max-height:calc(80vh - 80px);overflow-y:auto;padding:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media (max-width:480px){.mobile-search-modal{padding:10px}.modal-content{max-height:90vh}.modal-header{padding:15px}.modal-header h2{font-size:18px}.modal-body{max-height:calc(90vh - 70px);padding:15px}}.language-switcher{align-items:center;display:flex;margin-left:1rem}.language-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem;transition:border-color .2s ease}.language-select:hover{border-color:#007bff}.language-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}[dir=rtl] .language-switcher{margin-left:0;margin-right:1rem}[dir=rtl] .language-select{text-align:right}.mobile-menu-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:flex-start;left:0;position:fixed;right:0;top:0;z-index:2000}.mobile-menu-overlay.closing{animation:fadeOut .3s ease}.mobile-menu-panel{animation:slideInLeft .3s ease;background:#fff;display:flex;flex-direction:column;height:100%;max-width:350px;overflow-y:auto;width:100%}.mobile-menu-overlay.closing .mobile-menu-panel{animation:slideOutLeft .3s ease}.mobile-menu-header{align-items:center;background:#2c3e50;border-bottom:1px solid #34495e;color:#fff;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mobile-menu-title h2{font-size:20px;font-weight:600;margin:0}.mobile-menu-close{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:4px;transition:background-color .3s ease;width:32px}.mobile-menu-close:hover{background:#ffffff1a}.close-icon{height:24px;width:24px}.mobile-menu-actions{grid-gap:1px;background:#e9ecef;border-bottom:1px solid #e9ecef;display:grid;gap:1px;grid-template-columns:1fr 1fr}.mobile-action-button{align-items:center;background:#fff;border:none;color:#2c3e50;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px;padding:20px 16px;text-decoration:none;transition:background-color .3s ease}.mobile-action-button:hover{background:#f8f9fa;color:#2c3e50}.mobile-menu-nav{border-bottom:1px solid #e9ecef;padding:0}.mobile-nav-link{border-bottom:1px solid #f1f3f4;color:#2c3e50;display:block;font-size:16px;font-weight:500;padding:16px 20px;text-decoration:none;transition:background-color .3s ease}.mobile-nav-link:hover{background:#f8f9fa;color:#2c3e50}.mobile-nav-link.active{background:#e74c3c;color:#fff}.mobile-nav-link:last-child{border-bottom:none}.mobile-menu-categories{padding:20px 0}.mobile-categories-title{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 16px;padding:0 20px}.mobile-categories-list{padding:0}.mobile-category-item{border-bottom:1px solid #f1f3f4}.mobile-category-item:last-child{border-bottom:none}.mobile-category-row{width:100%}.mobile-category-button{align-items:center;background-color:#fff;border:none;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;padding:0;transition:background-color .3s ease;width:100%}.mobile-category-button:hover{background:#f8f9fa}.mobile-category-content{align-items:center;display:flex;gap:12px}.mobile-category-icon{border-radius:8px;font-size:20px;height:80px!important;margin-right:20px;text-align:center;width:80px!important}.mobile-category-icon-wrapper{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:4px;width:80vw}.mobile-category-name{color:#2c3e50;flex:1 1;font-size:16px;font-weight:500;margin-left:16px;margin-right:16px;text-align:left}.mobile-category-name-rtl{text-align:right}.mobile-category-count{background:#f8f9fa;border-radius:12px;color:#6c757d;font-size:14px;margin-left:20px;margin-right:20px;min-width:32px;padding:2px 8px;text-align:center}.mobile-category-arrow{align-items:center;display:flex;justify-content:center;padding:16px 20px}.mobile-arrow-icon{color:#6c757d;height:16px;transition:transform .3s ease;width:16px}.mobile-subcategories{background:#f8f9fa;border-left:3px solid #e74c3c}.mobile-category-item.level-1 .mobile-category-content{padding-left:40px}.mobile-category-item.level-2 .mobile-category-content{padding-left:60px}.mobile-category-item.level-1 .mobile-category-name{font-size:15px;font-weight:400}.mobile-category-item.level-2 .mobile-category-name{font-size:14px;font-weight:400}.mobile-category-item.level-1 .mobile-category-count{font-size:13px;padding:1px 6px}.mobile-category-item.level-2 .mobile-category-count{font-size:12px;padding:1px 6px}.mobile-menu-footer,.mobile-menu-language{background:#f8f9fa;border-top:1px solid #e9ecef;padding:20px}.mobile-menu-footer{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.mobile-footer-link{color:#6c757d;font-size:14px;padding:8px 0;text-decoration:none;transition:color .3s ease}.mobile-footer-link:hover{color:#e74c3c}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.mobile-menu-overlay[dir=rtl] .mobile-menu-panel{animation:slideInRight .3s ease}.mobile-menu-overlay[dir=rtl].closing .mobile-menu-panel{animation:slideOutRight .3s ease}.mobile-menu-overlay[dir=rtl] .mobile-subcategories{border-left:none;border-right:3px solid #e74c3c}.mobile-menu-overlay[dir=rtl] .mobile-category-item.level-1 .mobile-category-content{padding-left:20px;padding-right:40px}.mobile-menu-overlay[dir=rtl] .mobile-category-item.level-2 .mobile-category-content{padding-left:20px;padding-right:60px}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@media (max-width:480px){.mobile-menu-panel{max-width:100%}.mobile-menu-header{padding:16px}.mobile-menu-title h2{font-size:18px}.mobile-action-button{font-size:13px;padding:16px 12px}.action-icon{height:20px;width:20px}.mobile-nav-link{font-size:15px;padding:14px 16px}.mobile-categories-title{font-size:16px;padding:0 16px}.mobile-category-content{padding:12px 16px}.mobile-category-icon{font-size:18px;width:20px}.mobile-category-name{font-size:15px}.mobile-category-count{font-size:13px;padding:1px 6px}.mobile-category-item.level-1 .mobile-category-content{padding-left:32px}.mobile-category-item.level-2 .mobile-category-content{padding-left:48px}.mobile-menu-footer,.mobile-menu-language{padding:16px}.mobile-footer-link{font-size:13px}}.category-navigation{background:#fff;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;left:0;max-width:400px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:1000}.category-navigation.open{transform:translateX(0)}.category-header{align-items:center;background:#2c3e50;border-bottom:1px solid #34495e;color:#fff;display:flex;justify-content:space-between;padding:20px}.category-header h3{font-size:20px;font-weight:600;margin:0}.close-categories-button{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:4px;transition:background-color .3s ease;width:32px}.close-categories-button:hover{background:#ffffff1a}.category-content{flex-direction:column;overflow-y:auto}.category-list{flex:1 1;padding:0}.category-item{border-bottom:1px solid #f1f3f4}.category-item:last-child{border-bottom:none}.category-row{width:100%}.category-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:0;transition:background-color .3s ease;width:100%}.category-button:hover{background:#f8f9fa}.category-content{align-items:center;display:flex;flex:1 1;gap:12px;padding:16px 20px}.category-icon{flex-shrink:0;font-size:20px;height:128px;object-fit:contain;text-align:center;width:128px}.category-name{flex:1 1;font-size:16px;font-weight:500;text-align:left}.category-count{background:#f8f9fa;border-radius:12px;color:#6c757d;font-size:14px;min-width:32px;padding:2px 8px;text-align:center}.category-arrow{align-items:center;display:flex;justify-content:center;padding:16px 20px}.arrow-icon{color:#6c757d;height:16px;transition:transform .3s ease;width:16px}.subcategories{background:#f8f9fa;border-left:3px solid #e74c3c}.category-item.level-1 .category-content{padding-left:40px}.category-item.level-2 .category-content{padding-left:60px}.category-item.level-1 .category-name{font-size:15px;font-weight:400}.category-item.level-2 .category-name{font-size:14px;font-weight:400}.category-item.level-1 .category-count{font-size:13px;padding:1px 6px}.category-item.level-2 .category-count{font-size:12px;padding:1px 6px}.category-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:20px}.view-all-categories{background:#e74c3c;border-radius:6px;color:#fff;display:block;font-size:16px;font-weight:600;padding:12px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease;width:100%}.view-all-categories:hover{background:#c0392b;color:#fff}.category-content::-webkit-scrollbar{width:6px}.category-content::-webkit-scrollbar-track{background:#f1f3f4}.category-content::-webkit-scrollbar-thumb{background:#c1c8cd;border-radius:3px}.category-content::-webkit-scrollbar-thumb:hover{background:#a8b2ba}@media (max-width:480px){.category-navigation{max-width:100%}.category-header{padding:16px}.category-header h3{font-size:18px}.category-content{padding:12px 16px}.category-icon{font-size:18px;width:20px}.category-name{font-size:15px}.category-count{font-size:13px;padding:1px 6px}.category-item.level-1 .category-content{padding-left:32px}.category-item.level-2 .category-content{padding-left:48px}.category-footer{padding:16px}.view-all-categories{font-size:15px;padding:10px 16px}}.header{background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 2px 4px #0000001a;position:fixed;z-index:1000}.header,.neon-lines-container{overflow:hidden;top:0;width:100%}.neon-lines-container{bottom:0;height:100%;left:0;opacity:.15;pointer-events:none;position:absolute;right:0;z-index:0}.neon-line{border-radius:10px;filter:blur(1px);height:150px;position:absolute;width:2px}.neon-line.red{background:linear-gradient(180deg,#e74c3c00,#e74c3c 50%,#e74c3c00);box-shadow:0 0 10px #e74c3ccc,0 0 20px #e74c3c99,0 0 30px #e74c3c66}.neon-line.black{background:linear-gradient(180deg,#2c3e5000,#2c3e50 50%,#2c3e5000);box-shadow:0 0 8px #2c3e50e6,0 0 16px #2c3e5099,0 0 24px #2c3e504d}.line-1{animation:neonMove1 8s ease-in-out infinite;left:10%;top:-150px}.line-2{animation:neonMove2 10s ease-in-out infinite;animation-delay:1s;left:25%;top:-150px}.line-3{animation:neonMove3 12s ease-in-out infinite;animation-delay:2s;left:45%;top:-150px}.line-4{animation:neonMove4 9s ease-in-out infinite;animation-delay:.5s;left:60%;top:-150px}.line-5{animation:neonMove5 11s ease-in-out infinite;animation-delay:1.5s;left:75%;top:-150px}.line-6{animation:neonMove6 13s ease-in-out infinite;animation-delay:3s;left:90%;top:-150px}@keyframes neonMove1{0%,to{transform:translateY(0) translateX(0) rotate(5deg)}25%{transform:translateY(80px) translateX(30px) rotate(15deg)}50%{transform:translateY(180px) translateX(-20px) rotate(-10deg)}75%{transform:translateY(120px) translateX(40px) rotate(20deg)}}@keyframes neonMove2{0%,to{transform:translateY(0) translateX(0) rotate(-8deg)}30%{transform:translateY(100px) translateX(-40px) rotate(12deg)}60%{transform:translateY(200px) translateX(25px) rotate(-15deg)}85%{transform:translateY(90px) translateX(-30px) rotate(8deg)}}@keyframes neonMove3{0%,to{transform:translateY(0) translateX(0) rotate(10deg)}20%{transform:translateY(120px) translateX(35px) rotate(-12deg)}55%{transform:translateY(220px) translateX(-15px) rotate(18deg)}80%{transform:translateY(110px) translateX(25px) rotate(-5deg)}}@keyframes neonMove4{0%,to{transform:translateY(0) translateX(0) rotate(-12deg)}35%{transform:translateY(95px) translateX(-25px) rotate(10deg)}65%{transform:translateY(195px) translateX(35px) rotate(-8deg)}90%{transform:translateY(85px) translateX(-40px) rotate(15deg)}}@keyframes neonMove5{0%,to{transform:translateY(0) translateX(0) rotate(15deg)}28%{transform:translateY(110px) translateX(20px) rotate(-18deg)}58%{transform:translateY(210px) translateX(-30px) rotate(12deg)}82%{transform:translateY(100px) translateX(35px) rotate(-10deg)}}@keyframes neonMove6{0%,to{transform:translateY(0) translateX(0) rotate(-10deg)}32%{transform:translateY(105px) translateX(-35px) rotate(14deg)}62%{transform:translateY(205px) translateX(20px) rotate(-16deg)}88%{transform:translateY(95px) translateX(-25px) rotate(8deg)}}.top-bar{background:#f8f9fa;border-bottom:1px solid #e9ecef;font-size:14px;padding:8px 0}.top-bar-content{align-items:center;display:flex;justify-content:space-between}.top-bar-left .shipping-info{color:#28a745;font-weight:500}.top-bar-right{align-items:center;display:flex;gap:20px}.customer-service{color:#6c757d}.main-header{padding:16px 0;position:relative;z-index:10}.header-content{align-items:center;display:flex;gap:24px;justify-content:space-between}.search-section{flex:1 1;max-width:600px}.search-form{width:100%}.search-input-container{align-items:center;display:flex;position:relative}.search-input{border:2px solid #e9ecef;border-radius:25px;font-size:16px;outline:none;padding:12px 50px 12px 16px;transition:border-color .3s ease;width:100%}.search-input:focus{border-color:#e74c3c}.search-button{align-items:center;background:#e74c3c;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:background-color .3s ease;width:40px}.search-button:hover{background:#c0392b}.search-icon{color:#fff;height:20px;width:20px}.user-actions{align-items:center;display:flex;flex-shrink:0;gap:16px}.user-actions:not(.animated){opacity:0;transform:scale(0) rotate(180deg)}.user-actions.animated{animation:cartPop .9s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes cartPop{0%{opacity:0;transform:scale(0) rotate(180deg)}50%{opacity:1;transform:scale(1.2) rotate(-15deg)}70%{transform:scale(.9) rotate(10deg)}85%{transform:scale(1.05) rotate(-5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.user-actions.animated .cart-count{animation:badgeBounce 1s ease .6s}@keyframes badgeBounce{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}75%{transform:scale(1.1)}}.action-button{align-items:center;border:1px solid #0000;border-radius:8px;color:#2c3e50;display:flex;flex-direction:column;padding:8px;position:relative;text-decoration:none;transition:background-color .3s ease}.action-button:hover{background:#f8f9fa}.action-icon{height:24px;margin-bottom:4px;width:24px}.action-text{font-size:12px;font-weight:500}.language-switcher-container{position:relative}.language-button{background:none;border:none;cursor:pointer}.language-switch-horizontal{animation:switchFadeIn .3s cubic-bezier(.68,-.55,.265,1.55);background:#fff;border:2px solid #e9ecef;border-radius:30px;box-shadow:0 8px 24px #00000026;min-width:140px;padding:4px;position:absolute;right:0;top:calc(100% + 12px);z-index:1000}@keyframes switchFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.language-switch-track{background:#f8f9fa;border-radius:24px;display:flex;gap:2px;padding:2px;position:relative}.language-switch-option{background:#0000;border:none;border-radius:20px;color:#6c757d;cursor:pointer;flex:1 1;font-size:12px;font-weight:600;min-width:40px;padding:8px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;z-index:2}.language-switch-option:hover{color:#2c3e50;transform:scale(1.05)}.language-switch-option.active{color:#fff;z-index:3}.language-switch-slider{background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:20px;box-shadow:0 2px 8px #e74c3c66;height:calc(100% - 4px);left:2px;position:absolute;top:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);z-index:1}.language-code{display:block;transition:all .2s ease}.header.rtl .language-switch-horizontal{left:0;right:auto}.header.rtl .language-switch-slider{transform-origin:right}@media (max-width:768px){.language-switch-horizontal{left:50%;min-width:120px;right:auto;transform:translateX(-50%)}.language-switch-option{font-size:11px;padding:6px 10px}}.cart-button{position:relative}.cart-count{align-items:center;background:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;position:absolute;right:-10px;top:-7px;width:20px}.mobile-menu-button{background:none;border:none;border-radius:4px;cursor:pointer;display:none;padding:8px}.menu-icon{color:#2c3e50;height:24px;width:24px}.mobile-menu-button:not(.animated){opacity:0;transform:translateX(-50px) rotate(-90deg)}.mobile-menu-button.animated{animation:menuSlideIn .8s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes menuSlideIn{0%{opacity:0;transform:translateX(-50px) rotate(-90deg) scale(.5)}50%{opacity:1;transform:translateX(5px) rotate(10deg) scale(1.1)}70%{transform:translateX(-3px) rotate(-5deg) scale(.95)}85%{transform:translateX(2px) rotate(2deg) scale(1.02)}to{opacity:1;transform:translateX(0) rotate(0deg) scale(1)}}.mobile-menu-button.animated:hover .menu-icon{animation:menuIconPulse .6s ease}@keyframes menuIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.mobile-search-button{background:none;border:none;border-radius:4px;color:#2c3e50;cursor:pointer;display:none;padding:8px;transition:background-color .3s ease}.mobile-search-button:hover{background:#f8f9fa}.mobile-search-button:not(.animated){opacity:0;transform:scale(0) rotate(-180deg)}.mobile-search-button.animated{animation:searchIconPop .8s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes searchIconPop{0%{opacity:0;transform:scale(0) rotate(-180deg)}50%{opacity:1;transform:scale(1.2) rotate(20deg)}70%{transform:scale(.9) rotate(-10deg)}85%{transform:scale(1.05) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.mobile-search-button.animated:hover svg{animation:iconPulse .6s ease}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.navigation{background:#333;padding:0;position:relative;z-index:10}.nav-content{align-items:center;display:flex;justify-content:space-between;padding-left:50px;padding-right:50px}.nav-categories{flex-shrink:0}.categories-button{align-items:center;background:#e74c3c;border:none;border-radius:24px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 20px;transition:background-color .3s ease}.categories-button:hover{background:#c0392b}.categories-icon{height:20px;width:20px}.nav-links{align-items:center;display:flex;flex:1 1;gap:32px;justify-content:space-evenly;padding-left:100px;padding-right:100px}.nav-link{color:#fff;font-size:16px;font-weight:500;padding:16px 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#e74c3c}.nav-link:after{background:#e74c3c;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-promotions{flex-shrink:0}.promotion-text{color:#f39c12;font-size:14px;font-weight:600}.header.rtl .logo{align-items:flex-end}.header.rtl .search-input{text-align:right}.header.rtl .search-button{left:4px;right:auto}.header.rtl .nav-link:after{left:auto;right:0}@media (min-width:1400px){.nav-link{font-size:18px}.categories-button{font-size:18px;padding:14px 24px}}@media (min-width:1200px) and (max-width:1399px){.nav-link{font-size:17px}.categories-button{font-size:17px;padding:13px 22px}}@media (min-width:992px) and (max-width:1199px){.nav-link{font-size:15px}.categories-button{font-size:15px;padding:11px 18px}.nav-links{gap:24px;padding-left:60px;padding-right:60px}}@media (min-width:768px) and (max-width:991px){.nav-link{font-size:14px}.categories-button{font-size:14px;padding:10px 16px}.nav-links{gap:20px;padding-left:40px;padding-right:40px}.nav-content{padding-left:30px;padding-right:30px}.categories-icon{height:18px;width:18px}}@media (max-width:768px){.top-bar{display:none}.header-content{gap:16px}.logo-text{font-size:24px}.search-section{display:none}.mobile-search-button{display:block}.search-input{font-size:14px;padding:10px 45px 10px 12px}.search-button{height:35px;width:35px}.search-icon{height:18px;width:18px}.action-text{display:none}.action-button{padding:12px}.mobile-menu-button{display:block}.navigation{display:none}}@media (max-width:480px){.header-content{gap:12px}.logo-text{font-size:20px}.logo-subtitle{font-size:10px}.user-actions{gap:8px}.action-button{padding:8px}.action-icon{height:20px;width:20px}}.navigation{opacity:0;transform:translateY(-20px);transition:all .6s cubic-bezier(.68,-.55,.265,1.55)}.navigation.nav-visible{opacity:1;transform:translateY(0)}.epic-button{box-shadow:0 4px 15px #e74c3c4d;overflow:hidden;position:relative;transition:all .3s ease}.epic-button:hover{box-shadow:0 6px 25px #e74c3c80;transform:translateY(-2px)}.epic-button:active{transform:translateY(0) scale(.98)}.button-glow{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.epic-button:hover .button-glow{left:100%}.button-pulse{background:#ffffff4d;border-radius:50%;height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s,opacity .6s;width:0}.epic-button:hover .button-pulse{height:300px;opacity:0;width:300px}.epic-nav-link{animation:navLinkEntry .6s cubic-bezier(.68,-.55,.265,1.55) forwards;opacity:0;position:relative;transform:translateY(-30px) scale(.8)}@keyframes navLinkEntry{0%{opacity:0;transform:translateY(-30px) scale(.8) rotate(-10deg)}60%{transform:translateY(5px) scale(1.05) rotate(2deg)}80%{transform:translateY(-2px) scale(.98) rotate(-1deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.epic-nav-link .link-text{display:inline-block;font-size:70%;position:relative;text-align:center;transition:all .3s ease;z-index:2}.epic-nav-link:hover .link-text{text-shadow:0 5px 15px #e74c3c80;transform:scale(1.1) translateY(-2px)}.link-underline{background:linear-gradient(90deg,#e74c3c,#f39c12,#e74c3c);background-size:200% 100%;border-radius:2px;bottom:0;box-shadow:0 0 10px #e74c3c80;height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:width .4s cubic-bezier(.68,-.55,.265,1.55);width:0}.epic-nav-link:hover .link-underline{animation:underlineGlow 1.5s ease-in-out infinite;width:100%}@keyframes underlineGlow{0%,to{background-position:0 50%;box-shadow:0 0 10px #e74c3c80}50%{background-position:100% 50%;box-shadow:0 0 20px #e74c3ccc,0 0 30px #f39c1299}}.link-glow{background:radial-gradient(circle,#e74c3c33 0,#0000 70%);height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%}.epic-nav-link:hover .link-glow{animation:glowPulse 1.5s ease-in-out infinite;opacity:1}.epic-nav-link.active{color:#f39c12}.epic-nav-link.active:before{animation:activePulse 2s ease-in-out infinite;background:#f39c12;border-radius:50%;box-shadow:0 0 10px #f39c12,0 0 20px #f39c12;content:"";height:6px;left:50%;position:absolute;top:-5px;transform:translateX(-50%);width:6px}@keyframes activePulse{0%,to{opacity:1;transform:translateX(-50%) scale(1)}50%{opacity:.7;transform:translateX(-50%) scale(1.5)}}.hover-particles{height:100%;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%}.hover-particles .particle{animation:particleFloat 1.5s ease-out forwards;color:#f39c12;height:16px;opacity:0;position:absolute;width:16px}.hover-particles .particle:first-child{animation-delay:0s;left:10%;top:20%}.hover-particles .particle:nth-child(2){animation-delay:.2s;left:80%;top:60%}.hover-particles .particle:nth-child(3){animation-delay:.4s;left:50%;top:40%}.click-ripple{animation:rippleExpand .8s cubic-bezier(.4,0,.2,1) forwards;background:radial-gradient(circle,#f39c1299 0,#e74c3c00 70%);border-radius:50%;height:0;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}@keyframes rippleExpand{0%{height:0;opacity:1;width:0}50%{opacity:.8}to{height:300px;opacity:0;width:300px}}.epic-promotion{animation:promotionEntry .8s cubic-bezier(.68,-.55,.265,1.55) .5s forwards;opacity:0;transform:translateX(30px)}@keyframes promotionEntry{0%{opacity:0;transform:translateX(30px) rotate(5deg)}60%{transform:translateX(-5px) rotate(-2deg)}80%{transform:translateX(2px) rotate(1deg)}to{opacity:1;transform:translateX(0) rotate(0)}}.promo-icon{animation:fireFlicker 1.5s ease-in-out infinite;display:inline-block}@keyframes fireFlicker{0%,to{filter:brightness(1);transform:scale(1) rotate(0deg)}25%{filter:brightness(1.3);transform:scale(1.2) rotate(-5deg)}50%{filter:brightness(.9);transform:scale(.9) rotate(5deg)}75%{filter:brightness(1.2);transform:scale(1.1) rotate(-3deg)}}.promo-content{-webkit-text-fill-color:#0000;animation:textShine 3s ease-in-out infinite;background:linear-gradient(90deg,#f39c12,#f1c40f,#f39c12);-webkit-background-clip:text;background-clip:text;background-size:200% auto;display:inline-block}.categories-button.epic-button .categories-icon{transition:transform .3s ease}.categories-button.epic-button:hover .categories-icon{filter:drop-shadow(0 0 5px rgba(255,255,255,.5));transform:rotate(90deg) scale(1.2)}.navigation:before{animation:navShimmer 3s ease-in-out .5s;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes navShimmer{0%{left:-100%}to{left:100%}}.nav-links .epic-nav-link:first-child{animation-delay:.1s}.nav-links .epic-nav-link:nth-child(2){animation-delay:.2s}.nav-links .epic-nav-link:nth-child(3){animation-delay:.3s}.nav-links .epic-nav-link:nth-child(4){animation-delay:.4s}.nav-links .epic-nav-link:nth-child(5){animation-delay:.5s}.nav-links .epic-nav-link:nth-child(6){animation-delay:.6s}.nav-links .epic-nav-link:nth-child(7){animation-delay:.7s}.nav-links .epic-nav-link:nth-child(8){animation-delay:.8s}.navigation.nav-visible:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-1px)}.categories-button.epic-button{transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.categories-button.epic-button:hover{transform:translateY(-3px) scale(1.05)}.categories-button.epic-button:active{transform:translateY(-1px) scale(1.02)}.epic-nav-link.active .link-underline{animation:activeBorderPulse 2s ease-in-out infinite;width:100%}@keyframes activeBorderPulse{0%,to{box-shadow:0 0 10px #f39c1280;height:3px}50%{box-shadow:0 0 20px #f39c12cc,0 0 30px #f39c1266;height:4px}}.logo-section{flex-shrink:0;perspective:1000px}.logo{align-items:flex-start;color:#2c3e50;display:flex;flex-direction:column;position:relative;text-decoration:none}.logo-wrapper{display:inline-block;position:relative;transform-style:preserve-3d}.footer-logo{background-color:#fff;height:100px;object-fit:contain;width:200px}.logo-text{color:#e74c3c;font-size:32px;font-weight:700;line-height:1}.logo-subtitle{color:#6c757d;font-size:12px;font-weight:400;margin-top:-2px}.logo-img{filter:drop-shadow(0 0 0 transparent);height:100px;object-fit:cover;position:relative;transition:transform .3s ease,filter .3s ease;width:170px;z-index:2}.logo-section:not(.animated) .logo-img{opacity:0;transform:scale(0) rotate(-1turn) translateZ(-200px)}.logo-section:not(.animated) .logo-glow-ring,.logo-section:not(.animated) .particle{opacity:0;transform:scale(0)}.logo-section.animated .logo-img{animation:extremeLogoEntrance 1.5s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes extremeLogoEntrance{0%{filter:blur(20px) brightness(3) drop-shadow(0 0 50px #e74c3c);opacity:0;transform:scale(0) rotate(-1turn) translateZ(-200px) translateY(-100px)}30%{filter:blur(5px) brightness(2) drop-shadow(0 0 30px #e74c3c);opacity:1;transform:scale(1.5) rotate(20deg) translateZ(50px) translateY(0)}50%{filter:blur(2px) brightness(1.5) drop-shadow(0 0 20px #e74c3c);transform:scale(.8) rotate(-10deg) translateZ(0) translateY(10px)}70%{filter:blur(0) brightness(1.2) drop-shadow(0 0 15px #e74c3c);transform:scale(1.1) rotate(5deg) translateZ(0) translateY(-5px)}85%{filter:blur(0) brightness(1) drop-shadow(0 0 10px transparent);transform:scale(.95) rotate(-2deg) translateZ(0) translateY(2px)}to{filter:blur(0) brightness(1) drop-shadow(0 0 0 transparent);opacity:1;transform:scale(1) rotate(0deg) translateZ(0) translateY(0)}}.logo-glow-ring{border:3px solid #e74c3c;border-radius:50%;height:120px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px;z-index:1}.logo-section.animated .logo-glow-ring{animation:glowRingExplosion 1.5s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes glowRingExplosion{0%{box-shadow:0 0 0 #e74c3c00;opacity:1;transform:translate(-50%,-50%) scale(0) rotate(0deg)}20%{box-shadow:0 0 20px #e74c3ccc,0 0 40px #e74c3c99,inset 0 0 20px #e74c3c66;opacity:1;transform:translate(-50%,-50%) scale(.5) rotate(180deg)}40%{box-shadow:0 0 40px #e74c3c,0 0 80px #e74c3ccc,inset 0 0 30px #e74c3c99;opacity:1;transform:translate(-50%,-50%) scale(1.2) rotate(1turn)}70%{box-shadow:0 0 60px #e74c3c66,0 0 120px #e74c3c33;opacity:.5;transform:translate(-50%,-50%) scale(2) rotate(540deg)}to{box-shadow:0 0 0 #e74c3c00;opacity:0;transform:translate(-50%,-50%) scale(3) rotate(2turn)}}.logo-particles{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.particle{background:linear-gradient(135deg,#e74c3c,#f39c12);box-shadow:0 0 20px #e74c3ccc;height:12px;left:50%;top:50%;transform:translate(-50%,-50%);width:12px}.logo-section.animated .particle{animation:particleExplosion 1.2s cubic-bezier(.68,-.55,.265,1.55) forwards}.particle-1{animation-delay:.1s}.particle-2{animation-delay:.15s}.particle-3{animation-delay:.2s}.particle-4{animation-delay:.25s}@keyframes particleExplosion{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}20%{opacity:1;transform:translate(-50%,-50%) scale(1.5)}to{opacity:0}}.particle-1{animation-name:particleExplosion1}.particle-2{animation-name:particleExplosion2}.particle-3{animation-name:particleExplosion3}.particle-4{animation-name:particleExplosion4}@keyframes particleExplosion1{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}30%{opacity:1}to{opacity:0;transform:translate(150px,-80px) scale(.5) rotate(1turn)}}@keyframes particleExplosion2{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}30%{opacity:1}to{opacity:0;transform:translate(-150px,-80px) scale(.5) rotate(-1turn)}}@keyframes particleExplosion3{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}30%{opacity:1}to{opacity:0;transform:translate(150px,80px) scale(.5) rotate(1turn)}}@keyframes particleExplosion4{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}30%{opacity:1}to{opacity:0;transform:translate(-150px,80px) scale(.5) rotate(-1turn)}}.logo:hover .logo-img{filter:drop-shadow(0 5px 15px rgba(231,76,60,.3));transform:scale(1.05) rotate(2deg)}@media (max-width:768px){.logo-img{height:70px;width:120px}.logo-glow-ring{height:90px;width:150px}.particle{height:8px;width:8px}}.quick-links{display:flex;flex-direction:column;gap:20px}.links-title{color:#fff;font-size:18px;font-weight:600;letter-spacing:.5px;margin:0 0 15px;text-transform:uppercase}.links-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.links-item{margin:0}.links-link{color:#ccc;display:block;font-size:14px;font-weight:400;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.links-link:hover{color:#e74c3c;transform:translateX(5px)}.links-link:before{background-color:#e74c3c;content:"";height:2px;left:-15px;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s ease;width:0}.links-link:hover:before{width:10px}.footer.rtl .links-link:hover{transform:translateX(-5px)}.footer.rtl .links-link:before{left:auto;right:-15px}@media (max-width:768px){.quick-links{text-align:center}.links-title{font-size:16px}.links-link{font-size:13px}.links-link:hover{transform:none}.links-link:before{display:none}}@media (max-width:480px){.links-title{font-size:15px;margin-bottom:10px}.links-link{font-size:12px;padding:3px 0}}.contact-info{display:flex;flex-direction:column}.contact-title{color:#fff;font-size:18px;font-weight:600;letter-spacing:.5px;margin:0 0 15px;text-transform:uppercase}.contact-details{display:flex;flex-direction:column;gap:15px}.contact-item{align-items:center;color:#ccc;display:flex;font-size:14px;font-weight:400;gap:12px;padding:8px 0;text-decoration:none;transition:all .3s ease}.contact-item:hover{color:#e74c3c;transform:translateX(5px)}.contact-icon{color:#e74c3c;flex-shrink:0;height:18px;transition:all .3s ease;width:18px}.contact-item:hover .contact-icon{transform:scale(1.1)}.contact-text{line-height:1.4}.footer.rtl .contact-item:hover{transform:translateX(-5px)}@media (max-width:768px){.contact-info{text-align:center}.contact-title{font-size:16px}.contact-item{font-size:13px;justify-content:center}.contact-item:hover{transform:none}.contact-icon{height:16px;width:16px}}@media (max-width:480px){.contact-title{font-size:15px;margin-bottom:10px}.contact-item{font-size:12px;gap:10px;padding:5px 0}.contact-icon{height:14px;width:14px}}.social-links{display:flex;flex-direction:column;gap:20px}.social-title{color:#fff;font-size:18px;font-weight:600;letter-spacing:.5px;margin:0 0 15px;text-transform:uppercase}.social-icons{display:flex;flex-wrap:wrap;gap:15px}.social-link{align-items:center;background-color:#333;border:2px solid #0000;border-radius:50%;color:#ccc;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-link:hover{background-color:#e74c3c;border-color:#fff;box-shadow:0 8px 20px #e74c3c4d;color:#fff;transform:translateY(-3px)}.social-link svg{transition:transform .3s ease}.social-link:hover svg{transform:scale(1.1)}.footer.rtl .social-icons{justify-content:flex-end}@media (max-width:768px){.social-links{text-align:center}.social-title{font-size:16px}.social-icons{gap:12px;justify-content:center}.social-link{height:40px;width:40px}}@media (max-width:480px){.social-title{font-size:15px;margin-bottom:10px}.social-icons{gap:10px}.social-link{height:35px;width:35px}.social-link svg{height:16px;width:16px}}.footer-bottom{background-color:#111;border-top:1px solid #333;padding:20px 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.footer-bottom-left{flex:1 1;min-width:200px}.copyright{color:#999;font-size:14px;font-weight:400;margin:0}.footer-bottom-right{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:20px}.legal-link{color:#999;font-size:13px;font-weight:400;text-decoration:none;transition:color .3s ease;white-space:nowrap}.legal-link:hover{color:#e74c3c}.footer-languages{align-items:center;color:#999;display:flex;font-size:13px;gap:8px}.globe-icon{color:#e74c3c;height:16px;width:16px}.language-text{font-weight:400}.footer.rtl .footer-bottom-content,.footer.rtl .footer-bottom-right{flex-direction:row-reverse}@media (max-width:992px){.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-bottom-left{min-width:auto}.footer-bottom-right{gap:20px;justify-content:center}}@media (max-width:768px){.footer-bottom{padding:15px 0}.footer-bottom-content{padding:0 15px}.footer-bottom-links{gap:15px}.legal-link{font-size:12px}.copyright{font-size:13px}.footer-languages{font-size:12px}}@media (max-width:480px){.footer-bottom{padding:12px 0}.footer-bottom-content{gap:10px;padding:0 10px}.footer-bottom-right{flex-direction:column;gap:15px}.footer-bottom-links{gap:12px;justify-content:center}.legal-link{font-size:11px}.copyright{font-size:12px}.footer-languages{font-size:11px}.globe-icon{height:14px;width:14px}}.footer{background-color:#000;color:#fff;margin-top:auto}.footer-main{border-bottom:1px solid #333;padding:60px 0 40px}.footer-content{display:flex;flex-direction:column;gap:40px}.footer-top-row{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 1fr}.footer-section{display:flex;flex-direction:column}.social-section{width:100%}.footer.rtl{direction:rtl}.footer.rtl .footer-content{text-align:right}@media (max-width:992px){.footer-content,.footer-top-row{gap:30px}.footer-main{padding:40px 0 30px}}@media (max-width:768px){.footer-top-row{gap:25px;grid-template-columns:1fr}.footer-content{gap:25px;text-align:center}.footer-main{padding:30px 0 20px}.container{padding:0 15px}}@media (max-width:480px){.footer-main{padding:25px 0 15px}.container{padding:0 10px}}.cart-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.cart-overlay.closing{animation:fadeOut .3s ease}.cart-panel{animation:slideIn .3s ease;background:#fff;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;height:100%;max-width:450px;width:100%}.cart-panel.closing{animation:slideOut .3s ease}.cart-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;padding:20px}.cart-header,.cart-title{align-items:center;display:flex}.cart-title{gap:10px}.cart-icon{color:#e74c3c;height:24px;width:24px}.cart-title h2{color:#2c3e50;font-size:20px;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:50%;cursor:pointer;padding:8px;transition:background-color .3s ease}.close-button:hover{background:#e9ecef}.close-icon{color:#6c757d;height:20px;width:20px}.cart-content{flex:1 1;overflow:hidden}.cart-content,.empty-cart{display:flex;flex-direction:column}.empty-cart{align-items:center;flex:1 1;justify-content:center;padding:60px 20px;text-align:center}.empty-cart-icon{color:#e9ecef;height:64px;margin-bottom:20px;width:64px}.empty-cart h3{color:#2c3e50;font-size:24px;font-weight:600;margin:0 0 10px}.empty-cart p{color:#6c757d;font-size:16px;margin:0}.cart-items{flex:1 1;padding:20px}.cart-item{gap:15px;padding:15px 0}.item-image{background:#f8f9fa;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.item-details{flex:1 1;min-width:0}.item-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis}.item-brand{color:#6c757d;font-size:14px;margin:0 0 8px}.item-price{align-items:center;display:flex;gap:8px}.current-price{font-weight:600}.item-controls{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.quantity-controls{align-items:center;border:1px solid #e9ecef;border-radius:6px;display:flex;overflow:hidden}.quantity-button{background:#fff;height:32px;transition:background-color .3s ease;width:32px}.quantity-button:hover{background:#f8f9fa}.quantity-button:active{background:#e9ecef}.quantity-icon{color:#6c757d}.quantity{background:#f8f9fa;height:32px;width:40px}.remove-button{background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;padding:6px;transition:background-color .3s ease}.remove-button:hover{background:#f8d7da}.remove-icon{height:16px;width:16px}.cart-summary{background:#f8f9fa;border-top:1px solid #e9ecef;padding:20px}.summary-row{font-size:16px;margin-bottom:10px}.summary-row.savings{color:#28a745;font-weight:600}.summary-row.total{padding-top:10px}.cart-actions{border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:12px;padding:20px}.continue-shopping{background:#fff;border:1px solid #e9ecef;border-radius:8px;color:#6c757d;cursor:pointer;font-weight:600;padding:12px 20px;transition:all .3s ease}.continue-shopping:hover{background:#f8f9fa;border-color:#dee2e6}.checkout-button{border:none;cursor:pointer;padding:15px 20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@media (max-width:768px){.cart-panel{max-width:100%}.cart-item{gap:12px}.item-image{height:60px;width:60px}.item-name{font-size:14px}.item-brand{font-size:12px}.current-price{font-size:14px}.original-price{font-size:12px}.quantity-button{height:28px;width:28px}.quantity{font-size:14px;height:28px;width:36px}.cart-actions{padding:15px}.checkout-button,.continue-shopping{font-size:14px;padding:12px 16px}}@media (max-width:480px){.cart-header{padding:15px}.cart-title h2{font-size:18px}.cart-items{padding:15px}.cart-item{padding:12px 0}.item-image{height:50px;width:50px}.item-controls{gap:8px}.quantity-controls{border-radius:4px}.quantity-button{height:24px;width:24px}.quantity{font-size:12px;height:24px;width:32px}.cart-summary{padding:15px}.summary-row{font-size:14px}.summary-row.total{font-size:16px}}.checkout-button{align-items:center;background:#e74c3c;border-radius:8px;color:#fff;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-top:16px;padding:14px 20px;text-decoration:none;transition:all .3s ease;width:100%}.checkout-button:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-1px)}.checkout-icon{height:18px;width:18px}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{border-color:#e0e0e0;box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.product-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-image-container{aspect-ratio:1;background:#f8f9fa;height:180px;overflow:hidden;position:relative}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-badges{display:flex;flex-direction:column;gap:6px;left:8px;position:absolute;top:8px;z-index:2}.badge{border-radius:4px;font-size:10px;letter-spacing:.3px;padding:3px 7px}.quick-actions{display:flex;flex-direction:column;gap:6px;opacity:0;position:absolute;right:8px;top:8px;transform:translateX(15px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2}.product-card:hover .quick-actions{opacity:1;transform:translateX(0)}.quick-action-button{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.quick-action-button:hover{background:#fff;box-shadow:0 3px 8px #00000026;transform:scale(1.08)}.quick-action-button.wishlist.active{background:#e74c3c;color:#fff}.action-icon{height:16px;width:16px}.out-of-stock-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;font-size:16px;font-weight:600;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.product-info{display:flex;flex-direction:column;gap:6px;padding:12px;padding-bottom:12px!important}.product-brand{color:#6c757d;font-size:10px;font-weight:500;letter-spacing:.4px;margin-bottom:2px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:14px;font-weight:600;line-height:1.3;margin:0;min-height:2.6em;overflow:hidden;text-overflow:ellipsis}.product-rating{gap:8px;margin:4px 0}.star{height:16px;width:16px}.rating-text{font-size:12px}.product-price{font-size:16px!important;gap:6px;margin:4px 0}.current-price{font-size:18px;font-size:16px!important}.original-price{font-size:14px;font-size:16px!important}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;flex:1 1;font-size:14px;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis}.add-to-cart-button{border-radius:6px;font-size:13px;gap:6px;margin-top:auto;padding:10px 14px;transition:all .2s ease;width:100%}.add-to-cart-button:hover:not(.disabled){background:#c0392b;box-shadow:0 2px 8px #e74c3c4d;transform:translateY(-1px)}.add-to-cart-button.disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.cart-icon{height:16px;width:16px}@media (max-width:768px){.product-card{border-radius:8px}.product-image-container{height:160px}.product-info{gap:5px;padding:10px}.product-brand{font-size:9px}.product-name{font-size:13px;min-height:2.6em}.current-price{font-size:16px!important}.original-price{font-size:13px}.add-to-cart-button{font-size:12px;padding:8px 10px}.quick-actions{opacity:1;transform:translateX(0)}.quick-action-button{height:28px;width:28px}.action-icon,.cart-icon{height:14px;width:14px}}@media (max-width:480px){.product-image-container{height:150px}.product-badges{left:6px;top:6px}.badge{font-size:9px;padding:2px 5px}.quick-actions{gap:4px;right:6px;top:6px}.quick-action-button{height:26px;width:26px}.action-icon{height:13px;width:13px}.product-info{gap:4px;padding:8px}.product-brand{font-size:8px}.product-name{font-size:12px;min-height:2.4em}.current-price{font-size:15px}.add-to-cart-button{font-size:11px;padding:7px 8px}.cart-icon{height:13px;width:13px}}.mobile-product-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-product-card:hover{border-color:#e0e0e0;box-shadow:0 3px 10px #0000001f;transform:translateY(-1px)}.mobile-product-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.mobile-product-image-container{aspect-ratio:1;background:#f8f9fa;overflow:hidden;position:relative}.mobile-product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.mobile-product-card:hover .mobile-product-image{transform:scale(1.05)}.mobile-product-badges{display:flex;flex-direction:column;gap:4px;left:6px;position:absolute;top:6px;z-index:2}.badge{border-radius:3px;font-size:9px;font-weight:600;letter-spacing:.2px;padding:2px 5px;text-transform:uppercase}.badge.new{background:#28a745;color:#fff}.badge.bestseller{background:#ffc107;color:#212529}.badge.discount{background:#dc3545;color:#fff}.mobile-quick-actions{display:flex;flex-direction:column;gap:4px;opacity:0;position:absolute;right:6px;top:6px;transform:translateX(8px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2}.mobile-product-card:hover .mobile-quick-actions{opacity:1;transform:translateX(0)}.mobile-quick-action{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 5px #0000001a;cursor:pointer;display:flex;height:26px;justify-content:center;transition:all .2s ease;width:26px}.mobile-quick-action:hover{background:#fff;box-shadow:0 3px 7px #00000026;transform:scale(1.08)}.mobile-quick-action.wishlist.active{background:#e74c3c;color:#fff}.action-icon{height:13px;width:13px}.mobile-out-of-stock-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;font-size:12px;font-weight:600;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.mobile-product-info{display:flex;flex:1 1;flex-direction:column;gap:5px;padding:10px}.mobile-product-brand{color:#6c757d;font-size:9px;font-weight:500;letter-spacing:.4px;margin-bottom:2px;text-transform:uppercase}.mobile-product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:13px;font-weight:600;line-height:1.3;margin:0;min-height:2.6em;overflow:hidden;text-overflow:ellipsis}.mobile-product-rating{align-items:center;display:flex;gap:6px;margin:2px 0}.stars{gap:1px}.star{color:#e9ecef;height:12px;width:12px}.star.filled{color:#ffc107}.rating-text{font-size:10px}.mobile-product-price{align-items:center;display:flex;gap:5px;margin:3px 0}.current-price{font-size:15px;font-weight:700}.original-price{font-size:11px}.mobile-add-to-cart-button{align-items:center;background:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:11px;font-weight:600;gap:5px;justify-content:center;margin-top:auto;padding:7px 10px;transition:all .2s ease;width:100%}.mobile-add-to-cart-button:hover:not(.disabled){background:#c0392b;box-shadow:0 2px 6px #e74c3c4d;transform:translateY(-1px)}.mobile-add-to-cart-button.disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.cart-icon{height:13px;width:13px}@media (max-width:480px){.mobile-product-badges{left:6px;top:6px}.badge{font-size:9px;padding:2px 4px}.mobile-quick-actions{right:6px;top:6px}.mobile-quick-action{height:24px;width:24px}.action-icon{height:12px;width:12px}.mobile-product-info{padding:10px}.mobile-product-name{font-size:13px}.current-price{font-size:12px!important}.original-price{font-size:11px}.mobile-add-to-cart-button{font-size:11px;padding:6px 10px}.cart-icon{height:12px;width:12px}}@media (hover:none) and (pointer:coarse){.mobile-quick-actions{opacity:1;transform:translateX(0)}.mobile-product-card:hover,.mobile-product-card:hover .mobile-product-image{transform:none}}.product-grid-container{width:100%}.grid-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.grid-title{color:#2c3e50;font-size:28px;font-weight:700;margin:0}.grid-controls{flex-wrap:wrap;gap:20px}.control-group,.grid-controls{align-items:center;display:flex}.control-group{gap:8px}.control-label{color:#6c757d;font-size:14px;font-weight:500}.sort-select{background:#fff;border:1px solid #e9ecef;border-radius:6px;color:#2c3e50;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .3s ease}.sort-select:focus{border-color:#e74c3c;outline:none}.view-mode-toggle{border:1px solid #e9ecef;border-radius:6px;display:flex;overflow:hidden}.view-button{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:center;padding:8px 12px;transition:all .3s ease}.view-button:hover{background:#f8f9fa}.view-button.active{background:#e74c3c;color:#fff}.view-button svg{fill:currentColor}.results-info{border-bottom:1px solid #e9ecef;margin-bottom:20px;padding-bottom:16px}.results-count{color:#6c757d;font-size:14px}.product-grid{grid-gap:20px;display:grid;gap:20px;margin-bottom:40px}.product-grid.grid{grid-template-columns:repeat(3,1fr)}.product-grid.list{grid-template-columns:1fr}@media (max-width:768px){.product-grid.grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.product-grid.list .product-card{flex-direction:row;height:auto}.product-grid.list .product-image-container{aspect-ratio:1;flex-shrink:0;width:200px}.product-grid.list .product-info{flex:1 1;padding:20px}.product-grid.list .product-name{font-size:18px;margin-bottom:8px}.product-grid.list .product-description{-webkit-line-clamp:3;margin-bottom:12px}.product-grid.list .add-to-cart-button{max-width:200px;width:auto}.load-more-container{margin-top:40px;text-align:center}.load-more-button{background:#e74c3c;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:all .3s ease}.load-more-button:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}.empty-state{color:#6c757d;padding:60px 20px}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h3{font-size:24px;font-weight:600;margin:0 0 8px}.empty-state p{font-size:16px;margin:0}@media (max-width:1200px){.product-grid.grid{gap:18px;grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.product-grid.grid{gap:16px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-header{align-items:flex-start;flex-direction:column;gap:16px}.grid-title{font-size:24px}.grid-controls{justify-content:space-between;width:100%}.product-grid.grid{gap:12px;grid-template-columns:repeat(2,1fr)}.product-grid.list .product-card{flex-direction:column}.product-grid.list .product-image-container{width:100%}.product-grid.list .product-info{padding:16px}}@media (max-width:480px){.grid-controls{align-items:stretch;flex-direction:column;gap:12px}.control-group{justify-content:space-between}.product-grid.grid{gap:10px;grid-template-columns:repeat(2,1fr)}.load-more-button{font-size:14px;padding:10px 24px}}.home-page{background:#f8f9fa;min-height:100vh}.hero-section{align-items:center;color:#fff;display:flex;height:60vh;justify-content:center;margin-top:80px;overflow:hidden;padding:60px 0;position:relative}.hero-video-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.hero-video{left:50%;min-width:100%;object-fit:cover;top:50%;transform:translate(-50%,-50%);width:auto}.hero-video,.video-overlay{height:100%;position:absolute}.video-overlay{background:linear-gradient(135deg,#e74c3c4d,#c0392b66);left:0;top:0;width:100%;z-index:2}.hero-video-container:not(.animated) .hero-video{filter:blur(10px);opacity:0;transform:translate(-50%,-50%) scale(1.3)}.hero-video-container:not(.animated) .video-overlay{opacity:0}.hero-video-container.animated .hero-video{animation:cinematicZoomIn 2s cubic-bezier(.25,.46,.45,.94) forwards}.hero-video-container.animated .video-overlay{animation:overlayFadeIn 1.5s ease .5s forwards}@keyframes cinematicZoomIn{0%{filter:blur(10px);opacity:0;transform:translate(-50%,-50%) scale(1.3)}to{filter:blur(0);opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.hero-logo-overlay{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:20%;transform:translate(-50%,-50%);z-index:20}.hero-logo{filter:drop-shadow(0 10px 40px rgba(0,0,0,.5));height:auto;object-fit:contain;width:400px}.hero-logo-overlay:not(.animated) .hero-logo{opacity:0;transform:scale(.5)}.hero-logo-overlay.animated .hero-logo{animation:logoZoomIn 1.5s cubic-bezier(.34,1.56,.64,1) .8s forwards}@keyframes logoZoomIn{0%{filter:drop-shadow(0 0 0 rgba(0,0,0,0)) brightness(2);opacity:0;transform:scale(.5) rotateY(-180deg)}50%{filter:drop-shadow(0 15px 50px rgba(0,0,0,.7)) brightness(1.2);transform:scale(1.15) rotateY(0deg)}to{filter:drop-shadow(0 10px 40px rgba(0,0,0,.5)) brightness(1);opacity:1;transform:scale(1) rotateY(0deg)}}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:10}.hero-text{z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:30px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px}.cta-button{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#fff;box-shadow:0 4px 15px #0003;color:#e74c3c}.cta-button.primary:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#fff;color:#e74c3c;transform:translateY(-2px)}.hero-image{position:relative;z-index:1}.hero-img{border-radius:15px;box-shadow:0 10px 30px #0000004d;height:400px;object-fit:cover;width:100%}.features-section{background:#fff;padding:60px 0}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.feature-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:30px 20px;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff;box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:15px}.feature-card h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin-bottom:10px}.feature-card p{color:#6c757d;font-size:14px;line-height:1.5}.epic-features{background:linear-gradient(135deg,#000,#1a1a1a 50%,#333);min-height:auto;overflow:hidden;padding:60px 0;position:relative}.epic-features:before{animation:backgroundPulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#e74c3c33 0,#0000 50%),radial-gradient(circle at 80% 50%,#e74c3c1a 0,#0000 50%),radial-gradient(circle at 50% 80%,#3333334d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes backgroundPulse{0%,to{opacity:.7}50%{opacity:1}}.section-header{margin-bottom:40px;position:relative;text-align:center;z-index:10}.epic-features:not(.animated) .section-title{opacity:0;transform:translateY(-40px)}.epic-features.animated .section-title{animation:titleSlideIn .8s cubic-bezier(.34,1.56,.64,1) forwards}.section-title{-webkit-text-fill-color:#0000;animation:gradientFlow 6s ease infinite;background:linear-gradient(135deg,#e74c3c,#f39c12,#3498db,#2ecc71);background-size:300% 300%;font-size:2.2rem;font-weight:800}.section-title,.section-title1{-webkit-background-clip:text;background-clip:text;margin-bottom:10px}.section-title1{font-size:1.5rem;font-weight:400}@keyframes titleSlideIn{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.epic-features:not(.animated) .section-subtitle{opacity:0;transform:translateY(-30px)}.epic-features.animated .section-subtitle{animation:subtitleSlideIn .8s cubic-bezier(.34,1.56,.64,1) .15s forwards}.section-subtitle{color:#fffc;font-size:1rem}@keyframes subtitleSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.features-line-container{margin:0 auto;max-width:1100px;padding:20px;position:relative;width:100%}.features-horizontal-grid{align-items:stretch;display:flex;flex-wrap:nowrap;gap:0;justify-content:center}.connection-line-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:50px;position:relative}.epic-features:not(.animated) .connection-line-horizontal{opacity:0;width:0}.epic-features.animated .connection-line-horizontal{animation:lineExpand .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--line-delay)}.connection-line-horizontal{background:linear-gradient(90deg,#0000,var(--line-color),#0000);box-shadow:0 0 15px var(--line-color),0 0 30px var(--line-color);height:3px;position:relative;width:100%}@keyframes lineExpand{0%{opacity:0;width:0}to{opacity:1;width:100%}}.epic-features:not(.animated) .line-particle-dot{opacity:0;transform:scale(0)}.epic-features.animated .line-particle-dot{animation:particleDotAppear .6s cubic-bezier(.34,1.56,.64,1) forwards,particleDotPulse 2s ease-in-out infinite;animation-delay:var(--line-delay)}.line-particle-dot{border-radius:50%;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}@keyframes particleDotAppear{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes particleDotPulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.5)}}.epic-features:not(.animated) .epic-card{opacity:0;transform:scale(.5) translateY(30px)}.epic-features.animated .epic-card{animation:cardPopIn .6s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:var(--card-delay)}@keyframes cardPopIn{0%{opacity:0;transform:scale(.5) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.epic-card{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(145deg,#1a1a1afa,#333333f2);border:2px solid;border-radius:20px;box-shadow:0 10px 40px #00000080,inset 0 1px 0 #ffffff1a;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;justify-content:flex-start;min-height:220px;overflow:hidden;padding:25px 18px;position:relative;text-align:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:200px;z-index:5}.epic-card:before{background:radial-gradient(circle at center,#e74c3c26,#0000 70%);bottom:0;left:0;opacity:0;right:0;top:0;transition:opacity .4s ease}.epic-card:after,.epic-card:before{content:"";pointer-events:none;position:absolute;z-index:0}.epic-card:after{background:linear-gradient(45deg,#0000 30%,#e74c3c1a 50%,#0000 70%);height:200%;left:-50%;top:-50%;transform:translateX(-100%) translateY(-100%) rotate(45deg);transition:transform .6s ease;width:200%}.epic-card:hover:before{opacity:1}.epic-card:hover:after{transform:translateX(100%) translateY(100%) rotate(45deg)}.epic-card:hover{border-color:#e74c3ccc;box-shadow:0 25px 60px #e74c3c66,0 10px 40px #0009,inset 0 1px 0 #fff3;transform:translateY(-12px) scale(1.08);z-index:10}.epic-icon{display:inline-block;font-size:2.8rem;margin-bottom:12px;position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1);z-index:1}.epic-card:hover .epic-icon{filter:brightness(1.2);transform:scale(1.15)}.epic-card h3{color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:8px;transition:all .3s ease}.epic-card h3,.epic-card p{position:relative;z-index:1}.epic-card p{color:#fffc;font-size:.85rem;line-height:1.5}.card-particles{height:100%;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%}.epic-features:not(.animated) .card-particles .particle{opacity:0}.epic-features.animated .card-particles .particle{animation:particleOrbit 3s ease-in-out infinite}.card-particles .particle{border-radius:50%;box-shadow:0 0 8px currentColor;height:6px;opacity:0;position:absolute;width:6px}.card-particles .particle:first-child{left:50%;top:10%}.card-particles .particle:nth-child(2){left:10%;top:50%}.card-particles .particle:nth-child(3){left:90%;top:50%}@keyframes particleOrbit{0%,to{opacity:0;transform:translate(-50%,-50%) scale(0)}25%{opacity:.8}50%{opacity:1;transform:translate(-50%,-50%) translateY(-35px) scale(1.2)}75%{opacity:.4}}.epic-features:not(.animated) .card-glow-ring{opacity:0;transform:scale(.8)}.epic-features.animated .card-glow-ring{animation:ringAppear .6s cubic-bezier(.34,1.56,.64,1) forwards,ringPulse 3s ease-in-out infinite}.card-glow-ring{border:2px solid;border-radius:20px;bottom:-8px;left:-8px;opacity:0;pointer-events:none;position:absolute;right:-8px;top:-8px}@keyframes ringAppear{0%{opacity:0;transform:scale(.8)}to{opacity:.8;transform:scale(1)}}@keyframes ringPulse{0%,to{box-shadow:0 0 20px currentColor;opacity:.8;transform:scale(1)}50%{box-shadow:0 0 30px currentColor;opacity:1;transform:scale(1.05)}}.epic-card:hover .card-glow-ring{animation:ringRotate 2s linear infinite;box-shadow:0 0 40px currentColor;opacity:1!important}@media (max-width:1200px){.features-horizontal-grid{flex-wrap:wrap;gap:25px}.connection-line-wrapper{display:none}.epic-card{min-height:210px;padding:22px 16px;width:190px}.epic-icon{font-size:2.5rem}.epic-card h3{font-size:1rem}.epic-card p{font-size:.8rem}}@media (max-width:768px){.epic-features{min-height:auto;padding:50px 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.section-header{margin-bottom:30px}.features-line-container{padding:15px}.features-horizontal-grid{align-items:center;flex-direction:column;gap:20px}.connection-line-wrapper{display:block;min-height:40px;min-width:auto;position:relative;width:2px}.connection-line-horizontal{height:0;width:2px}.epic-features.animated .connection-line-horizontal{animation:lineExpandVertical .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--line-delay)}@keyframes lineExpandVertical{0%{height:0;opacity:0}to{height:100%;opacity:1}}.line-particle-dot{left:50%;top:50%}.epic-card{max-width:320px;min-height:200px;padding:25px 20px;width:100%}.epic-card:hover{transform:translateY(-5px) scale(1.03)}.epic-icon{font-size:2.5rem;margin-bottom:10px}.epic-card h3{font-size:1rem}.epic-card p{font-size:.85rem}}@media (max-width:480px){.epic-features{padding:40px 0}.section-title{font-size:1.6rem}.section-subtitle{font-size:.9rem}.section-header{margin-bottom:25px}.connection-line-wrapper{min-height:30px}.epic-card{max-width:100%;min-height:190px;padding:22px 18px}.epic-icon{font-size:2.3rem;margin-bottom:10px}.epic-card h3{font-size:.95rem;margin-bottom:6px}.epic-card p{font-size:.8rem;line-height:1.45}}.products-section{background:#fff;padding:60px 0}.products-section.sale-section{background:linear-gradient(135deg,#fff5f5,#fef7f7)}.category-products-section{background:#fff;padding:70px 0}.category-products-section:nth-of-type(odd){background:#fafafa}.category-section-header{align-items:flex-start;display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.category-section-title{color:#1f1f1f;font-size:2.2rem;font-weight:800;letter-spacing:1px;margin:0;text-transform:uppercase}.category-section-accent{background:linear-gradient(135deg,#e74c3c,#ff8a65,#f1c40f);border-radius:999px;box-shadow:0 4px 12px #e74c3c59;height:4px;width:90px}.home-banner{height:300px;overflow:hidden;position:relative;width:100%}.home-banner-image{display:block;height:100%;object-fit:cover;width:100%}.newsletter-section{background:#2c3e50;color:#fff;padding:60px 0}.newsletter-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px;padding:0 20px}.newsletter-text h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.newsletter-text p{font-size:1.1rem;line-height:1.6;opacity:.9}.newsletter-form{display:flex;gap:10px;max-width:400px}.newsletter-input{border:none;border-radius:25px;color:#2c3e50;flex:1 1;font-size:1rem;outline:none;padding:15px 20px}.newsletter-button{background:#e74c3c;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:15px 30px;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{background:#c0392b;transform:translateY(-1px)}.home-page.rtl .hero-content,.home-page.rtl .newsletter-content{grid-template-columns:1fr 1fr}.home-page.rtl .hero-text{order:2}.home-page.rtl .hero-image{order:1}.home-page.rtl .newsletter-text{order:2}.home-page.rtl .newsletter-form{order:1}@media (max-width:768px){.hero-logo{width:280px}.hero-content{gap:30px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-img{height:300px}.features-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.newsletter-content{gap:30px;grid-template-columns:1fr;text-align:center}.newsletter-form{flex-direction:column;gap:15px;max-width:100%}.newsletter-button,.newsletter-input{width:100%}.category-products-section{padding:50px 0}.category-section-header{align-items:center;text-align:center}.category-section-title{font-size:1.9rem}.category-section-accent{width:70px}.home-page.rtl .hero-text{order:1}.home-page.rtl .hero-image{order:2}.home-page.rtl .newsletter-text{order:1}.home-page.rtl .newsletter-form{order:2}}@media (max-width:480px){.hero-logo{width:200px}.hero-title{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.cta-button{max-width:250px;width:100%}.features-grid{grid-template-columns:1fr}.newsletter-text h2{font-size:2rem}.category-products-section{padding:40px 0}.category-section-title{font-size:1.7rem}.category-section-accent{width:60px}}.search-results-page{background:#f8f9fa;min-height:100vh;padding:200px 0}.search-header{margin-bottom:40px;text-align:center}.search-header h1{color:#2c3e50;font-size:32px;font-weight:700;margin:0 0 10px}.search-query{color:#6c757d;font-size:18px;margin:0}.search-query strong{color:#e74c3c;font-weight:600}.no-results{align-items:center;display:flex;justify-content:center;min-height:400px;padding:40px 20px}.no-results-content{max-width:500px;text-align:center}.no-results-content h2{color:#2c3e50;font-size:28px;font-weight:700;margin:0 0 15px}.no-results-content p{color:#6c757d;font-size:16px;line-height:1.6;margin:0 0 30px}.suggestions{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px;text-align:left}.suggestions h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 15px;text-align:center}.suggestions ul{list-style:none;margin:0;padding:0}.suggestions li{color:#6c757d;font-size:14px;padding:8px 0 8px 20px;position:relative}.suggestions li:before{color:#e74c3c;content:"•";font-weight:700;left:0;position:absolute}.search-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.browse-categories,.clear-search{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.browse-categories{background:#e74c3c;color:#fff}.browse-categories:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}.clear-search{background:#fff;border:2px solid #e9ecef;color:#6c757d}.clear-search:hover{background:#f8f9fa;border-color:#dee2e6;transform:translateY(-2px)}@media (max-width:768px){.search-results-page{padding:120px 0}.container{padding:0 15px}.search-header h1{font-size:24px}.search-query{font-size:16px}.loading-spinner{padding:60px 20px}.spinner{height:40px;width:40px}.no-results-content h2{font-size:24px}.suggestions{padding:20px}.suggestions h3{font-size:16px}.search-actions{align-items:center;flex-direction:column}.browse-categories,.clear-search{max-width:200px;width:100%}}@media (max-width:480px){.search-header h1{font-size:20px}.search-query{font-size:14px}.no-results-content h2{font-size:20px}.suggestions{padding:15px}.suggestions li{font-size:13px}}.loader-container{align-items:center;display:flex;justify-content:center;min-height:200px;padding:40px}.loader-container.loader-fullscreen{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;bottom:0;left:0;min-height:100vh;position:fixed;right:0;top:0;z-index:9999}.loader-wrapper{flex-direction:column;gap:30px}.epic-loader,.loader-wrapper{align-items:center;display:flex}.epic-loader{justify-content:center;position:relative}.epic-loader.small{height:60px;width:60px}.epic-loader.medium{height:100px;width:100px}.epic-loader.large{height:150px;width:150px}.loader-ring{animation:ringRotate 3s cubic-bezier(.68,-.55,.265,1.55) infinite;border:3px solid #0000;border-radius:50%;position:absolute}.outer-ring{animation-duration:2s;border-right-color:#c0392b;border-top-color:#e74c3c;filter:drop-shadow(0 0 15px rgba(231,76,60,.8));height:100%;width:100%}.middle-ring{animation-direction:reverse;animation-duration:2.5s;border-left-color:#1a1a1a;border-top-color:#333;filter:drop-shadow(0 0 10px rgba(51,51,51,.6));height:70%;width:70%}@keyframes ringRotate{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}.ring-segment{border:2px solid #0000;border-radius:50%;height:100%;position:absolute;width:100%}.outer-ring .ring-segment:first-child{animation:segmentPulse 1.5s ease-in-out infinite;animation-delay:0s;border-top-color:#e74c3c}.outer-ring .ring-segment:nth-child(2){animation:segmentPulse 1.5s ease-in-out infinite;animation-delay:.4s;border-right-color:#c0392b}.outer-ring .ring-segment:nth-child(3){animation:segmentPulse 1.5s ease-in-out infinite;animation-delay:.8s;border-bottom-color:#e74c3c}.outer-ring .ring-segment:nth-child(4){animation:segmentPulse 1.5s ease-in-out infinite;animation-delay:1.2s;border-left-color:#c0392b}@keyframes segmentPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.loader-core{align-items:center;animation:coreBreath 2s ease-in-out infinite;background:linear-gradient(145deg,#e74c3c,#c0392b);border-radius:50%;box-shadow:0 0 20px #e74c3ccc,inset 0 0 20px #00000080;display:flex;height:40%;justify-content:center;position:absolute;width:40%}@keyframes coreBreath{0%,to{box-shadow:0 0 20px #e74c3ccc,inset 0 0 20px #00000080;transform:scale(1)}50%{box-shadow:0 0 40px #e74c3c,0 0 60px #e74c3c99,inset 0 0 20px #0000004d;transform:scale(1.2)}}.core-pulse{animation:pulseExpand 2s ease-out infinite;border:2px solid #e74c3c;border-radius:50%;height:100%;position:absolute;width:100%}@keyframes pulseExpand{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.core-glow{animation:glowIntensity 2s ease-in-out infinite;background:radial-gradient(circle,#e74c3c66,#0000 70%);border-radius:50%;height:100%;position:absolute;width:100%}@keyframes glowIntensity{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.particle-orbit{animation:orbitRotate 4s linear infinite;height:100%;position:absolute;width:100%}@keyframes orbitRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.particle{animation:particleFloat 2s ease-in-out infinite;background:#e74c3c;border-radius:50%;box-shadow:0 0 10px #e74c3ccc,0 0 20px #e74c3c66;height:8px;position:absolute;width:8px}.particle-1{animation-delay:0s;left:50%;top:0;transform:translateX(-50%)}.particle-2{animation-delay:.5s;right:0;top:50%;transform:translateY(-50%)}.particle-3{animation-delay:1s;bottom:0;left:50%;transform:translateX(-50%)}.particle-4{animation-delay:1.5s;left:0;top:50%;transform:translateY(-50%)}@keyframes particleFloat{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.5)}}.loader-text{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:8px;letter-spacing:1px;text-transform:uppercase}.text-content{-webkit-text-fill-color:#0000;animation:textShine 3s linear infinite;background:linear-gradient(90deg,#e74c3c,#c0392b,#e74c3c);-webkit-background-clip:text;background-clip:text;background-size:200% auto}@keyframes textShine{0%{background-position:0}to{background-position:200%}}.loading-dots{display:flex;gap:4px}.dot{animation:dotBounce 1.4s ease-in-out infinite;background:#e74c3c;border-radius:50%;box-shadow:0 0 10px #e74c3c99;height:6px;width:6px}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-12px)}}@media (max-width:768px){.epic-loader.large{height:100px;width:100px}.epic-loader.medium{height:80px;width:80px}.loader-text{font-size:1rem}}@media (max-width:480px){.epic-loader.large{height:80px;width:80px}.epic-loader.medium{height:60px;width:60px}.loader-text{font-size:.9rem}}.products-page{padding:200px 0}.products-page,.products-page1{background:#f8f9fa;min-height:100vh}.products-page1{align-items:center;display:flex;justify-content:center;padding:40px 0}.container22{margin-top:100px;padding:0 20px}.no-products-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:40px 20px}.no-products-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:500px;padding:60px 40px;text-align:center}.no-products-icon{color:#dee2e6;display:block;height:120px;margin:0 auto 30px;opacity:.6;width:120px}.no-products-content h1{color:#2c3e50;font-size:28px;font-weight:700;margin:0 0 16px}.no-products-content p{color:#6c757d;font-size:16px;line-height:1.6;margin:0}@media (max-width:768px){.no-products-container{min-height:calc(100vh - 120px);padding:20px 15px}.no-products-content{padding:40px 30px}.no-products-icon{height:80px;margin-bottom:20px;width:80px}.no-products-content h1{font-size:24px}.no-products-content p{font-size:14px}}.page-header{margin-bottom:30px;text-align:center}.page-header h1{color:#2c3e50;font-size:32px;font-weight:700;margin:0 0 10px}.page-header p{color:#6c757d;font-size:16px;margin:0}.products-layout{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:280px 1fr}.filters-sidebar{position:-webkit-sticky;position:sticky;top:20px}.products-content{min-height:400px}.mobile-filter-toggle{display:none;margin-bottom:20px}.filter-toggle-button{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 16px;transition:all .3s ease}.filter-toggle-button:hover{background:#f8f9fa;border-color:#dee2e6}.filter-icon{height:20px;width:20px}.filter-count{background:#e74c3c;border-radius:50%;color:#fff;font-size:12px;font-weight:600;height:20px;margin-left:4px;width:20px}.filter-count,.loading-spinner{align-items:center;display:flex;justify-content:center}.loading-spinner{flex-direction:column;padding:80px 20px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e74c3c;height:50px;margin-bottom:20px;width:50px}.loading-spinner p{color:#6c757d;font-size:16px;margin:0}@media (max-width:1024px){.products-layout{gap:20px;grid-template-columns:250px 1fr}}@media (max-width:768px){.products-page{padding:120px 0}.container22{padding:0 15px}.page-header h1{font-size:24px}.page-header p{font-size:14px}.products-layout{gap:0;grid-template-columns:1fr}.filters-sidebar{background:#fff;bottom:0;left:0;position:fixed;right:0;top:0;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.filters-sidebar.open{transform:translateX(0)}.mobile-filter-toggle{display:block}.products-content{min-height:300px}}@media (max-width:480px){.page-header h1{font-size:20px}.filter-toggle-button{font-size:14px;padding:10px 12px}.filter-count,.filter-icon{height:18px;width:18px}.filter-count{font-size:11px}}.product-detail-page{background:#f8f9fa;min-height:100vh;padding:200px 0}.breadcrumb{gap:10px;margin-bottom:30px;padding:15px 0}.back-link,.breadcrumb{align-items:center;display:flex}.back-link{background:none;border:none;color:#6c757d;cursor:pointer;font-size:16px;gap:5px;padding:8px 0;transition:color .3s ease}.back-link:hover{color:#e74c3c}.breadcrumb-item,.breadcrumb-separator{color:#6c757d;font-size:14px}.product-detail-content{align-items:flex-start;display:flex;gap:40px;margin-bottom:40px}.not-found{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:80px 20px;text-align:center}.not-found h2{color:#2c3e50;font-size:32px;margin:0 0 15px}.not-found p{color:#6c757d;font-size:18px;margin:0 0 30px}.back-button{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:all .3s ease}.back-button:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}@media (max-width:768px){.product-detail-page{padding:120px 0}.container{padding:0 15px}.breadcrumb{flex-wrap:wrap;margin-bottom:20px;padding:10px 0}.back-link{font-size:14px}.breadcrumb-item,.breadcrumb-separator{font-size:12px}.product-detail-content{flex-direction:column;gap:20px;margin-bottom:30px}.not-found{padding:60px 15px}.not-found h2{font-size:24px}.not-found p{font-size:16px}.back-button{font-size:14px;padding:12px 24px}}@media (max-width:480px){.container{padding:0 10px}.breadcrumb{gap:8px}.back-link{font-size:13px}.breadcrumb-item,.breadcrumb-separator{font-size:11px}.product-detail-content{gap:15px;margin-bottom:20px}.not-found{padding:40px 10px}.not-found h2{font-size:20px}.not-found p{font-size:14px}}.product-images{display:flex;flex:1 1;flex-direction:column;gap:20px;min-width:0}.main-image-container{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;height:500px;justify-content:center;overflow:hidden;position:relative;width:100%}.main-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.main-image-container:hover .main-image{transform:scale(1.05)}.image-nav{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:2}.image-nav:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.image-nav.prev{left:15px}.image-nav.next{right:15px}.nav-icon{height:20px;width:20px}.thumbnail-images{display:flex;gap:10px;overflow-x:auto;padding:5px 0;scrollbar-color:#ddd #0000;scrollbar-width:thin}.thumbnail-images::-webkit-scrollbar{height:6px}.thumbnail-images::-webkit-scrollbar-track{background:#0000}.thumbnail-images::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.thumbnail{background:#f8f9fa;border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;transition:all .3s ease;width:80px}.thumbnail:hover{border-color:#e74c3c;transform:scale(1.05)}.thumbnail.active{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33}.thumbnail img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.main-image-container{height:300px}.thumbnail{height:60px;width:60px}.image-nav{height:35px;width:35px}.image-nav.prev{left:10px}.image-nav.next{right:10px}.nav-icon{height:18px;width:18px}}@media (max-width:480px){.main-image-container{height:250px}.thumbnail{height:50px;width:50px}.thumbnail-images{gap:8px}}.product-info{flex:1 1;min-width:0;padding:0 20px}.product-header{margin-bottom:20px}.product-brand{color:#e74c3c;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.product-title{color:#2c3e50;font-size:32px;font-weight:700;line-height:1.2;margin:0 0 15px}.product-rating{align-items:center;display:flex;gap:10px;margin-bottom:20px}.stars{display:flex;gap:2px}.star{color:#ddd;height:20px;transition:color .2s ease;width:20px}.star.filled{color:#f39c12}.rating-text{color:#6c757d;font-size:14px;font-weight:500}.product-price{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.current-price{color:#e74c3c;font-size:36px;font-weight:800}.original-price{color:#6c757d;font-size:24px;font-weight:500;text-decoration:line-through}.discount{background:#e74c3c;border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:4px 12px}.product-description{margin-bottom:30px}.product-description p{color:#6c757d;font-size:16px;line-height:1.6;margin:0}.product-actions{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.quantity-selector{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;display:flex;overflow:hidden}.quantity-button{align-items:center;background:#f8f9fa;border:none;color:#6c757d;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.quantity-button:hover:not(:disabled){background:#e9ecef;color:#2c3e50}.quantity-button:disabled{cursor:not-allowed;opacity:.5}.quantity{align-items:center;background:#fff;border-left:1px solid #e9ecef;border-right:1px solid #e9ecef;color:#2c3e50;display:flex;font-weight:600;height:40px;justify-content:center;width:60px}.quantity-icon{height:16px;width:16px}.add-to-cart-button{align-items:center;background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:16px;font-weight:600;height:50px;justify-content:center;min-width:200px;transition:all .3s ease}.add-to-cart-button:hover:not(:disabled){background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}.add-to-cart-button:disabled{background:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.share-button,.wishlist-button{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#6c757d;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.share-button:hover,.wishlist-button:hover{border-color:#e74c3c;color:#e74c3c;transform:translateY(-2px)}.wishlist-button.active{background:#e74c3c;border-color:#e74c3c;color:#fff}.share-icon,.wishlist-icon{height:20px;width:20px}.product-features{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:15px;padding:20px}.feature{align-items:center;color:#6c757d;display:flex;font-size:14px;gap:12px}.feature-icon{color:#e74c3c;flex-shrink:0;height:20px;width:20px}@media (max-width:768px){.product-info{margin-top:20px;padding:0}.product-title{font-size:24px}.current-price{font-size:28px}.original-price{font-size:20px}.product-actions{align-items:stretch;flex-direction:column;gap:15px}.quantity-selector{align-self:flex-start}.add-to-cart-button{min-width:auto;width:100%}.share-button,.wishlist-button{height:45px;width:100%}.product-features{padding:15px}.feature{font-size:13px}}@media (max-width:480px){.product-title{font-size:20px}.current-price{font-size:24px}.original-price{font-size:18px}.product-actions{gap:12px}.quantity-button{height:35px;width:35px}.quantity{height:35px;width:50px}.add-to-cart-button{font-size:14px;height:45px}.share-button,.wishlist-button{height:40px}}.product-tabs{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-top:40px;overflow:hidden}.tab-navigation{background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex}.tab-button{background:#0000;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:20px 24px;position:relative;transition:all .3s ease}.tab-button:hover{background:#e74c3c0d;color:#2c3e50}.tab-button.active{background:#fff;border-bottom-color:#e74c3c;color:#e74c3c}.tab-content{min-height:300px;padding:30px}.description-content h3,.reviews-content h3,.shipping-content h3{color:#2c3e50;font-size:24px;font-weight:700;margin:0 0 20px}.description-content h4{color:#2c3e50;font-size:18px;font-weight:600;margin:25px 0 15px}.description-content p{color:#6c757d;font-size:16px;line-height:1.6;margin:0 0 15px}.description-content ul{margin:0 0 20px;padding-left:20px}.description-content li{color:#6c757d;font-size:16px;line-height:1.6;margin-bottom:8px}.reviews-summary{background:#f8f9fa;border-radius:8px;margin-bottom:30px;padding:20px}.rating-overview{align-items:center;display:flex;gap:20px}.average-rating{align-items:center;display:flex;gap:10px}.rating-number{color:#2c3e50;font-size:36px;font-weight:800}.rating-overview .stars{display:flex;gap:2px}.rating-overview .star{color:#ddd;height:24px;width:24px}.rating-overview .star.filled{color:#f39c12}.rating-overview p{color:#6c757d;font-size:16px;margin:0}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px}.review-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:15px}.reviewer-info{align-items:center;display:flex;gap:10px}.reviewer-name{color:#2c3e50;font-size:16px;font-weight:600}.verified-badge{background:#e74c3c;border-radius:12px;color:#fff;font-size:12px;font-weight:500;padding:2px 8px}.review-rating{align-items:center;display:flex;gap:10px}.review-rating .stars{display:flex;gap:2px}.review-rating .star{color:#ddd;height:16px;width:16px}.review-rating .star.filled{color:#f39c12}.review-date{color:#6c757d;font-size:14px}.review-title{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 10px}.review-comment{color:#6c757d;font-size:16px;line-height:1.6;margin:0 0 15px}.review-actions{display:flex;gap:15px}.helpful-button{background:#0000;border:1px solid #e9ecef;border-radius:20px;color:#6c757d;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.helpful-button:hover{border-color:#e74c3c;color:#e74c3c}.shipping-options{gap:20px;margin-bottom:20px}.shipping-option{background:#f8f9fa;border:1px solid #e9ecef;padding:20px}.shipping-option h4{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 10px}.shipping-option p{color:#6c757d;font-size:16px;margin:0 0 5px}.shipping-note{color:#6c757d;font-size:14px;font-style:italic;margin:0}@media (max-width:768px){.tab-navigation{flex-direction:column}.tab-button{border-bottom:1px solid #e9ecef;border-right:none;font-size:14px;padding:15px 20px;text-align:left}.tab-button.active{border-bottom-color:#e9ecef;border-left:3px solid #e74c3c}.tab-content{padding:20px}.description-content h3,.reviews-content h3,.shipping-content h3{font-size:20px}.description-content h4{font-size:16px}.description-content li,.description-content p{font-size:14px}.rating-overview{align-items:flex-start;flex-direction:column;gap:15px}.rating-number{font-size:28px}.review-header{align-items:flex-start;flex-direction:column}.review-rating{align-self:flex-end}.review-title{font-size:16px}.review-comment{font-size:14px}.shipping-option{padding:15px}.shipping-option h4{font-size:16px}.shipping-option p{font-size:14px}}@media (max-width:480px){.tab-content{padding:15px}.tab-button{font-size:13px;padding:12px 15px}.description-content h3,.reviews-content h3,.shipping-content h3{font-size:18px}.rating-number{font-size:24px}.rating-overview .star{height:20px;width:20px}.review-item{padding:15px}.shipping-option{padding:12px}}.categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.category-card{animation:cardFadeIn .6s ease-out backwards;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.category-card:hover{box-shadow:0 20px 50px #e74c3c40;transform:translateY(-10px) scale(1.02)}.category-image-wrapper{height:200px;overflow:hidden;position:relative;width:100%}.category-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.34,1.56,.64,1);width:100%}.category-card:hover .category-image{transform:scale(1.15)}.category-overlay{background:linear-gradient(180deg,#0000,#0006);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.category-card:hover .category-overlay{opacity:1}.category-info{padding:20px;position:relative;z-index:2}.category-name{color:#2c3e50;font-size:1.4rem;font-weight:700;margin-bottom:12px;transition:color .3s ease}.category-card:hover .category-name{color:#e74c3c}.category-meta{justify-content:space-between}.category-meta,.product-count{align-items:center;display:flex}.product-count{color:#6c757d;font-size:.95rem;font-weight:500;gap:8px}.product-count:before{content:"📦";font-size:1.1rem}.view-arrow{color:#e74c3c;font-size:1.5rem;transition:transform .3s ease}.category-card:hover .view-arrow{transform:translateX(8px)}.category-glow{background:radial-gradient(circle,#e74c3c26 0,#0000 70%);height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .4s ease;width:200%;z-index:1}.category-card:hover .category-glow{animation:glowPulse 2s ease-in-out infinite;opacity:1}@keyframes glowPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){.categories-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.category-image-wrapper{height:180px}.category-name{font-size:1.2rem}}@media (max-width:480px){.categories-grid{gap:20px;grid-template-columns:1fr}.category-image-wrapper{height:160px}.category-info{padding:16px}.category-name{font-size:1.1rem}.product-count{font-size:.9rem}}.categories-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh;padding:200px 0 60px}.container{max-width:1200px}.categories-header{animation:fadeInDown .6s ease-out;margin-bottom:50px;text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.categories-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e74c3c,#c0392b);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:3rem;font-weight:800;margin-bottom:15px}.categories-subtitle{color:#6c757d;font-size:1.2rem}.empty-state{padding:80px 20px;text-align:center}.empty-icon{animation:float 3s ease-in-out infinite;font-size:5rem;margin-bottom:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-state h3{color:#2c3e50;font-size:1.8rem;margin-bottom:10px}.empty-state p{color:#6c757d;font-size:1.1rem}@media (max-width:768px){.categories-page{padding:120px 0 40px}.categories-title{font-size:2.2rem}.categories-subtitle{font-size:1rem}}@media (max-width:480px){.categories-title{font-size:1.8rem}.categories-subtitle{font-size:.95rem}}.order-notes{padding-top:24px}.order-notes label{margin-bottom:12px}.order-notes textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-family:inherit;font-size:15px;line-height:1.5;min-height:100px;outline:none;padding:14px 16px;resize:vertical;transition:all .3s ease;width:100%}.order-notes textarea:focus{background:#fff;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.order-notes textarea::placeholder{color:#adb5bd;font-style:italic}.order-notes textarea:hover:not(:focus){background:#fff;border-color:#dee2e6}[dir=rtl] .checkout-navigation,[dir=rtl] .checkout-navigation .btn-primary,[dir=rtl] .checkout-navigation .btn-secondary{flex-direction:row-reverse}[dir=rtl] .form-row{direction:rtl}[dir=rtl] .option-header,[dir=rtl] .summary-row{flex-direction:row-reverse}.checkout-page{background:#f8f9fa;min-height:100vh;padding:200px 20px}.checkout-container{margin:0 auto;max-width:1200px}.checkout-header{margin-bottom:40px;text-align:center}.checkout-header h1{color:#2c3e50;font-size:32px;font-weight:700;margin:0 0 32px}.checkout-steps{display:flex;gap:40px;justify-content:center;position:relative}.checkout-steps:before{background:#e9ecef;content:"";height:2px;left:10%;position:absolute;right:10%;top:20px;z-index:1}.step{flex-direction:column;gap:8px;position:relative;z-index:2}.step-icon{background:#e9ecef;height:40px;transition:all .3s ease;width:40px}.step.active .step-icon,.step.current .step-icon{background:#e74c3c;color:#fff}.step.current .step-icon{box-shadow:0 0 0 4px #e74c3c33}.step .icon{height:20px;width:20px}.step-title{color:#6c757d;font-size:14px;font-weight:500;transition:color .3s ease}.step.active .step-title,.step.current .step-title{color:#e74c3c;font-weight:600}.checkout-content{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 400px}.checkout-form{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:32px}.checkout-step h2{color:#2c3e50;font-size:24px;font-weight:600;margin:0 0 24px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:20px}.form-group label{color:#2c3e50;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;font-size:16px;outline:none;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.form-group input.error,.form-group select.error{background:#fff5f5;border-color:#dc3545}.form-group input.error:focus,.form-group select.error:focus{box-shadow:0 0 0 3px #dc35451a}.form-group textarea{min-height:80px;resize:vertical}.checkbox-label{align-items:center;color:#2c3e50;cursor:pointer;display:flex;font-size:14px;gap:12px}.checkbox-label input[type=checkbox]{accent-color:#e74c3c;height:18px;margin:0;width:18px}.error-message{color:#dc3545;display:block;font-size:12px;font-weight:500;margin-top:4px}.general-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24;font-size:14px;margin-bottom:20px;padding:12px 16px}.shipping-methods{border-top:1px solid #e9ecef;margin-top:32px;padding-top:24px}.shipping-methods h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 16px}.shipping-options{display:flex;flex-direction:column;gap:12px}.shipping-option{align-items:center;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;gap:16px;padding:16px;transition:all .3s ease}.shipping-option:hover{background:#f8f9fa;border-color:#d1d5db}.shipping-option input[type=radio]{accent-color:#e74c3c;height:18px;margin:0;width:18px}.shipping-option input[type=radio]:checked+.option-content{color:#e74c3c}.shipping-option:has(input[type=radio]:checked){background:#fff5f5;border-color:#e74c3c}.option-content{flex:1 1}.option-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.option-name{font-size:16px;font-weight:600}.option-price{color:#e74c3c;font-weight:600}.option-description{color:#6c757d;font-size:14px}.security-badges{border-top:1px solid #e9ecef;display:flex;gap:16px;margin-top:24px;padding-top:20px}.security-badge{align-items:center;color:#28a745;display:flex;font-size:14px;font-weight:500;gap:8px}.badge-icon{height:18px;width:18px}.order-summary{margin-bottom:24px}.order-summary h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 16px}.order-item{border-bottom:1px solid #f1f3f4;display:flex;gap:12px;padding:12px 0}.order-item:last-child{border-bottom:none}.order-item .item-image{border-radius:8px;height:60px;object-fit:cover;width:60px}.item-details h4{color:#2c3e50;font-size:14px;font-weight:500;line-height:1.3;margin:0 0 4px}.item-details p{color:#6c757d;font-size:12px;margin:0 0 4px}.item-price{color:#e74c3c;font-size:14px;font-weight:600}.order-notes{border-top:1px solid #e9ecef;margin-top:24px;padding-top:20px}.order-notes label{color:#2c3e50;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.checkout-navigation{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;margin-top:32px;padding-top:24px}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#e74c3c}.btn-primary:hover:not(:disabled){background:#c0392b;box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.7;transform:none}.btn-primary.place-order{background:#28a745;font-size:18px;padding:16px 32px}.btn-primary.place-order:hover:not(:disabled){background:#218838}.btn-secondary:hover{transform:translateY(-1px)}.btn-icon{height:18px;width:18px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.order-summary-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:24px;position:-webkit-sticky;position:sticky;top:20px}.order-summary-sidebar h3{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 20px}.summary-section{border-bottom:1px solid #e9ecef;margin-bottom:24px;padding-bottom:20px}.summary-row{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:12px}.summary-row:last-child{margin-bottom:0}.summary-row.total{border-top:1px solid #e9ecef;color:#2c3e50;font-size:18px;font-weight:700;margin-top:12px;padding-top:12px}.cart-items{max-height:300px;overflow-y:auto}.cart-item{border-bottom:1px solid #f1f3f4;display:flex;gap:12px;padding:12px 0}.cart-item:last-child{border-bottom:none}.cart-item .item-image{border-radius:6px;height:50px;object-fit:cover;width:50px}.item-info h4{color:#2c3e50;font-size:13px;font-weight:500;line-height:1.3;margin:0 0 4px}.item-info p{color:#6c757d;font-size:11px;margin:0 0 4px}.item-info span{color:#e74c3c;font-size:13px;font-weight:600}.checkout-page.rtl .checkout-navigation{flex-direction:row-reverse}.checkout-page.rtl .form-row{direction:rtl}.checkout-page.rtl .option-header,.checkout-page.rtl .summary-row{flex-direction:row-reverse}@media (max-width:1024px){.checkout-content{gap:24px;grid-template-columns:1fr 350px}}@media (max-width:768px){.checkout-page{padding:120px 16px}.checkout-steps{gap:20px}.checkout-steps:before{left:5%;right:5%}.step-icon{height:32px;width:32px}.step .icon{height:16px;width:16px}.step-title{font-size:12px}.checkout-content{gap:20px;grid-template-columns:1fr}.order-summary-sidebar{order:-1;position:static}.form-row{gap:0;grid-template-columns:1fr}.checkout-navigation{flex-direction:column;gap:16px}.btn-primary,.btn-secondary{justify-content:center;width:100%}}@media (max-width:480px){.checkout-header h1{font-size:24px}.checkout-form{padding:20px}.checkout-step h2{font-size:20px}.form-group input,.form-group select,.form-group textarea{font-size:16px}.shipping-options{gap:8px}.shipping-option{padding:12px}.option-name,.option-price{font-size:14px}.option-description{font-size:12px}}.order-success-page{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:200px 0}.success-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.success-content:before{background:linear-gradient(90deg,#e74c3c,#f39c12,#2ecc71);content:"";height:4px;left:0;position:absolute;right:0;top:0}.success-icon{margin-bottom:30px}.check-icon{animation:successPulse 2s ease-in-out infinite;color:#2ecc71;height:80px;width:80px}@keyframes successPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.success-message{margin-bottom:40px}.success-message h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:36px;font-weight:800;margin:0 0 20px}.order-number{color:#6c757d;font-size:20px;margin:0 0 15px}.order-number strong{color:#e74c3c;font-weight:700}.confirmation-text{color:#6c757d;font-size:18px;line-height:1.6;margin:0}.order-details{margin-bottom:40px;text-align:left}.order-details h3{color:#2c3e50;font-size:24px;font-weight:700;margin:0 0 30px;text-align:center}.next-steps{display:flex;flex-direction:column;gap:25px}.step{align-items:center;background:#f8f9fa;border-left:4px solid #e74c3c;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.step:hover{background:#e9ecef;transform:translateX(5px)}.step-icon{align-items:center;background:#e74c3c;border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.step-icon .icon{color:#fff;height:24px;width:24px}.step-content h4{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 5px}.step-content p{color:#6c757d;font-size:14px;line-height:1.4;margin:0}.additional-info{background:#f8f9fa;border-radius:12px;padding:30px;text-align:left}.additional-info h4{color:#2c3e50;font-size:20px;font-weight:700;margin:0 0 15px}.additional-info p{color:#6c757d;font-size:16px;line-height:1.6;margin:0 0 15px}@media (max-width:768px){.order-success-page{padding:120px 0}.container{padding:0 15px}.success-content{padding:40px 20px}.success-message h1{font-size:28px}.order-number{font-size:18px}.confirmation-text{font-size:16px}.next-steps{gap:20px}.step{gap:15px;padding:15px}.step-icon{height:40px;width:40px}.step-icon .icon{height:20px;width:20px}.step-content h4{font-size:16px}.step-content p{font-size:13px}.action-buttons{gap:12px}.btn{font-size:14px;min-width:auto;padding:12px 24px}.additional-info{padding:20px}.additional-info h4{font-size:18px}.additional-info p{font-size:14px}}@media (max-width:480px){.success-content{padding:30px 15px}.success-message h1{font-size:24px}.order-number{font-size:16px}.confirmation-text{font-size:14px}.step{flex-direction:column;gap:10px;text-align:center}.step-icon{height:35px;width:35px}.step-icon .icon{height:18px;width:18px}}.payment-failed-page{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:40px 0}.container{margin:0 auto;max-width:800px;padding:0 20px}.failed-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.failed-content:before{background:linear-gradient(90deg,#e74c3c,#f39c12,#e74c3c);content:"";height:4px;left:0;position:absolute;right:0;top:0}.failed-icon{margin-bottom:30px}.error-icon{animation:errorShake 2s ease-in-out infinite;color:#e74c3c;height:80px;width:80px}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.failed-message{margin-bottom:40px}.failed-message h1{color:#e74c3c;font-size:36px;font-weight:800;margin:0 0 20px}.error-description{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 15px}.error-details{color:#6c757d;font-size:16px;line-height:1.6;margin:0}.error-details-section{margin-bottom:40px;text-align:left}.error-details-section h3{color:#2c3e50;font-size:24px;font-weight:700;margin:0 0 30px;text-align:center}.error-reasons{display:flex;flex-direction:column;gap:20px}.reason{align-items:center;background:#fff5f5;border-left:4px solid #e74c3c;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.reason:hover{background:#ffe6e6;transform:translateX(5px)}.reason-icon{align-items:center;background:#e74c3c;border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.reason-icon .icon{color:#fff;height:24px;width:24px}.reason-content h4{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 5px}.reason-content p{color:#6c757d;font-size:14px;line-height:1.4;margin:0}.action-buttons{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;min-width:200px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 4px 15px #e74c3c4d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #e74c3c66;transform:translateY(-2px)}.btn-secondary{background:#6c757d;box-shadow:0 4px 15px #6c757d4d;color:#fff}.btn-secondary:hover{background:#5a6268;box-shadow:0 8px 25px #6c757d66;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #e9ecef;color:#6c757d}.btn-outline:hover{background:#f8f9fa;border-color:#6c757d;color:#2c3e50}.btn-icon{height:20px;width:20px}.help-section{background:#f8f9fa;border-radius:12px;margin-bottom:30px;padding:30px;text-align:left}.help-section h4{color:#2c3e50;font-size:20px;font-weight:700;margin:0 0 15px}.help-section p{color:#6c757d;font-size:16px;line-height:1.6;margin:0 0 15px}.contact-info{margin-top:20px}.contact-info p{font-size:14px;margin:0 0 8px}.contact-info strong{color:#2c3e50;font-weight:600}.security-notice{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);border-left:4px solid #2ecc71;border-radius:12px;padding:25px;text-align:left}.security-notice h4{align-items:center;color:#2c3e50;display:flex;font-size:18px;font-weight:700;gap:10px;margin:0 0 10px}.security-notice p{color:#6c757d;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.payment-failed-page{padding:20px 0}.container{padding:0 15px}.failed-content{padding:40px 20px}.failed-message h1{font-size:28px}.error-description{font-size:18px}.error-details{font-size:14px}.error-details-section h3{font-size:20px}.error-reasons,.reason{gap:15px}.reason{padding:15px}.reason-icon{height:40px;width:40px}.reason-icon .icon{height:20px;width:20px}.reason-content h4{font-size:16px}.reason-content p{font-size:13px}.action-buttons{gap:12px}.btn{font-size:14px;min-width:auto;padding:12px 24px}.help-section{padding:20px}.help-section h4{font-size:18px}.help-section p{font-size:14px}.security-notice{padding:20px}.security-notice h4{font-size:16px}.security-notice p{font-size:13px}}@media (max-width:480px){.failed-content{padding:30px 15px}.failed-message h1{font-size:24px}.error-description{font-size:16px}.error-details{font-size:13px}.reason{flex-direction:column;gap:10px;text-align:center}.reason-icon{height:35px;width:35px}.reason-icon .icon{height:18px;width:18px}}.placeholder-page{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh}.placeholder-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:2rem;text-align:center}.placeholder-content h1{color:#333;font-size:2rem;margin-bottom:1rem}.placeholder-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.placeholder-icon{font-size:4rem;margin:2rem 0}.coming-soon{color:#007bff;font-size:1.1rem;font-weight:600}.placeholder-page.rtl .placeholder-content{direction:rtl}@media (max-width:768px){.placeholder-content{margin:1rem;padding:1.5rem}.placeholder-content h1{font-size:1.5rem}.placeholder-icon{font-size:3rem;margin:1.5rem 0}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}[dir=rtl]{text-align:right}[dir=rtl] body{direction:rtl}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}a{color:inherit;text-decoration:none}input,select,textarea{font-family:inherit;font-size:inherit}@media (max-width:768px){body{font-size:14px}}html{scroll-behavior:smooth}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #007bff;outline-offset:2px}
/*# sourceMappingURL=main.973b8c0e.css.map*/