.barra-superior{width:100%;padding:.3rem 1rem;background:linear-gradient(135deg,#223c5eeb,#223c5ed9),#3d5c4026;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid rgba(199,166,56,.35);box-shadow:0 4px 22px #00000047;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;font-family:Garamond,serif;color:#f3f3ef}.logo-tienda{font-size:1.7rem;font-weight:700;letter-spacing:.5px;cursor:pointer;color:#c7a638;text-shadow:0 2px 7px rgba(0,0,0,.45);transition:.25s ease}.logo-imagen{height:40px;align-self:flex-start}.logo-tienda:hover{transform:translateY(-2px) scale(1.04);opacity:.95}.acciones-barra{display:flex;align-items:center;gap:1.2rem}.boton-volver,.boton-carrito{padding:.55rem 1.2rem;border-radius:.75rem;font-size:1rem;font-weight:600;font-family:Garamond,serif;display:flex;align-items:center;gap:.45rem;color:#f3f3ef;background:#1b1b1b52;border:1px solid rgba(199,166,56,.22);-webkit-backdrop-filter:blur(6px) saturate(130%);backdrop-filter:blur(6px) saturate(130%);transition:.25s ease}.boton-volver:hover,.boton-carrito:hover{background:#c7a6382e;border-color:#c7a63873;transform:translateY(-2px)}.boton-carrito{box-shadow:0 3px 10px #00000059}.contador{background:#c7a638;color:#1b1b1b;padding:2px 7px;border-radius:50%;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;box-shadow:0 2px 6px #00000059}@media(max-width:768px){.barra-superior{padding:.4rem .7rem}.logo-imagen{height:32px;align-self:flex-start}.boton-volver,.boton-carrito{padding:.45rem .9rem;font-size:.9rem}.acciones-barra{gap:.7rem}}*{font-family:Garamond,serif;box-sizing:border-box}.tienda-container{max-width:1300px;margin:0 auto;padding:2.2rem;animation:fadeIn .5s ease}@media(max-width:768px){.tienda-container{padding:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.titulo-principal{text-align:center;font-size:2.7rem;font-weight:900;margin-bottom:2.4rem;color:#f3f3ef;background:#3d5c4080;padding:1rem 2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 14px #0000004d}.grid-productos{display:flex;justify-content:center;gap:2.5rem}@media(max-width:768px){.grid-productos{flex-direction:column;align-items:center}}.tarjeta-producto{display:flex;flex-direction:column;max-width:480px;width:100%;background:#0f0f4566;border-radius:1.4rem;padding:1.6rem;border:1px solid rgba(199,166,56,.38);box-shadow:0 8px 25px #00000052;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);transition:transform .28s ease,box-shadow .28s ease}.tarjeta-producto:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 10px 30px #0006}.imagen-producto{width:100%;height:auto;max-height:430px;object-fit:contain;border-radius:1rem;background:#11ba3015;padding:1rem;margin-bottom:1.3rem;transition:transform .28s ease}.tarjeta-producto:hover .imagen-producto{transform:scale(1.04)}.nombre-producto{font-size:1.55rem;font-weight:700;margin-bottom:.6rem;color:#f2f2f2}.descripcion-producto{white-space:pre-line;color:#dcdcdc;font-size:1.05rem;margin-bottom:1.3rem;line-height:1.45}.precio-producto{font-size:1.35rem;font-weight:800;color:#c7a638;margin-bottom:1.4rem}.boton-comprar{width:100%;padding:.9rem;border-radius:.85rem;background:linear-gradient(135deg,#3d5c40,#223c5e);color:#f3f3ef;border:none;font-weight:700;cursor:pointer;transition:all .25s ease;font-size:1.05rem;margin-top:auto;box-shadow:0 5px 14px #00000073}.boton-comprar:hover{transform:translateY(-3px);background:linear-gradient(135deg,#223c5e,#1b1b1b)}.carrito-container{max-width:900px;margin:2rem auto;padding:2rem;background:#3d5c4040;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(199,166,56,.25);border-radius:1.4rem;box-shadow:0 8px 26px #00000059;animation:fadeIn .45s ease}.carrito-titulo{text-align:center;font-size:2.4rem;font-weight:900;margin-bottom:2rem;color:#f3f3ef;text-shadow:0 2px 8px rgba(0,0,0,.35);background:#223c5e66;padding:.5rem 1rem;border-radius:12px;border:1px solid rgba(199,166,56,.3)}.carrito-vacio{text-align:center;font-size:1.3rem;padding:2rem;color:#f3f3ef;opacity:.85}.lista-carrito{list-style:none;padding:0;margin:0}.item-carrito{display:flex;align-items:center;background:#f3f3ef14;border:1px solid rgba(199,166,56,.25);padding:1rem;margin-bottom:1rem;border-radius:1rem;gap:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .25s ease,box-shadow .25s ease}.item-carrito:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1b1b1b73}.carrito-img{width:80px;height:80px;object-fit:contain;background:#f3f3ef40;border-radius:.8rem;padding:8px;border:1px solid rgba(199,166,56,.35)}.info-carrito{flex:1;display:flex;flex-direction:column;gap:4px;font-size:1.1rem;font-weight:600;color:#f3f3ef}.btn-eliminar{background:#ff3c3cd9;color:#fff;border:none;padding:.6rem .9rem;border-radius:.6rem;font-size:1rem;cursor:pointer;transition:.25s ease;box-shadow:0 3px 10px #ff3c3c59}.btn-eliminar:hover{background:#ff1919;transform:translateY(-3px)}.carrito-total{margin-top:2.5rem;padding-top:1.8rem;border-top:2px solid rgba(199,166,56,.35);text-align:center}.carrito-total h2{color:#c7a638;font-size:1.9rem;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,.35)}.carrito-botones{margin-top:1.6rem;display:flex;justify-content:center;gap:1rem}.btn-vaciar{background:#f3f3ef2e;color:#f3f3ef;padding:.75rem 1.4rem;border-radius:.7rem;font-weight:700;border:1px solid rgba(199,166,56,.3);cursor:pointer;transition:.25s ease}.btn-vaciar:hover{background:#f3f3ef4d;transform:translateY(-3px)}.btn-pagar{background:linear-gradient(135deg,#3d5c40,#223c5e);color:#f3f3ef;padding:.75rem 1.7rem;border-radius:.7rem;font-weight:700;cursor:pointer;border:1px solid rgba(199,166,56,.3);transition:.25s ease;box-shadow:0 4px 15px #1b1b1b73}.btn-pagar:hover{background:linear-gradient(135deg,#223c5e,#1b1b1b);transform:translateY(-3px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}*{font-family:Garamond,serif}.compra-container{padding:2rem;max-width:900px;margin:auto;color:#1b1b1b}.compra-titulo{font-size:2.6rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#edcd40;text-shadow:0 2px 4px rgba(0,0,0,.25);letter-spacing:1px}.formulario-compra{background:#f3f3efe6;padding:2rem;border-radius:1.3rem;border:1px solid rgba(61,92,64,.25);box-shadow:0 8px 22px #0000002e}.formulario-compra label{display:block;margin-bottom:1.2rem;font-weight:600;color:#3d5c40;font-size:1.1rem}.formulario-compra input{width:100%;padding:.9rem 1rem;border:2px solid rgba(61,92,64,.35);border-radius:.7rem;margin-top:.4rem;font-size:1.1rem;background:#ffffffb3;color:#1b1b1b;transition:.25s ease}.formulario-compra input:focus{outline:none;border-color:#c7a638;background:#ffffffe6;box-shadow:0 0 10px #c7a6388c}.total-final{font-size:1.8rem;margin-top:1.8rem;font-weight:700;text-align:center;color:#cdc017}.boton-pagar{margin-top:2rem;width:100%;padding:1rem;background:linear-gradient(135deg,#3d5c40,#223c5e);color:#f3f3ef;font-size:1.35rem;border-radius:.9rem;cursor:pointer;border:2px solid #C7A638;font-weight:700;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000040}.boton-pagar:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000059}@media(max-width:600px){.compra-container{padding:1.2rem}.formulario-compra{padding:1.4rem}.boton-pagar{font-size:1.1rem}}.overlay-cargando{position:fixed;inset:0;background:#1b1b1bbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .25s ease-out}.spinner{width:70px;height:70px;border:6px solid rgba(243,243,239,.3);border-top-color:#c7a638;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 14px #c7a63899}@keyframes spin{to{transform:rotate(360deg)}}.texto-cargando{margin-top:1.5rem;font-size:1.3rem;font-weight:600;color:#f3f3ef;text-shadow:0 2px 6px rgba(0,0,0,.6);letter-spacing:1px;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.barra-rrss{position:fixed;right:20px;top:40%;display:flex;flex-direction:column;gap:15px;z-index:1000}.barra-rrss .icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;transition:all .25s ease;cursor:pointer;background:linear-gradient(135deg,#222,#444);box-shadow:0 4px 12px #00000040}.barra-rrss .icon:hover{transform:translateY(-3px) scale(1.08);box-shadow:0 6px 16px #00000059}.icon.instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.icon.whatsapp{background:#25d366}.footer-kira{width:100%;padding:2.1rem 1.7rem 1.2rem;margin-top:3rem;background:linear-gradient(#223c5eeb,#223c5ee0),#3d5c4026;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(199,166,56,.35);color:var(--blanco-hueso, #F3F3EF);box-shadow:0 -10px 26px #0000004d;font-family:Garamond,serif}.footer-content{max-width:1200px;margin:auto;padding-bottom:.6rem;display:flex;justify-content:space-between;align-items:flex-start}.footer-brand{max-width:300px}.footer-logo{font-size:1.55rem;font-weight:700;letter-spacing:.6px;color:#c7a638;margin-bottom:.4rem;text-shadow:0 2px 6px rgba(0,0,0,.25)}.footer-brand p{font-size:1rem;opacity:.88;margin-top:-2px;color:var(--blanco-hueso, #F3F3EF)}.footer-links{display:flex;flex-direction:column;gap:.42rem;text-align:right}.footer-links a{color:#f3f3ef;opacity:.8;text-decoration:none;font-weight:500;font-size:1.03rem;transition:.25s ease}.footer-links a:hover{opacity:1;color:#c7a638;transform:translate(-4px)}.footer-bottom{text-align:center;margin-top:1.2rem;padding-top:.9rem;border-top:1px solid rgba(243,243,239,.1);font-size:.88rem;opacity:.75;color:#f3f3ef}html,body{height:100%;margin:0}#root{min-height:100%;display:flex;flex-direction:column}.footer-kira{margin-top:auto}@media(max-width:650px){.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-links{text-align:center}.footer-links a:hover{transform:translate(0)}}html,body{height:100%;min-height:100%}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Garamond,serif;line-height:1.55;font-weight:400;color-scheme:light;color:#1b1b1b;background-color:transparent!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;width:100%;min-height:100%;background-image:linear-gradient(#14284359,#3d5c40eb),url(/bg.jpeg);background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed;-webkit-background-size:cover;-webkit-background-attachment:scroll;background-color:#3d5c40;color:#f3f3ef}@media(max-width:768px){body{background-attachment:scroll!important}}a{text-decoration:none;color:#c7a638;transition:opacity .2s ease}a:hover{opacity:.8}button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit}button:focus,button:focus-visible{outline:none}@media(prefers-color-scheme:light){:root{background-color:#f3f3ef;color:#1b1b1b}}
