header{background-color:#fff;color:#fff;height:25%;width:100%}body{background-color:#f5e6d3;display:flex;flex-direction:column;font-family:inter,sans-serif;margin:0;min-height:100vh}.site-nav{color:#c47a6d;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.site-nav a i{margin-right:5px}main{flex:1 1}main a{color:#080808}#logo{align-items:center;background-color:#fff;height:120px}a .site-nav{margin:50px;padding:5px}#boton-buscar{background-color:#c47a6d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:12px;white-space:nowrap}#q{border:1px solid #e0d1d1;border-radius:10px;box-sizing:border-box;flex:1 1;font-size:1rem;padding:10px}body.productos{background:#f5e6d3;color:#0f172a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.4;padding-bottom:3rem}body.productos .catalogo .container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:260px 1fr}@media (max-width:900px){body.productos .catalogo .container{grid-template-columns:1fr}}body.productos .toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}body.productos .toolbar h1{font-size:1.5rem;margin:0}body.productos .orden button,body.productos .orden select{border:1px solid #f5e6d3;border-radius:8px;padding:6px 10px}body.productos .orden button{background:#0f172a;color:#fff;cursor:pointer;font-weight:600}body.productos .product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:center;list-style:none;margin:0 auto;max-width:1000px;padding:2rem 1rem}body.productos .product-card{background:#fff;border:1px solid #f5e6d3;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}body.productos .product-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-3px)}body.productos .product-link{color:inherit;margin-bottom:0;padding:10px;text-decoration:none}body.productos .thumb{align-items:center;aspect-ratio:1/1;background:#fff;display:flex;justify-content:center}body.productos .thumb img{height:100%;object-fit:cover;width:100%}body.productos .title{font-size:1.1rem;margin:8px 0 4px}body.productos .subtitle{color:#475569;font-size:.9rem;margin:0 0 8px}body.productos .price-block{padding:0 12px 12px}body.productos .price{font-size:1.2rem;font-weight:700}body.productos .product-actions{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:8px;padding:12px}body.productos .btn{border:1px solid #f5e6d3;border-radius:8px;flex:1 1;font-weight:600;padding:8px 12px;text-align:center;text-decoration:none}body.productos .btn.primary{align-self:center;background:#0f172a;border-color:#0f172a;color:#fff;display:block;margin:30px;padding:10px}body.productos .btn.primary:hover{background:#1e293b}body.productos .btn.ghost{background:#fff;color:#0f172a}body.productos .btn.ghost:hover{background:#f1f5f9}.historia{margin:0 auto;width:-webkit-fit-content;width:fit-content}#producto-detalle{grid-template-columns:1fr}.catalogo,.product-grid{max-width:auto}.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));max-height:auto;padding:60px}.product-grid li{background-color:#f5e6d3;border-radius:12px;box-shadow:0 4px 10px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-grid li img{align-self:center;background-color:#fff;display:block;height:180px;justify-self:center;margin-top:5px;object-fit:cover;width:70%}.product-grid li h3{color:#333;margin:30px 20px}.product-grid li .descripcion-producto{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;margin:0 20px 30px}.product-grid li .precio-producto{margin:0 20px;padding:10px}.toast{background:#222;border-radius:6px;bottom:16px;box-shadow:0 6px 16px #00000040;color:#fff;font-size:.95rem;left:50%;padding:10px 14px;position:fixed;transform:translateX(-50%);z-index:9999}body.carrito .contenido{margin:0 auto;max-width:960px;padding:24px 16px}body.carrito h1{font-size:1.5rem;margin:0 0 12px}body.carrito .carrito-grid{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0;padding:0}body.carrito .carrito-grid li{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:12px}body.carrito .carrito-grid img{border-radius:6px;height:72px;object-fit:cover;width:72px}body.carrito .carrito-grid h3{color:#111827;font-size:1rem;margin:0 0 4px}body.carrito .total{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:8px;padding:12px}body.carrito .total p{margin:0}body.carrito .btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:600;padding:8px 12px}body.carrito .btn:hover{background:#f3f4f6}body.carrito .btn.danger{border-color:#fca5a5;color:#b91c1c}body.carrito .carrito-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:8px;color:#4b5563;padding:14px;text-align:center}@media (max-width:600px){body.carrito .contenido{padding:20px 12px}body.carrito .carrito-grid img{height:60px;width:60px}body.carrito .carrito-grid li{padding:10px}}.branding{gap:10px;text-align:center}.branding,nav{align-items:center;display:flex;justify-content:center}nav{color:#c47a6d;flex-wrap:wrap;gap:2rem}.site-nav a{color:#c47a6d;margin-left:5px;text-decoration:none}.search{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.visually-hidden{clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}.site-nav{align-items:center}.site-footer{align-content:bottom;background-color:#87a96b;box-sizing:border-box;margin:0;padding:2rem 0;width:100%}.footer-container{grid-gap:2rem;color:#f5e6d3;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1000px;padding:2rem;text-align:left}@media (min-width:901px){.footer-container{grid-template-columns:repeat(3,1fr)}}.footer-section{min-width:200px}.footer-section ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.background-main,.catalogo{margin-left:auto;margin-right:auto}.catalogo{margin-top:10px;max-width:1000px;padding:30px}.product-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,300px);justify-content:center;list-style:none;margin:0;padding:0}.producto-item{display:flex;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));list-style:none;margin:5px;max-height:auto;max-width:auto}.producto-item,.producto-item li{background-color:#f5e6d3;border-radius:12px;box-shadow:0 4px 10px #00000014;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.producto-item li{display:flex}.producto-item li img{align-self:center;background-color:#fff;display:block;height:180px;justify-self:center;margin-top:5px;object-fit:cover;width:70%}.producto-item li h3{color:#333;margin:30px 20px}.producto-item li .descripcion-producto{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;margin:0 20px 30px}.producto-item li .precio-producto{margin:0 20px;padding:10px}#nombre,#nombre:hover{cursor:pointer}#nombre:hover{color:#1e293b;text-decoration:underline}#producto-individual{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem auto;max-width:1000px}@media (max-width:768px){#producto-individual{grid-template-columns:1fr}}#imagen{height:80%;width:80%}#producto-detalle{grid-gap:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:grid;gap:1.5rem;padding:1.5rem}#producto-detalle img{border-radius:10px;object-fit:cover;place-self:center;width:60%}#producto-detalle h1{color:#333;font-size:2rem;margin-top:0}#producto-detalle .descripcion-producto-ind{color:#555;margin-top:20px}#producto-caracteristicas-container{align-items:center;background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;grid-column:1;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:20px}#precio{background-color:#fafafa;border-radius:8px;padding:5%}#precio,#producto-caracteristicas li{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}#producto-caracteristicas li{align-self:start;color:#444;display:flex;justify-content:space-between;padding:2%}#producto-caracteristicas{grid-column:2;list-style:none;margin:0;padding:0;width:100%}#producto-caracteristicas li:last-child{border-bottom:auto}#producto-caracteristicas li strong{color:#222;font-weight:600}.btn[disabled]{cursor:not-allowed;opacity:.6}.btn{align-self:center;background:#0f172a;border-color:#0f172a;border-radius:8px;color:#fff;display:block;margin:30px;padding:10px}.btn:hover{background:#3d5274}.btn.ghost{background:#fff;color:#0f172a}.btn.ghost:hover{background:#f1f5f9}.contenido{margin:0 auto;max-width:960px;padding:24px 16px}h1{font-size:1.5rem;margin:0 0 12px}.carrito-grid{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0;padding:0}.carrito-grid li{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:12px}.carrito-grid img{border-radius:6px;height:72px;object-fit:cover;width:72px}.carrito-grid h3{color:#111827;font-size:1rem;margin:0 0 4px}.total{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:8px;padding:12px}.total p{margin:0}.btncar{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:600;padding:8px 12px}.btncar:hover{background:#f3f4f6}.carrito-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:8px;color:#4b5563;padding:14px;text-align:center}@media (max-width:600px){.contenido{padding:20px 12px}.carrito-grid img{height:60px;width:60px}.carrito-grid li{padding:10px}}.crear-producto-container{background-color:#f7f7f7;border-radius:12px;box-shadow:0 2px 8px #00000026;margin:40px auto;max-width:600px;padding:25px 30px}.titulo-formulario{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:20px;text-align:center}.formulario-producto{display:flex;flex-direction:column;gap:15px}.campo-formulario label{color:#444;font-weight:500;margin-bottom:5px}.campo-formulario input,.campo-formulario textarea{border:1px solid #ccc;border-radius:8px;font-size:.95rem;padding:10px;resize:vertical;transition:border-color .3s,box-shadow .3s}.campo-formulario input:focus,.campo-formulario textarea:focus{border-color:#666;box-shadow:0 0 5px #0000001a;outline:none}.btn-crear{background-color:#222;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:15px;padding:10px 0;transition:background-color .3s,transform .2s}.btn-crear:hover{background-color:#444;transform:scale(1.02)}.main-container{display:flex;flex-wrap:wrap;gap:40px;margin:0 auto;max-width:1200px;padding:20px}.container-form{align-items:flex-start;display:flex;flex-direction:column;min-width:400px}.contacto-info,.container-form{background-color:#fffdfd;flex:1 1;padding:40px}.contacto-info{border-radius:8px;box-shadow:0 4px 8px #0000001a;min-width:300px}.formulario{gap:15px;width:100%}.campo-formulario,.formulario{display:flex;flex-direction:column}input,textarea{border:1px solid #e0d1d1;border-radius:5px;box-sizing:border-box;font-size:1rem;padding:10px;width:100%}.boton-enviar{background-color:#b75e36;border:none;border-radius:5px;color:#f5e6d3;cursor:pointer;font-size:1rem;margin-bottom:20px;padding:12px;width:100%}.boton-enviar:hover{background-color:#9c4a2d}.contacto-info .fa-instagram{color:#e1306c;font-size:1.5rem;margin-right:8px}.contacto-info .fa-map-marker-alt{color:#f00a0a;font-size:1.5rem;margin-right:8px}.contacto-info .fa-envelope{color:#023e7e;font-size:1.5rem;margin-right:8px}.contacto-info .fa-whatsapp{color:#228b22;font-size:1.5rem;margin-right:8px}main a:hover{color:#c47a6d}.background-main{align-items:center;background-color:#fff;margin-left:5%;margin-right:5%;margin-top:10px;width:85%}.background-main,.productos{align-content:center;align-self:center}.productos{background:#f5e6d3;color:#0f172a;font-family:Segoe UI,Roboto,Arial,sans-serif;line-height:1.4;padding-bottom:3rem}.Multimedia{text-align:center}#video{border-radius:8px;height:auto;width:70%}.product-grid{margin:0 auto;max-width:1000px}#bienvenida{align-items:center;display:flex;justify-content:center;margin-bottom:50px}.destacados h2{margin-left:30px}.historia{margin-bottom:100px}.historia,.historia h2{margin-top:150px;text-align:center}.historia p{margin-left:100px;margin-right:100px}.que-ofrecemos{margin-bottom:100px;margin-top:150px;text-align:center}.que-ofrecemos p{margin-left:100px;margin-right:100px}.que-ofrecemos h2{margin-top:150px;text-align:center}#video{margin-bottom:8%}
/*# sourceMappingURL=main.82f71fd6.css.map*/