@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";[data-bs-theme=light]{--flexi-toast-background-color: #fff;--flexi-toast-btn-border-color: #ccc;--flexi-toast-cancel-btn-background-color: #212529;--flexi-toast-text-color: #101020;--flexi-toast-success: #47D764;--flexi-toast-warning: #FFC021;--flexi-toast-error: #ff355b;--flexi-toast-info: #2F86EB;--flexi-toast-default: #fff}[data-bs-theme=dark]{--flexi-toast-background-color: #212529;--flexi-toast-btn-border-color: #ccc;--flexi-toast-cancel-btn-background-color: #212529;--flexi-toast-text-color: #fff;--flexi-toast-success: #47D764;--flexi-toast-warning: #FFC021;--flexi-toast-error: #ff355b;--flexi-toast-info: #2F86EB;--flexi-toast-default: #212529}.flexi-toast-wrapper{width:380px;position:fixed;z-index:9999}.flexi-taost-top-left{top:20px;left:20px}.flexi-taost-top-right{top:20px;right:20px}.flexi-taost-bottom-left{bottom:20px;left:20px}.flexi-taost-bottom-right{bottom:20px;right:20px}.flexi-taost-bottom-full{padding-left:10%;padding-right:10%;width:100%;bottom:20px}.flexi-taost-top-full{padding-left:10%;padding-right:10%;width:100%;top:20px}.flexi-toast{padding:20px;background-color:var(--flexi-toast-background-color);color:var(--flexi-toast-text-color);border-radius:7px;display:flex;justify-content:space-between;gap:10px;box-shadow:0 15px 30px #00000014;opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.flexi-toast-success{border-left:8px solid var(--flexi-toast-success)}.flexi-toast-error{border-left:8px solid var(--flexi-toast-error)}.flexi-toast-info{border-left:8px solid var(--flexi-toast-info)}.flexi-toast-warning{border-left:8px solid var(--flexi-toast-warning)}.flexi-toast-container-1 svg{width:35px}.flexi-toast-success svg{fill:var(--flexi-toast-success)}.flexi-toast-error svg{fill:var(--flexi-toast-error)}.flexi-toast-info svg{fill:var(--flexi-toast-info)}.flexi-toast-warning svg{fill:var(--flexi-toast-warning)}.flexi-toast:not(:last-child){margin-bottom:10px}.flexi-toast-container{display:flex;gap:10px}.flexi-toast-container-1,.container-2{align-self:center}.flexi-toast-container-2{display:flex;flex-direction:column}.flexi-toast-container-2 span:first-child{color:var(--flexi-toast-text-color);font-weight:600;font-size:16px}.flexi-toast-container-2 span:last-child{font-size:12px;font-weight:400;color:var(--flexi-toast-text-color)}.flexi-toast-close-btn{align-self:flex-start;background-color:transparent;font-size:25px;color:#656565;line-height:0;cursor:pointer}.flexi-toast-fade-in{opacity:1;transform:translateY(0)}.flexi-toast-fade-out{opacity:0;transform:translateY(20px)}.flexi-toast-progress-bar{position:absolute;bottom:0;left:0;height:100%;width:0;opacity:.1}.flex-toast-progress-bar-success{background:var(--flexi-toast-success)}.flex-toast-progress-bar-error{background:var(--flexi-toast-error)}.flex-toast-progress-bar-info{background:var(--flexi-toast-info)}.flex-toast-progress-bar-warning{background:var(--flexi-toast-warning)}.flexi-swal-container{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;justify-content:center;align-items:center;z-index:9999}.flexi-swal-content{background-color:#fff;min-width:300px}.flexi-swal-title-container,.flexi-swal-question-container,.flexi-swal-button-container{padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdddd}.flexi-swal-title-container{padding:10px 15px;font-size:1rem;background-color:#fafafa}.flexi-swal-question-container{padding:15px;font-size:.9rem}.flexi-swal-button-container{gap:5px;background-color:#fafafa}.flexi-swal-button{width:100%;padding:5px 16px;border:1px solid #dcdcdc;background-color:#fff;color:#333;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease-in-out}.flexi-swal-button:hover{background-color:#f1f1f1}.flexi-swal-button-primary{background-color:#108ae5;border-color:#108ae5;color:#fff}.flexi-swal-button-primary:hover{background-color:#0a6ebe}.flexi-swal-close-button{border:0px;background-color:transparent;padding:1px 10px}.flexi-swal-close-button:hover{background-color:#f1f1f1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:linear-gradient(135deg,#a35905,#f67e1b);padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#fff;font-size:1.8rem;font-weight:700}.nav-menu{list-style:none;display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:25px}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.nav-icons{display:flex;gap:1.5rem}.nav-icons i{color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%}.nav-icons i:hover{background:#fff3;transform:scale(1.1)}.hero{background:linear-gradient(135deg,#a35905,#f67e1b);padding:120px 0 80px;text-align:center;color:#fff}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.2rem;opacity:.9}.products{padding:80px 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;text-align:center;border:1px solid #e9ecef}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.product-card img{width:100%;height:200px;object-fit:fill;border-radius:10px;margin-bottom:1rem}.product-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#333;font-weight:600}.product-card .price{font-size:1.5rem;color:#667eea;font-weight:700;margin-bottom:1rem}.add-to-cart{background:linear-gradient(135deg,#a35905,#f67e1b);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.add-to-cart:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#ecf0f1}.footer-section h3{font-size:1.5rem;color:#667eea}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.social-icons{display:flex;gap:1rem}.social-icons i{font-size:1.5rem;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%;background:#34495e}.social-icons i:hover{background:#667eea;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#bdc3c7}.cart-section{padding:120px 0 80px;min-height:100vh}.cart-header{text-align:center;margin-bottom:3rem}.cart-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-weight:700}.cart-header h1 i{color:#667eea;margin-right:.5rem}.cart-header p{font-size:1.1rem;color:#666}#cart-count{color:#667eea;font-weight:700}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem}.cart-items{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item img{width:120px;height:100px;object-fit:cover;border-radius:10px}.item-details h3{font-size:1.3rem;margin-bottom:.5rem;color:#333;font-weight:600}.item-specs{color:#666;font-size:.9rem;margin-bottom:1rem}.item-actions{display:flex;gap:1rem}.remove-btn,.save-btn{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;transition:color .3s ease;padding:.5rem}.remove-btn:hover{color:#dc3545}.save-btn:hover{color:#e74c3c}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border-radius:25px;padding:.5rem}.qty-btn{background:#667eea;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1rem;font-weight:700;transition:all .3s ease}.qty-btn:hover{background:#5a6fd8;transform:scale(1.1)}.quantity{font-weight:700;min-width:30px;text-align:center}.item-price .price{font-size:1.3rem;font-weight:700;color:#333}.order-summary{position:sticky;top:120px;height:fit-content}.summary-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.summary-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:#333;text-align:center}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem}.summary-row.total{font-size:1.2rem;font-weight:700;color:#333;margin-top:1rem}.free{color:#28a745;font-weight:700}hr{border:none;border-top:1px solid #eee;margin:1rem 0}.promo-code{margin:1.5rem 0;display:flex;gap:.5rem}.promo-code input{flex:1;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.promo-btn{background:#667eea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.promo-btn:hover{background:#5a6fd8}.checkout-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.checkout-btn i{margin-right:.5rem}.payment-methods{text-align:center}.payment-methods p{font-size:.9rem;color:#666;margin-bottom:.5rem}.payment-icons{display:flex;justify-content:center;gap:1rem}.payment-icons i{font-size:1.5rem;color:#666}.recommended-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.recommended-section h2{text-align:center;margin-bottom:2rem;color:#333;font-weight:600}.recommended-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.recommended-item{text-align:center;padding:1rem;border:1px solid #eee;border-radius:10px;transition:all .3s ease}.recommended-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.recommended-item img{width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.recommended-item h4{font-size:1rem;margin-bottom:.5rem;color:#333}.rec-price{font-size:1.1rem;font-weight:700;color:#667eea;display:block;margin-bottom:1rem}.add-rec-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.add-rec-btn:hover{background:#5a6fd8;transform:translateY(-2px)}@media (max-width: 768px){.nav-menu{display:none}.cart-content{grid-template-columns:1fr;gap:2rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.quantity-controls,.item-price{grid-column:2;justify-self:start;margin-top:1rem}.item-price{justify-self:end;margin-top:0}.cart-header h1{font-size:2rem}.recommended-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center}.order-summary{position:static}}.checkout-section{padding:120px 0 80px;min-height:100vh}.progress-bar{display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:3rem!important;position:relative!important}.progress-bar:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:300px;height:2px;background:#eee;z-index:1}.step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;background:#fff;padding:0 1rem}.step i{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eee;color:#999;margin-bottom:.5rem;font-size:1rem}.step span{font-size:.9rem;color:#666}.step.completed i{background:#28a745;color:#fff}.step.active i{background:#667eea;color:#fff}.step.completed span,.step.active span{color:#333;font-weight:600}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.checkout-form{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.checkout-summary{position:sticky;top:120px;height:fit-content}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-section h3{font-size:1.3rem;margin-bottom:1.5rem;color:#333;display:flex;align-items:center;gap:.5rem}.form-section h3 i{color:#667eea}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{min-height:80px;resize:vertical}.payment-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.payment-option{border:2px solid #eee;border-radius:10px;padding:1rem;transition:all .3s ease;cursor:pointer}.payment-option:hover{border-color:#667eea}.payment-option input[type=radio]{display:none}.payment-option input[type=radio]:checked+label{color:#667eea}.payment-option input[type=radio]:checked{border-color:#667eea;background:#667eea1a}.payment-option label{display:flex;align-items:center;gap:1rem;cursor:pointer;font-weight:600;margin:0}.payment-option label i{font-size:1.5rem;color:#667eea}.card-form{background:#f8f9fa;border-radius:10px;padding:1.5rem;margin-top:1rem}.installment-options{margin-top:1rem}.installment-options label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.installment-options select{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.agreements{display:flex;flex-direction:column;gap:1rem}.agreement-item{display:flex;align-items:flex-start;gap:.5rem}.agreement-item input[type=checkbox]{margin-top:.2rem;accent-color:#667eea}.agreement-item label{font-size:.9rem;line-height:1.5;cursor:pointer}.agreement-item label a{color:#667eea;text-decoration:none}.agreement-item label a:hover{text-decoration:underline}.order-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee}.order-item img{width:60px;height:50px;object-fit:cover;border-radius:8px}.item-info{flex:1}.item-info h4{font-size:1rem;margin-bottom:.2rem;color:#333}.item-info span{font-size:.9rem;color:#666}.item-total{font-weight:700;color:#333}.complete-order-btn{width:100%;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.complete-order-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #28a74566}.complete-order-btn i{margin-right:.5rem}.security-info{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#28a745;font-size:.9rem;font-weight:600}.security-info i{font-size:1rem}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.progress-bar{flex-direction:column;gap:1rem}.progress-bar:before{display:none}.step{flex-direction:row;padding:0}.step i{margin-bottom:0;margin-right:.5rem}.checkout-summary{position:static}.payment-options{gap:.5rem}.payment-option{padding:.8rem}}.order-section{padding:120px 0 80px;min-height:100vh}.success-message{text-align:center;margin-bottom:3rem;background:#fff;border-radius:15px;padding:3rem 2rem;box-shadow:0 5px 20px #0000001a}.success-icon{margin-bottom:1.5rem}.success-icon i{font-size:4rem;color:#28a745;animation:bounce 1s ease-in-out}@keyframes bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-20px)}80%{transform:translateY(-10px)}}.success-message h1{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:700}.success-message p{font-size:1.1rem;color:#666}.order-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem}.order-info{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a}.order-summary-sidebar{position:sticky;top:120px;height:fit-content}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.order-header h2{font-size:1.8rem;color:#333;font-weight:600}.order-number{text-align:right}.order-number span{display:block;margin-bottom:.5rem;color:#666}.order-number strong{color:#333}.order-status{margin-bottom:2.5rem}.order-status h3{font-size:1.3rem;margin-bottom:1.5rem;color:#333;display:flex;align-items:center;gap:.5rem}.order-status h3 i{color:#667eea}.status-timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem}.status-timeline:before{content:"";position:absolute;left:20px;top:20px;bottom:20px;width:2px;background:#eee}.status-step{display:flex;align-items:center;gap:1rem;position:relative}.status-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eee;color:#999;position:absolute;left:-2rem;z-index:2}.status-step.completed .status-icon{background:#28a745;color:#fff}.status-step.active .status-icon{background:#667eea;color:#fff}.status-info h4{font-size:1.1rem;margin-bottom:.2rem;color:#333;font-weight:600}.status-info span{font-size:.9rem;color:#666}.status-step.completed .status-info h4,.status-step.active .status-info h4{color:#333}.ordered-items{margin-bottom:2.5rem}.ordered-items h3{font-size:1.3rem;margin-bottom:1.5rem;color:#333;display:flex;align-items:center;gap:.5rem}.ordered-items h3 i{color:#667eea}.items-list{border:1px solid #eee;border-radius:10px;overflow:hidden}.order-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #eee;background:#fafafa}.order-item:last-child{border-bottom:none}.item-details h4{font-size:1.1rem;margin-bottom:.3rem;color:#333;font-weight:600}.item-details p{font-size:.9rem;color:#666;margin-bottom:.3rem}.quantity{font-size:.9rem;color:#667eea;font-weight:600}.item-price{text-align:right}.item-price span{font-size:1.2rem;font-weight:700;color:#333}.delivery-info h3{font-size:1.3rem;margin-bottom:1.5rem;color:#333;display:flex;align-items:center;gap:.5rem}.delivery-info h3 i{color:#667eea}.delivery-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.delivery-address h4,.delivery-method h4{font-size:1rem;margin-bottom:.8rem;color:#333;font-weight:600}.delivery-address p,.delivery-method p{line-height:1.6;color:#666;margin-bottom:.5rem}.track-btn{background:#667eea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;margin-top:1rem}.track-btn:hover{background:#5a6fd8;transform:translateY(-2px)}.track-btn i{margin-right:.5rem}.payment-info{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:10px}.payment-info h4{font-size:1rem;margin-bottom:1rem;color:#333;font-weight:600}.payment-info p{margin-bottom:.5rem;color:#666;display:flex;align-items:center;gap:.5rem}.payment-info i{color:#667eea}.order-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.download-invoice-btn,.print-order-btn{background:#667eea;color:#fff;border:none;padding:.8rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.download-invoice-btn:hover,.print-order-btn:hover{background:#5a6fd8;transform:translateY(-2px)}.help-section{padding:1.5rem;background:#f8f9fa;border-radius:10px;text-align:center}.help-section h4{font-size:1rem;margin-bottom:1rem;color:#333;font-weight:600}.contact-btn{background:#28a745;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.contact-btn:hover{background:#218838;transform:translateY(-2px)}.next-steps{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a;margin-bottom:4rem}.next-steps h2{text-align:center;margin-bottom:2rem;color:#333;font-weight:600}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-card{text-align:center;padding:2rem 1.5rem;border:1px solid #eee;border-radius:10px;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.step-card i{font-size:2.5rem;color:#667eea;margin-bottom:1rem}.step-card h3{font-size:1.2rem;margin-bottom:1rem;color:#333;font-weight:600}.step-card p{color:#666;line-height:1.5}@media (max-width: 768px){.order-content{grid-template-columns:1fr;gap:2rem}.order-header{flex-direction:column;gap:1rem}.order-number{text-align:left}.delivery-details{grid-template-columns:1fr;gap:1.5rem}.success-message h1{font-size:2rem}.success-icon i{font-size:3rem}.steps-grid{grid-template-columns:1fr;gap:1rem}.step-card{padding:1.5rem 1rem}.order-summary-sidebar{position:static}.status-timeline{padding-left:1.5rem}.status-timeline:before{left:15px}.status-icon{left:-1.5rem;width:30px;height:30px}}.login-section{padding:120px 0 80px;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.login-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:start}.login-form-container{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #0000001a;border:1px solid #e9ecef}.login-header{text-align:center;margin-bottom:2rem}.login-icon{margin-bottom:1rem}.login-icon i{font-size:4rem;color:#667eea;opacity:.8}.login-header h1{font-size:2.2rem;color:#333;margin-bottom:.5rem;font-weight:700}.login-header p{color:#666;font-size:1rem;opacity:.9}.login-tabs{display:flex;background:#f8f9fa;border-radius:10px;padding:.3rem;margin-bottom:2rem;border:1px solid #e9ecef}.tab-btn{flex:1;background:none;border:none;padding:.8rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;color:#666;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-btn.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.tab-btn:hover:not(.active){color:#333}.tab-content{display:none}.tab-content.active{display:block}.auth-form{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9rem}.input-group{position:relative;display:flex;align-items:center}.input-group i{position:absolute;left:1rem;color:#999;z-index:2}.input-group input{width:100%;padding:.9rem 1rem .9rem 2.5rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-group input:focus+i,.input-group input:focus~.password-toggle i{color:#667eea}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:#999;cursor:pointer;padding:.5rem;border-radius:5px;transition:color .3s ease;z-index:2}.password-toggle:hover{color:#667eea}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#666;position:relative}.checkbox-container input[type=checkbox]{display:none}.checkmark{width:18px;height:18px;border:2px solid #ddd;border-radius:4px;position:relative;transition:all .3s ease;flex-shrink:0}.checkbox-container input[type=checkbox]:checked+.checkmark{background:#667eea;border-color:#667eea}.checkbox-container input[type=checkbox]:checked+.checkmark:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-container a{color:#667eea;text-decoration:none}.checkbox-container a:hover{text-decoration:underline}.forgot-password{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.forgot-password:hover{color:#5a6fd8;text-decoration:underline}.auth-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.auth-btn:active{transform:translateY(0)}.divider{text-align:center;margin:2rem 0;position:relative;color:#999;font-size:.9rem}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e9ecef;z-index:1}.divider span{background:#fff;padding:0 1rem;position:relative;z-index:2}.social-login{display:flex;flex-direction:column;gap:.8rem}.social-btn{width:100%;padding:.9rem;border:2px solid #e9ecef;border-radius:10px;background:#fff;color:#333;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem}.social-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.social-btn.google:hover{border-color:#db4437;color:#db4437}.social-btn.facebook:hover{border-color:#4267b2;color:#4267b2}.social-btn i{font-size:1.2rem}.login-benefits{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px #0000001a;border:1px solid #e9ecef;height:fit-content;position:sticky;top:140px}.benefits-header{text-align:center;margin-bottom:2.5rem}.benefits-header h2{font-size:1.8rem;color:#333;margin-bottom:.5rem;font-weight:700}.benefits-header p{color:#666;font-size:1rem;opacity:.9}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.benefit-item:hover{background:#f8f9fa;border-color:#e9ecef;transform:translateY(-2px)}.benefit-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon i{color:#fff;font-size:1.3rem}.benefit-content h3{font-size:1.1rem;color:#333;margin-bottom:.3rem;font-weight:600}.benefit-content p{color:#666;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.login-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.login-form-container,.login-benefits{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:0}.form-options{flex-direction:column;align-items:flex-start;gap:1rem}.social-login{flex-direction:row;gap:.5rem}.social-btn{padding:.8rem .5rem;font-size:.9rem}.login-header h1{font-size:1.8rem}.benefits-header h2{font-size:1.5rem}.benefit-item{padding:.8rem}.benefit-icon{width:45px;height:45px}.benefit-icon i{font-size:1.1rem}.login-benefits{position:static}}@media (max-width: 480px){.login-section{padding:100px 0 60px}.login-form-container,.login-benefits{padding:1.5rem 1rem;border-radius:15px}.tab-btn{padding:.6rem .8rem;font-size:.9rem}.input-group input{padding:.8rem 1rem .8rem 2.3rem;font-size:.9rem}.auth-btn{padding:.9rem;font-size:1rem}.login-header h1{font-size:1.6rem}.login-header p{font-size:.9rem}.benefit-content h3{font-size:1rem}.benefit-content p{font-size:.8rem}}.dropdown-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.user-avatar{position:relative;z-index:2}.user-info{display:flex;flex-direction:column;position:relative;z-index:2}.dropdown-item:hover i{color:#667eea}.dropdown-menu.show .dropdown-item{animation:slideInRight .3s ease forwards}.dropdown-menu.show .dropdown-item:nth-child(1){animation-delay:.1s}.dropdown-menu.show .dropdown-item:nth-child(2){animation-delay:.15s}.dropdown-menu.show .dropdown-item:nth-child(3){animation-delay:.2s}.dropdown-menu.show .dropdown-item:nth-child(4){animation-delay:.25s}.dropdown-menu.show .dropdown-item:nth-child(5){animation-delay:.3s}.dropdown-menu.show .dropdown-item:nth-child(6){animation-delay:.35s}.dropdown-menu.show .dropdown-item:nth-child(7){animation-delay:.4s}@keyframes slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.dropdown-menu{min-width:250px;right:-20px}.dropdown-menu:before{right:35px}.dropdown-header{padding:1.2rem}.dropdown-item{padding:.8rem 1.2rem}.user-avatar i{font-size:2.2rem}.user-name{font-size:1rem}.user-email{font-size:.85rem}}@media (max-width: 480px){.dropdown-menu{min-width:220px;right:-30px}.dropdown-menu:before{right:45px}.dropdown-header{padding:1rem}.dropdown-item{padding:.7rem 1rem}.dropdown-item span{font-size:.9rem}}.orders-section{padding:120px 0 80px;min-height:100vh;background:#f8f9fa}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a}.header-content h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-weight:700;display:flex;align-items:center;gap:1rem}.header-content h1 i{color:#667eea}.header-content p{font-size:1.1rem;color:#666}.header-stats{display:flex;gap:2rem}.stat-item{text-align:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;min-width:100px}.stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.3rem}.stat-label{font-size:.9rem;opacity:.9}.orders-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;gap:2rem}.search-box{position:relative;flex:1;max-width:400px}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999}.search-box input{width:100%;padding:.8rem 1rem .8rem 2.5rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.search-box input:focus{outline:none;border-color:#667eea}.filter-controls{display:flex;gap:1rem;align-items:center}.filter-select{padding:.8rem 1rem;border:2px solid #e9ecef;border-radius:10px;font-size:.9rem;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-select:focus{outline:none;border-color:#667eea}.filter-btn{background:#667eea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.filter-btn:hover{background:#5a6fd8;transform:translateY(-2px)}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a;border:1px solid #e9ecef;transition:all .3s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.order-info h3{font-size:1.3rem;color:#333;margin-bottom:.3rem;font-weight:600}.order-date{color:#666;font-size:.9rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.status-badge.pending{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-badge.shipped{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.status-badge.delivered{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.cancelled{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.order-items{margin-bottom:1.5rem}.order-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f8f9fa}.order-item:last-child{border-bottom:none;padding-bottom:0}.order-item img{width:80px;height:60px;object-fit:cover;border-radius:8px}.item-details{flex:1}.item-details h4{font-size:1.1rem;color:#333;margin-bottom:.3rem;font-weight:600}.item-details p{color:#666;font-size:.9rem;margin-bottom:.3rem}.quantity{font-size:.8rem;color:#667eea;font-weight:600}.item-price{font-size:1.1rem;font-weight:700;color:#333}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0}.order-total{font-size:1.2rem;color:#333}.order-total strong{color:#667eea}.order-actions{display:flex;gap:.8rem}.btn-primary,.btn-secondary,.btn-success{padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a6fd8;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #e9ecef}.btn-secondary:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838;transform:translateY(-2px);box-shadow:0 5px 15px #28a7454d}.load-more{text-align:center;margin-top:2rem}.load-more-btn{background:#fff;color:#667eea;border:2px solid #667eea;padding:1rem 2rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.load-more-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.user-dropdown{position:relative;display:inline-block}.dropdown-toggle{cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:50%;position:relative}.dropdown-toggle:hover{background:#fff3;transform:scale(1.1)}.dropdown-toggle.active{background:#fff3}.dropdown-menu{position:absolute;top:calc(100% + 15px);right:0;background:#fff;border-radius:15px;box-shadow:0 10px 40px #00000026;border:1px solid #e9ecef;min-width:280px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu:before{content:"";position:absolute;top:-8px;right:20px;width:16px;height:16px;background:#fff;border:1px solid #e9ecef;border-bottom:none;border-right:none;transform:rotate(45deg);z-index:1001}.dropdown-header{padding:1.5rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px 15px 0 0;position:relative;overflow:hidden}.user-avatar i{font-size:2.5rem;color:#ffffffe6}.user-info{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:1.1rem;margin-bottom:.2rem}.user-email{font-size:.9rem;opacity:.8}.dropdown-divider{height:1px;background:#f0f0f0;margin:.5rem 0}.dropdown-item{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;color:#333;text-decoration:none;transition:all .3s ease;border-radius:0;position:relative;overflow:hidden}.dropdown-item:hover{background:#f8f9fa;color:#667eea;transform:translate(5px)}.dropdown-item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#667eea}.dropdown-item.active{background:#f8f9fa;color:#667eea;font-weight:600}.dropdown-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#667eea}.dropdown-item i{font-size:1rem;width:20px;text-align:center;color:#666;transition:color .3s ease}.dropdown-item:hover i,.dropdown-item.active i{color:#667eea}.dropdown-item span{font-weight:500;font-size:.95rem}.dropdown-item.logout{border-top:1px solid #f0f0f0;margin-top:.5rem}.dropdown-item.logout:hover{background:#fff5f5;color:#dc3545}.dropdown-item.logout:hover i{color:#dc3545}.dropdown-item.logout:hover:before{background:#dc3545}@media (max-width: 768px){.page-header{flex-direction:column;gap:2rem;text-align:center}.header-stats{flex-wrap:wrap;justify-content:center;gap:1rem}.stat-item{min-width:80px;padding:.8rem}.stat-number{font-size:1.5rem}.orders-controls{flex-direction:column;gap:1rem;align-items:stretch}.search-box{max-width:none}.filter-controls{flex-wrap:wrap;justify-content:center}.order-header{flex-direction:column;gap:1rem;align-items:flex-start}.order-item{flex-direction:column;text-align:center;gap:.8rem}.order-item img{width:100px;height:75px}.order-footer{flex-direction:column;gap:1rem;align-items:stretch;text-align:center}.order-actions{flex-wrap:wrap;justify-content:center}.dropdown-menu{min-width:250px;right:-20px}.dropdown-menu:before{right:35px}}@media (max-width: 480px){.orders-section{padding:100px 0 60px}.page-header,.orders-controls,.order-card{padding:1.5rem 1rem;margin-left:1rem;margin-right:1rem;border-radius:10px}.header-content h1{font-size:2rem}.stat-item{padding:.6rem;min-width:70px}.stat-number{font-size:1.3rem}.filter-controls{flex-direction:column;align-items:stretch}.filter-select,.filter-btn{width:100%}.order-actions{flex-direction:column}.btn-primary,.btn-secondary,.btn-success{width:100%;justify-content:center;padding:.8rem}.dropdown-menu{min-width:220px;right:-30px}.dropdown-menu:before{right:45px}.btn-info{background-color:#17a2b8;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.btn-info i{font-size:14px}.login-section{padding:2rem 0}.login-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.login-form-container,.login-benefits{background-color:#fff;border-radius:12px;box-shadow:0 3px 12px #0000000d;padding:2rem;flex:1 1 48%;min-width:300px;box-sizing:border-box}.benefits-header h2{font-size:1.5rem;margin-bottom:.5rem}.benefits-header p{font-size:.95rem;color:#666}.benefits-list{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem}.benefit-icon{font-size:1.5rem;color:#6c63ff;flex-shrink:0}.benefit-content h3{font-size:1rem}.login-box{max-width:400px;width:90%;margin:0 auto;padding:20px}.card{border-radius:10px;box-shadow:0 0 12px #0000001a}.card-header{text-align:center;background-color:transparent;border-bottom:none;padding-bottom:0}.login-icon{font-size:3rem;color:#6c63ff;text-align:center;margin-bottom:1rem}.login-header h1{font-size:1.5rem;text-align:center;margin-bottom:.5rem}.login-header p{text-align:center;font-size:.95rem;color:#666;margin-bottom:1.5rem}.login-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.tab-btn{padding:.5rem 1rem;border:1px solid #ddd;background-color:#fff;border-radius:8px;font-size:.95rem;transition:.2s}.input-group{display:flex;align-items:stretch;margin-bottom:1rem}.input-group .form-floating{flex:1}.input-group-text{background-color:#f0f0f0;border-left:none;display:flex;align-items:center;padding:0 1rem;border-radius:0 .375rem .375rem 0}input.form-control{border-radius:.375rem 0 0 .375rem}.login-box{width:100%;max-width:480px;background-color:#fff;border-radius:12px;box-shadow:0 0 10px #00000014;padding:1.75rem;margin:0 auto;box-sizing:border-box}.card-header h1{font-size:1.75rem;text-align:center;word-break:break-word;hyphens:auto}.login-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;max-width:480px;width:100%;margin-bottom:1rem}.login-form-container{padding-top:80px}@media (max-width: 768px){.login-form-container{padding-top:100px}}.login-container{display:flex;flex-direction:column;justify-content:center;min-height:100vh}.auth-form{max-width:420px;margin:2rem auto;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000d}.login-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.tab-btn{padding:.5rem 1.2rem;border:1px solid #ddd;background-color:#fff;border-radius:8px;font-size:.95rem;transition:.2s;display:flex;align-items:center;gap:.4rem}.tab-btn.active{background-color:#6c63ff;color:#fff;border-color:#6c63ff}.login-header{text-align:center;margin-bottom:1.5rem}.login-icon{font-size:3rem;color:#6c63ff;margin-bottom:.5rem}.form-group{margin-bottom:1rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row .form-group{flex:1 1 45%}.input-group{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;padding:.5rem;background-color:#fafafa}.input-group i{margin-right:.5rem;color:#6c63ff}.input-group input{border:none;outline:none;width:100%;background:transparent;font-size:1rem}.form-options{margin-top:1rem;font-size:.85rem;color:#333}.checkbox-container{display:flex;align-items:center;margin-bottom:.5rem;cursor:pointer}.checkbox-container input[type=checkbox]{margin-right:.5rem}.checkbox-container a{color:#6c63ff;text-decoration:none}.auth-btn{width:100%;padding:.75rem;font-size:1rem;border:none;border-radius:8px;background-color:#6c63ff;color:#fff;cursor:pointer;transition:background .3s}.auth-btn:hover{background-color:#5a55d4}@media (max-width: 768px){.form-row{flex-direction:column}.form-row .form-group{width:100%}.auth-form{margin:1rem;padding:1rem}.tab-btn{width:100%;justify-content:center}}.cart-section{padding:2rem 1rem}.cart-header h1{font-size:1.5rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.cart-header p{font-size:.95rem;color:#555}.cart-content{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.cart-items{flex:1 1 60%;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #eee;border-radius:8px;background-color:#fff;flex-wrap:wrap}.cart-item img{width:100px;height:100px;object-fit:contain}.item-details{flex:1;min-width:150px}.item-details h3{font-size:1rem;margin:0}.item-actions{margin-top:.5rem;display:flex;gap:.5rem}.item-actions .remove-btn,.item-actions .save-btn{background:none;border:none;font-size:.85rem;color:#6c63ff;cursor:pointer}.quantity-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{border:none;background-color:#6c63ff;color:#fff;font-size:1.2rem;padding:.3rem .7rem;border-radius:5px;cursor:pointer}.item-price{font-weight:700;font-size:1.1rem;min-width:80px;text-align:right}.order-summary{flex:1 1 35%}.summary-card{background-color:#f9f9f9;padding:1.5rem;border-radius:10px;box-shadow:0 0 8px #0000000a}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:.95rem}.summary-row.total{font-weight:700;font-size:1.1rem}.checkout-btn{width:100%;margin-top:1rem;background-color:#6c63ff;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1rem;cursor:pointer}.checkout-btn i{margin-right:.5rem}@media (max-width: 768px){.cart-content{flex-direction:column}.cart-items,.order-summary{flex:1 1 100%}.cart-item{flex-direction:column;align-items:flex-start}.cart-item img{width:80px;height:80px}.item-price{align-self:flex-end;width:100%;text-align:right}.checkout-btn{font-size:1rem;padding:.75rem 1rem}}.hero{background-color:#6c63ff;color:#fff;text-align:center;padding:3rem 1rem}.hero h1{font-size:2rem;margin-bottom:1rem}.hero p{font-size:1rem}.section-title{font-size:1.5rem;margin:1rem 0;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;padding:1rem 0}.product-card{border:1px solid #eee;border-radius:10px;padding:1rem;background-color:#fff;text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;max-height:180px;object-fit:contain;margin-bottom:.5rem}.product-card h3{font-size:1rem;margin:.3rem 0;color:#444}.product-card .price{font-weight:700;color:#6c63ff;font-size:1.1rem;margin:.5rem 0}.add-to-cart{background-color:#6c63ff;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;margin-top:auto;transition:background-color .2s ease}.add-to-cart:hover{background-color:#554bd8}@media (max-width: 768px){.hero h1{font-size:1.5rem}.hero p{font-size:.95rem}.product-card{padding:.8rem}.product-card h3{font-size:.9rem}.add-to-cart{font-size:.95rem;padding:.5rem .8rem}}.navbar{background-color:#222;color:#fff;padding:1rem .5rem;position:sticky;top:0;z-index:999}.nav-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.nav-logo h2{font-size:1.5rem;color:#fff;margin:0}.nav-menu{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.nav-menu li .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-menu li .nav-link:hover{color:#facc15}.nav-icons{display:flex;align-items:center;gap:1rem;font-size:1.2rem}.nav-icons i{color:#fff;cursor:pointer}.basket-count{min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}.footer{background-color:#f5f5f5;padding:2rem 1rem 1rem;margin-top:2rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-section h4,.footer-section h3{font-size:1.1rem;margin-bottom:.8rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{text-decoration:none;color:#555}.footer-section ul li a:hover{color:#111}.social-icons i{font-size:1.4rem;margin-right:.6rem;cursor:pointer}.footer-bottom{text-align:center;margin-top:1rem;font-size:.9rem;color:#777}@media (max-width: 768px){.nav-container{flex-direction:column;align-items:flex-start}.nav-menu{flex-direction:column;gap:.8rem;width:100%;margin-top:1rem}.nav-icons{justify-content:flex-start;margin-top:1rem}.footer-content{flex-direction:column;align-items:flex-start}.footer-section{width:100%}}.media-list{padding:1rem}.media-list h2{font-size:1.5rem;margin-bottom:1rem;text-align:center}.media-card{background-color:#fff;border:1px solid #ddd;border-radius:10px;padding:1rem;margin-bottom:1rem;text-align:center;box-shadow:0 2px 5px #0000000d;transition:transform .2s ease}.media-card:hover{transform:translateY(-3px)}.media-card img{width:100%;max-width:200px;height:auto;object-fit:contain;margin-bottom:.8rem;border-radius:8px}.media-card h4{font-size:1.1rem;color:#333;margin:.5rem 0 .3rem}.media-card p{font-size:.95rem;color:#666;margin:.2rem 0}@media (min-width: 768px){.media-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.media-card{text-align:center;height:100%}}.orders-section{padding:1rem}.page-header{display:flex;flex-direction:column;gap:1rem;text-align:center;margin-bottom:1.5rem}.page-header .header-content h1{font-size:1.5rem;margin-bottom:.3rem}.header-stats{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stat-item{background:#f1f1f1;padding:1rem;border-radius:10px;text-align:center;min-width:100px}.stat-number{font-size:1.4rem;font-weight:700;color:#333}.stat-label{font-size:.9rem;color:#666}.orders-controls{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.orders-controls .search-box{display:flex;align-items:center;background:#fff;border:1px solid #ccc;padding:.4rem .6rem;border-radius:8px}.search-box i{margin-right:.5rem}.search-box input{border:none;outline:none;width:100%}.filter-select,.filter-btn{width:100%;padding:.5rem;font-size:1rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1rem;box-shadow:0 1px 4px #0000000d}.order-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-bottom:1px solid #eee;padding-bottom:.8rem}.order-status .status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.85rem;color:#fff}.status-badge.pending{background-color:#f0ad4e}.status-badge.shipped{background-color:#5bc0de}.status-badge.delivered{background-color:#5cb85c}.order-items{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:center;gap:1rem}.order-item img{width:70px;height:70px;object-fit:cover;border-radius:8px}.item-details{flex-grow:1}.item-price{font-weight:700;color:#222}.order-footer{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.order-total{font-weight:700}.load-more{text-align:center;margin-top:1.5rem}.load-more-btn{padding:.6rem 1.2rem;background-color:#007bff;color:#fff;border:none;border-radius:8px}@media (min-width: 768px){.orders-controls{flex-direction:row;align-items:center;gap:1rem}.filter-select,.filter-btn{width:auto}.order-item{flex-direction:row}.order-footer{flex-direction:row;justify-content:space-between}}@media (max-width: 768px){.container{padding:0 1rem}.nav-menu{display:none}.cart-content,.order-content,.checkout-content{flex-direction:column}.order-summary-sidebar{width:100%;margin-top:1rem}.form-row{flex-direction:column}.form-group,.product-card,.media-card{width:100%}}.container{width:100%;padding:0 1rem;max-width:1200px;margin:0 auto}@media screen and (max-width: 768px){.products-grid,.items-list,.steps-grid,.order-summary-sidebar,.order-content,.orders-list{display:flex;flex-direction:column;gap:1rem}.product-card,.order-card,.order-item,.media-card{width:100%}.nav-menu{display:none}.checkout-content{flex-direction:column}.checkout-summary,.checkout-form{width:100%}}@media screen and (max-width: 768px){.product-card img,.order-item img{width:100%;height:auto}.btn,.add-to-cart,.complete-order-btn{font-size:16px;padding:12px}h1,h2,h3{font-size:1.2rem}}}
