@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--primary-color: #00a2ff;--secondary-color: #b70a0a;--accent-color: #e74c3c;--background-color: #ecf0f1;--text-color: #000000;--light-gray: rgb(52, 52, 52)}th,td{border:1px solid #000!important}th{color:#fff!important}.logo{width:300px;height:200px}body{font-family:Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color);margin:0;padding:0}.products{max-width:1200px;margin:200px auto 0;padding:1rem}.filters{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:.5rem;margin-bottom:1rem}.filters button{padding:1rem;background-color:var(--primary-color);border:none;border-radius:7px;color:#fff;font-weight:500;transition:background-color .3s,box-shadow .3s;cursor:pointer}.filters button:hover{background-color:#2980b9;box-shadow:0 2px 4px #0000001a}.search-input{width:100%;padding:.5rem;margin-bottom:2rem;border:1px solid var(--light-gray);border-radius:4px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s}.slider-container{margin-bottom:30px;max-width:100%;overflow:hidden}.slider-image{width:100%;height:auto;object-fit:cover}.search-input:focus{outline:none;box-shadow:0 0 0 2px var(--primary-color)}.fixed-total-display{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#f0f0f0;padding:15px;border-radius:10px;box-shadow:0 4px 10px #0003;z-index:1000;display:flex;align-items:center;font-size:40px}.fixed-total-display span{margin-right:15px;font-weight:700}.purchase-button{background-color:#8cc68e;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s;font-size:30px}.purchase-button:hover{background-color:#45a049}.table-container{overflow-x:auto;margin-bottom:1rem}table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--light-gray)}th{background-color:var(--secondary-color);font-weight:500;color:#fff}tr:last-child td{border-bottom:none}.product-image{width:50px;height:50px;object-fit:cover;cursor:pointer;border-radius:4px;transition:transform .3s;margin-left:20%}.product-name{font-size:1.2rem;font-weight:700}.table-container table thead th{font-size:1.3rem;font-weight:700;padding:12px;text-align:center}.table-container table tbody td{font-size:1.3rem;padding:10px}.table-container table tbody td:nth-child(1),.table-container table tbody td:nth-child(2),.table-container table tbody td:nth-child(4),.table-container table tbody td:nth-child(5),.table-container table tbody td:nth-child(6),.table-container table tbody td:nth-child(7),.table-container table tbody td:nth-child(8){font-size:1.5rem;font-weight:700}.product-image{width:80px;height:80px;object-fit:cover}.quantity-button{font-size:1.2rem;padding:5px 10px}.quantity-display{font-size:1.2rem;margin:0 10px}.product-image:hover{transform:scale(1.1)}.quantity-control{display:flex;align-items:center;justify-content:center}.quantity-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;padding:10px}.quantity-button:hover{background-color:#2980b9}.quantity-display{margin:0 8px}.cart-summary{background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:1rem}.cart-summary p{margin-bottom:.5rem;font-size:1.5rem}.cart-summary textarea{padding:10px}.user-input{width:100%;margin-bottom:.5rem;border:1px solid var(--light-gray);border-radius:4px;box-sizing:border-box;font-size:20px;color:#000}.quantity-input{width:65px;height:40px;padding:5px;border:1px solid #ccc;border-radius:5px;text-align:center;color:#000;margin:5px}.cart-button{padding:10px;margin-right:.5rem;margin-bottom:.5rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;font-size:1.5rem}.cart-button:hover{background-color:#c0392b}.cart-button:disabled{background-color:var(--light-gray);cursor:not-allowed}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.image-modal img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}.close-button{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.error-message{color:var(--accent-color);text-align:center;margin-top:1rem}@media (max-width: 768px){.products{padding:.5rem}.filters{flex-direction:row;overflow-x:auto;white-space:nowrap;padding-bottom:.5rem}.filters button{flex:0 0 auto}th,td{padding:8px}.cart-summary{text-align:center}.cart-button{width:100%;margin-right:0}.table-container{margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem)}table{font-size:.9rem}.product-image{width:40px;height:40px}}@media (max-width: 480px){table{font-size:1.2rem}th,td{padding:6px}.product-image{width:50px!important;height:50px!important;margin-left:5%}.quantity-button{padding:2px}.quantity-display{margin:0 4px}}.table-container table thead th{font-size:1.1rem}.table-container table tbody td{font-size:1rem}.table-container table tbody td:nth-child(1),.table-container table tbody td:nth-child(2),.table-container table tbody td:nth-child(4),.table-container table tbody td:nth-child(5),.table-container table tbody td:nth-child(6),.table-container table tbody td:nth-child(7),.table-container table tbody td:nth-child(8){font-size:1.2rem}@media (max-width: 768px){.table-container table thead th{font-size:.9rem}.table-container table tbody td{font-size:.8rem}.table-container table tbody td:nth-child(1),.table-container table tbody td:nth-child(2),.table-container table tbody td:nth-child(4),.table-container table tbody td:nth-child(5),.table-container table tbody td:nth-child(6),.table-container table tbody td:nth-child(7),.table-container table tbody td:nth-child(8){font-size:1rem}}@media (max-width: 480px){.table-container table thead th{font-size:.7rem}.table-container table tbody td{font-size:.6rem}.table-container table tbody td:nth-child(1),.table-container table tbody td:nth-child(2),.table-container table tbody td:nth-child(4),.table-container table tbody td:nth-child(5),.table-container table tbody td:nth-child(6),.table-container table tbody td:nth-child(7),.table-container table tbody td:nth-child(8){font-size:.8rem}}@media (max-width: 768px){.products{padding:.5rem}.table-container{overflow-x:visible}table{width:100%;font-size:.8rem}th,td{padding:4px;font-size:.8rem}.product-image{width:30px;height:30px}.product-name{font-size:.9rem}.quantity-control{flex-direction:column;align-items:center}.quantity-button{padding:2px;font-size:.8rem}.quantity-display{margin:2px 0;font-size:.8rem}th:nth-child(4),td:nth-child(4),th:nth-child(5),td:nth-child(5){display:none}th:nth-child(1),td:nth-child(1){width:15%}th:nth-child(2),td:nth-child(2){width:10%}th:nth-child(3),td:nth-child(3){width:30%}th:nth-child(6),td:nth-child(6){width:15%}th:nth-child(7),td:nth-child(7){width:15%}th:nth-child(8),td:nth-child(8){width:15%}td:nth-child(2),td:nth-child(6),td:nth-child(8){font-size:.7rem}.product-name{white-space:normal;word-break:break-word}.cart-summary{padding:.5rem}.user-input{font-size:.9rem;padding:.3rem}.cart-button{font-size:.9rem;padding:.5rem 1rem}}@media (max-width: 480px){table{font-size:.7rem}th,td{padding:2px}.product-image{width:25px;height:25px}.product-name{font-size:.8rem}.quantity-button{padding:1px}.quantity-display{font-size:.7rem}td:nth-child(2),td:nth-child(6),td:nth-child(8){font-size:.6rem}}.contact-container{display:flex;justify-content:center;align-items:center;height:60vh;background-color:#f3f4f6}.button-container{display:flex;gap:1.5rem}.contact-button{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#374151;transition:color .3s;font-size:2rem;padding:2rem}.contact-button:hover{color:#2563eb}.contact-button.whatsapp:hover{color:#10b981}.icon-container{width:4rem;height:4rem;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem;transition:background-color .3s}.icon-container.whatsapp{background-color:#10b981!important}.icon-container.whatsapp:hover{background-color:#059669}.whatsapp{border:none!important;background-color:transparent!important}.icon-container.phone{background-color:#3b82f6}.icon-container.phone:hover{background-color:#2563eb}.contact-button span{font-size:.875rem}.upload-product-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(45deg,#6a11cb,#25b4fc);font-family:Poppins,sans-serif}#climate option,#category option{color:#000}.upload-product-form{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;width:400px;box-shadow:0 15px 35px #0003;transform-style:preserve-3d;perspective:1000px;transition:transform .6s}.upload-product-form:hover{transform:rotateX(5deg) rotateY(5deg)}h2{color:#fff;text-align:center;margin-bottom:30px;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.form-group{margin-bottom:25px;position:relative;z-index:1}label{display:block;margin-bottom:8px;color:#fff;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.1)}input,select{width:100%;padding:12px;border:none;border-radius:8px;background:#ffffff1a;color:#fff;font-size:16px;transition:all .3s ease}input:focus,select:focus{outline:none;background:#fff3;box-shadow:0 0 10px #ffffff80}input[type=file]{padding:10px;background:#ffffff1a;border-radius:8px;cursor:pointer}.submit-btn{width:100%;padding:12px;background:linear-gradient(45deg,#ff6b6b,#feca57);border:none;border-radius:8px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0003}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.submit-btn:active{transform:translateY(1px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.form-group{animation:float 4s ease-in-out infinite}.form-group:nth-child(odd){animation-delay:.5s}@media (max-width: 480px){.upload-product-form{width:90%;padding:30px}}.admin-container{display:flex;height:100vh;background-color:#f3f4f6}.sidebar{background-color:#1f2937;color:#fff;transition:all .3s ease-in-out}.sidebar.expanded{width:16rem}.sidebar.collapsed{width:4rem}.sidebar.mobile-expanded{width:100%;height:auto;position:absolute;z-index:10}.sidebar-header{padding:1rem;display:flex;align-items:center;justify-content:space-between}.sidebar-title{font-size:1.5rem;font-weight:600;color:#fff}.close-button{color:#000;font-size:1.5rem}.sidebar-nav{display:flex;flex-direction:column}.nav-item{display:flex;align-items:center;width:100%;padding:1rem;transition:background-color .2s;color:#000}.nav-item:hover,.nav-item.active{background-color:#374151}.nav-icon{margin-right:1rem;font-size:1.25rem}.main-content{flex:1;display:flex;flex-direction:column}.main-header{background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1rem;display:flex;align-items:center}.menu-button{margin-right:1rem;font-size:1.5rem;color:#4b5563}.menu-button:hover{color:#1f2937}.header-title{font-size:1.25rem;font-weight:600}.content-area{padding:1.5rem;flex:1;overflow-y:auto}@media (max-width: 767px){.sidebar{display:none}.sidebar.mobile-expanded{display:block}}.nav-item{color:#fff!important}.online-ordered{max-width:1200px;margin:0 auto;padding:20px;font-family:Roboto,Arial,sans-serif;background-color:#f0f4f8;border-radius:10px;box-shadow:0 10px 20px #0000001a}h2{color:#2c3e50;text-align:center;padding:15px 0;margin-bottom:25px;border-bottom:2px solid #3498db;font-weight:700;text-transform:uppercase;letter-spacing:1px}.total-amount{font-size:1.3em;font-weight:700;color:#2c3e50;margin-bottom:25px;text-align:right;background-color:#e8f4fd;padding:10px 15px;border-radius:5px;box-shadow:0 3px 6px #0000001a}.delete-all-btn{background-color:#e74c3c;color:#fff;border:none;padding:12px 25px;border-radius:5px;cursor:pointer;font-size:1em;margin-bottom:25px;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.delete-all-btn:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.table-container{overflow-x:auto;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #00000014}.orders-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:20px}.orders-table th,.orders-table td{padding:15px 18px;text-align:left;border-bottom:1px solid #ecf0f1}.orders-table th{background-color:#3498db;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.9em}.orders-table tr:nth-child(2n){background-color:#f8fafc}.orders-table tr:hover{background-color:#e8f6ff;transition:background-color .3s ease}.generate-pdf-btn,.view-pdf-btn,.delete-btn{padding:8px 15px;margin:0 5px;border:none;border-radius:4px;cursor:pointer;font-size:.9em;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.generate-pdf-btn{background-color:#3498db;color:#fff}.generate-pdf-btn:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.view-pdf-btn{background-color:#2ecc71;color:#fff}.view-pdf-btn:hover{background-color:#27ae60;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.delete-btn{background-color:#e74c3c;color:#fff;gap:20px}.delete-btn:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.loading,.error{text-align:center;font-size:1.2em;margin-top:50px;color:#7f8c8d}.error{color:#e74c3c}@media (max-width: 768px){.orders-table th,.orders-table td{padding:10px 12px}.generate-pdf-btn,.view-pdf-btn,.delete-btn{padding:6px 10px;font-size:.8em}}.modal{position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006}.modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:600px;color:#000}.modal-content table{width:100%;border-collapse:collapse}.modal-content th,.modal-content td{border:1px solid #ddd;padding:8px;text-align:left}.modal-content input{width:100%;padding:5px;color:#000}.modal-content button{margin-top:10px;margin-right:10px}*{font-family:Poppins,system-ui;padding:0;margin:0}@keyframes scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.animate-scroll{animation:scroll 45s linear infinite}
