@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);.button{align-items:center;border:none;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1.5rem;transition:background-color .2s ease-in-out,transform .1s ease-out}.button.primary{background-color:#3b82f6;color:#fff}.button.primary:hover{background-color:#2563eb}.button.secondary{background-color:#fff;border:1px solid #d1d5db;color:#4b5563}.button.secondary:hover{background-color:#f9fafb}.button.icon-only{background:none;border:none;border-radius:9999px;box-shadow:none;color:#9ca3af;padding:.25rem}.button.icon-only:hover{color:#4b5563}.button.icon-only.red-hover:hover{color:#ef4444}.button-icon{height:1.25rem;width:1.25rem}.dashboard-content{padding-bottom:2rem}.color-thumbnails-label{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.color-thumbnails-list{display:flex;flex-wrap:wrap;gap:.5rem}.color-thumbnail-item{display:inline-block;position:relative}.color-thumbnail{background-position:50%;background-size:cover;border:2px solid #fff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;cursor:pointer;height:2rem;transition:transform .2s ease;width:2rem}.color-thumbnail-name{background-color:#1f2937;border-radius:.25rem;bottom:100%;color:#fff;font-size:.75rem;left:50%;opacity:0;padding:.25rem .5rem;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(-.5rem);transition:opacity .2s ease,visibility .2s ease;visibility:hidden;white-space:nowrap;z-index:10}.color-thumbnail-item:hover .color-thumbnail-name{opacity:1;visibility:visible}.product-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card-image-wrapper{height:10rem;overflow:hidden;position:relative;width:100%}.product-card-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.product-card-content{display:flex;flex-direction:column;flex-grow:1;padding:1rem}.product-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.25rem}.product-card-title{color:#1f2937;flex-grow:1;font-size:1.125rem;font-weight:600;margin-right:.5rem}.product-card-price{color:#3b82f6;font-weight:700;white-space:nowrap}.color-thumbnails-container{margin-bottom:1rem;margin-top:.75rem}.product-card-actions{border-top:1px solid #e5e7eb;display:flex;gap:.5rem;justify-content:flex-end;margin-top:auto;padding-top:1rem}.no-products-message{color:#6b7280;font-size:1.125rem;grid-column:1/-1;padding:2rem;text-align:center}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:50}.modal-overlay.invisible{visibility:hidden}.modal-overlay.visible{visibility:visible}.modal-overlay.opacity-0{opacity:0}.modal-overlay.opacity-100{opacity:1}.modal-content-wrapper{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:28rem;overflow-y:auto;padding:1.5rem;width:100%}.input-group{margin-bottom:1rem}.input-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.input-field{border:1px solid #d1d5db;border-radius:.5rem;box-sizing:border-box;padding:.5rem 1rem;width:100%}.input-field:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6;outline:none}.image-upload-group{border:1px dashed #d1d5db;border-radius:.5rem;padding:1rem}.image-upload-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.image-input-section{display:flex;flex:2 1;flex-direction:column;min-width:250px}.image-upload-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.custom-file-input-wrapper{align-items:center;border:1px solid #d1d5db;border-radius:.5rem;display:flex;height:2.5rem;overflow:hidden;width:100%}.image-upload-field-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom-file-upload-button{background-color:#e5e7eb;border-right:1px solid #d1d5db;color:#4b5563;cursor:pointer;flex-shrink:0;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease;white-space:nowrap}.custom-file-upload-button:hover{background-color:#d1d5db}.file-name-display{color:#6b7280;flex-grow:1;font-size:.875rem;overflow:hidden;padding:0 .75rem;text-overflow:ellipsis;white-space:nowrap}.color-input-section{display:flex;flex:1 1;flex-direction:column;max-width:200px;min-width:150px}.color-input-section .input-field{box-sizing:border-box;width:100%}.remove-image-button{align-items:center;border:1px solid #0000;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;padding:0;width:2.5rem}.remove-image-button:hover{border-color:#d1d5db}.image-preview-wrapper{align-items:center;border:1px solid #e5e7eb;border-radius:.25rem;display:flex;height:100px;justify-content:center;margin-top:.5rem;overflow:hidden;width:100px}.image-preview{height:100%;object-fit:cover;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.modal-title{color:#1f2937;font-size:1.25rem;font-weight:600}.close-modal-button{color:#6b7280;margin-left:1rem}.close-modal-button:hover{color:#374151}.product-form{display:flex;flex-direction:column;gap:1.25rem}.form-images-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.add-image-button{align-items:center;background-color:#3b82f6;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-grow:0;flex-shrink:0;gap:.25rem;justify-content:center;min-width:160px;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;transform:none;transition:background-color .2s ease;white-space:nowrap;width:fit-content}.add-image-button:hover{background-color:#2563eb;color:#fff}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.confirmation-modal-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.confirmation-modal-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.confirmation-modal-message{color:#4b5563;font-size:1rem;line-height:1.5}.confirmation-modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}body{background-color:#f8fafc;font-family:Poppins,sans-serif;margin:0;min-height:100vh;padding:0}.container{margin-left:auto;margin-right:auto;max-width:1200px;padding:2rem 1rem}.product-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-5px)}.color-thumbnail{transition:all .2s ease}.color-thumbnail:hover{transform:scale(1.1)}.modal-overlay{transition:opacity .2s ease,visibility .2s ease}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-group{margin-bottom:1rem}.flex-items-center{align-items:center;display:flex}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.mb-4{margin-bottom:1rem}.dashboard-header{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:2rem}@media (min-width:768px){.dashboard-header{align-items:center;flex-direction:row}}.dashboard-title{color:#1f2937;font-size:1.875rem;font-weight:700}.dashboard-subtitle{color:#4b5563}.pagination-controls{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding:1rem}.pagination-info{color:#4b5563;font-size:1rem;font-weight:500}.success-message{background-color:#dcfce7;border:1px solid #86efac;border-radius:.5rem;color:#16a34a;font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}
/*# sourceMappingURL=main.d563485d.css.map*/