@view-transition{navigation: auto; duration: .4s; easing: ease-in-out;}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#root{margin:0 auto;text-align:center;width:100%}body{margin:0;display:flex;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}ul{list-style:none;padding:0}.header{background:#fff}.header nav{display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.header-title{text-decoration:none;color:#000}.header-search{width:30%;height:20px;display:flex;align-items:center;gap:1rem;color:#000}.header-search input{width:90%;height:100%;padding:2px;border-radius:5px}.header-panel-section{display:flex;align-items:center;gap:1rem}.header-login-button{height:2.5em;border:1px solid #fff;transition:all .3s ease}.header-login-button:active{background:#fff;color:#000}.header-login-button:hover{scale:1.05}.header-user-button{font-size:2.5rem;cursor:pointer;transition:all .3s ease}.header-user-button:hover{scale:1.1}@media (max-width: 585px){.header nav{flex-wrap:wrap;column-gap:3.3rem;row-gap:.5rem;padding-bottom:25px}.header-search{order:2;width:100%;margin:auto}.header-panel-section{order:1}}@media (max-width: 470px){.header nav{column-gap:0}.header-panel-section{gap:.3rem}}@media (max-width: 385px){.header-title{font-size:.8rem}}.cart{background:#000;display:none;padding:32px;position:absolute;right:0;top:90px;width:200px;border-radius:10px}.cart-pointer{background:#000;width:20px;height:30px;position:absolute;top:-10px;left:140px;transform:rotate(227deg)}.cart-list{max-height:725px;overflow:auto}.cart-list::-webkit-scrollbar{width:7px}.cart-list::-webkit-scrollbar-track{background:#2a2a2a}.cart-list::-webkit-scrollbar-thumb{background:#a9a6a6}.cart img{border-radius:4px;width:100%;aspect-ratio:16/9;display:block;object-fit:cover;background:#fff}.cart li{border-bottom:1px solid #444;padding-bottom:16px}.cart footer{display:flex;gap:8px;justify-content:center;align-items:center}.cart footer button{padding:8px}.cart-button{display:flex;align-items:center;justify-content:center;position:relative;background:#000;color:#fff;border-radius:9999px;cursor:pointer;height:32px;padding:4px;transition:all .3s ease;width:32px;z-index:9998px}.cart-button:hover{scale:1.1}.cart-button~input:checked~.cart{max-height:82%;display:block}.quantity-number{position:absolute;top:25px;left:25px;width:20px;margin:0;background:#e93737;border-radius:9999px}.clear-button{margin-top:15px}.user-container{position:relative;height:2.5rem}.user-container:hover .dropdown-menu{transform:scaleY(1);transition:.35s transform .35s}.user-button{font-size:2.5rem;color:#000;cursor:pointer;transition:all .3s ease}.user-button:hover{scale:1.1}.dropdown-menu{width:100px;max-height:100px;position:absolute;right:-25px;margin-top:10px;display:flex;flex-direction:column;background:#fff;color:#000;border-radius:5px;overflow:hidden;transform:scaleY(0);transform-origin:top;transition:.35s transform .35s}.dropdown-menu *:hover{cursor:pointer;background:#dcdada}.home-button{text-decoration:none;color:#000}.dropdown-menu button{border:none;background:transparent}.filters{display:flex;align-items:center;justify-content:space-evenly;background-color:#fff;color:#000;padding:20px;font-size:14px;font-weight:700}.filters>div{display:flex;gap:1rem}@media (max-width: 675px){.filters{flex-direction:column;gap:1.5rem}}.products{width:70%;margin:auto}.products ul{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,.2fr));gap:1rem}.products li{display:flex;flex-direction:column;gap:1rem;box-shadow:-8px 9px #00000012;border-radius:4px;background:#fff;color:#000;border:1px solid #000;padding:1rem}.products li:hover{scale:1.02}.products h3{margin:0}.products span{font-size:1rem;opacity:.9}.products img{border-radius:4px;width:100%;aspect-ratio:16/9;display:block;object-fit:cover;background:#fff}.products img:hover,.products-title:hover{cursor:pointer}@media (max-width: 905px){.products ul{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.login-formulario-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:10% auto auto;color:#111;border:1px solid #3b3a3a;border-radius:15px;width:300px;height:350px;overflow:hidden}.log-selector{height:60px;display:flex;align-items:end;border-radius:5px 5px 0 0;overflow:hidden}.log-selector .tab{height:60px;width:150px;font-size:.8rem;border-radius:0;background:#d2cece;color:#000}.tab:hover{outline:none;background-color:#c6c3c3;border-color:transparent}.tab:active{outline:none;border-color:transparent}.tab:focus{outline:none;border-color:transparent}.log-selector .active-tab{background:#fff;border-top:5px solid #000}.login-formulario{display:none;justify-content:center;flex-direction:column;gap:1rem}.login-formulario-section{display:flex;flex-direction:column}.login-label{align-self:flex-start;font-size:.8rem}.signup-formulario{display:none;justify-content:center;flex-direction:column;gap:1rem}.signup-formulario-section{display:flex;flex-direction:column}.signup-label{align-self:flex-start;font-size:.8rem}.active-content{display:flex}.dashboard-container{color:#000}.dashboard-container input{border-radius:5px;border:.5px solid #000}.dashboard-container img{border-radius:4px;width:100%;aspect-ratio:16/9;display:block;object-fit:cover;background:#fff}.dashboard-add-formulario{width:70%;min-height:60px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin:40px auto;border:1px solid #000;border-radius:5px;padding:15px}.modal{display:none}.modal--active{display:flex;justify-content:center;align-items:center;background:#000000bf;height:100%;width:100%;position:fixed;top:0;z-index:9999px}.dashboard-edit-formulario{min-width:500px;min-height:90px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin:auto;border:1px solid #000;border-radius:10px;padding:50px 0;position:relative}.close-button{position:absolute;top:1rem;right:1rem;font-size:1.5rem;border-radius:50%}.close-button:hover{transform:scale(1.1);cursor:pointer}.close-button:active{color:#fff;background:#000}.input-label-div{display:flex;align-items:center;gap:5px}.input-label-div textarea{resize:none}.tabla-productos{margin:auto}.img-tabla{width:200px}.price-tabla{width:80px}.actions-tabla{font-size:1.5rem}.edit-button:hover,.delete-button:hover{cursor:pointer;border-radius:10%;background:#d3d3d3}@media (max-width: 610px){.title-tabla{font-size:.9rem}.dashboard-edit-formulario{min-width:350px}}@media (max-width: 450px){.title-tabla{font-size:.6rem}}.product-container{display:flex;height:90%;justify-content:center;align-items:center}.product-card{color:#000;display:flex;justify-content:center;gap:2rem}.product--info{width:200px;padding:25px;border:2px solid rgb(223,222,222);border-radius:10px}.product--image{width:50%;border-radius:4px;display:block;object-fit:cover;background:#fff}.product--info-title{font-size:1.5rem;font-weight:700;margin:0}.product--info-price{font-size:1.2rem}.product--info-divisor{height:1.5px;background:#dfdede}.product--info-button{font-size:.8rem}@media (max-width: 1050px){.product{max-width:750px}}@media (max-width: 870px){.product-card{flex-direction:column;align-items:center;gap:0}.product--info{width:50%;border:none;font-size:.8rem}.product--info-description{margin-bottom:25px}}
