.store-page{padding:3rem 1.5rem;font-family:Poppins,sans-serif;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%;height:200px;object-fit:cover}.product-info{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.product-info h3{font-size:1.2rem;color:#7D825A;margin-bottom:.5rem}.product-info p{font-size:.95rem;color:#73334A;margin-bottom:1rem;flex-grow:1}.price{font-weight:700;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}