.store-page{padding:3rem 1.5rem;font-family:var(--font-principal);background-color:#FAFAF5;min-height:70vh}.store-page h1{font-size:2rem;text-align:center;color:#7D825A;margin-bottom:2rem}.store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.product-card{background-color:#FFFFFF;border:1px solid #cbc0b1;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%}.product-card img{width:100%;aspect-ratio:1/1;height:auto;object-fit:contain;background-color:var(--gris-tenue);padding:.75rem;display:block}.product-info{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.product-info h3{font-size:1.25rem;font-weight:400;color:#7D825A;margin-bottom:.4rem}.product-info p{font-size:.95rem;color:#73334A;margin-bottom:1rem;flex-grow:1}.product-premio{flex-grow:0!important;color:var(--naranja-hondo);background-color:var(--crema-tenue);border:1px solid var(--borde-calido);border-radius:6px;padding:.3rem .55rem;font-size:.78rem!important;font-weight:600;line-height:1.4;margin-bottom:.75rem!important}.price{font-weight:600;font-size:1.15rem;color:#BD8355;margin-bottom:1rem}.product-info button{background-color:#7D825A;color:#FAFAF5;border:none;padding:.6rem 1rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.product-info button:hover{background-color:#BD8355}.product-tag{display:inline-block;margin-top:.5rem;padding:.3rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;text-align:center}.product-tag.coming{background-color:#AF9477;color:#FAFAF5}.product-tag.sold{background-color:#CBC0B1;color:#73334A}.product-link{display:inline-block;width:100%;text-align:center;margin-bottom:.5rem;background-color:transparent;color:#7D825A;border:2px solid #7d825a;padding:.5rem 1rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s ease;box-sizing:border-box}.product-link:hover{background-color:#7D825A;color:#FAFAF5}.search-input{padding:.75rem 1rem;border:1px solid #cbc0b1;border-radius:8px;margin:1.5rem auto;max-width:400px;display:block;font-size:1rem}@media (max-width:480px){.store-page h1{font-size:1.6rem}.product-info h3{font-size:1.05rem}.price,.product-info p{font-size:.9rem}.product-info button{font-size:.95rem;padding:.5rem .8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal-content{animation:fadeInUp .3s ease-out}.store-filtros{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0 auto 2rem;max-width:700px}.store-filtro{background-color:transparent;border:1px solid #7d825a;color:#7D825A;font-family:var(--font-principal);font-size:.9rem;padding:.45rem 1.1rem;border-radius:20px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.store-filtro:hover{background-color:var(--verde-tenue)}.store-filtro.activo{background-color:#7D825A;color:#FAFAF5}.store-vacio{text-align:center;color:var(--texto-suave);font-family:var(--font-principal);margin:2rem auto;max-width:480px}.store-vacio-enlace{background:none;border:none;padding:0;color:#73334A;font:inherit;font-weight:600;text-decoration:underline;cursor:pointer}.store-vacio-enlace:hover{color:#BD8355}@media (max-width:480px){.store-filtros{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.4rem;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.store-filtro{flex:0 0 auto}}