@keyframes store-module__pgKEhq__fadeInZoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes store-module__pgKEhq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes store-module__pgKEhq__slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes store-module__pgKEhq__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.store-module__pgKEhq__storeContainer{max-width:97%;margin:0 auto;padding:1rem}.store-module__pgKEhq__storeContainer h1{text-align:center;color:var(--royalBlue);letter-spacing:1px;text-transform:uppercase;margin:2rem 0;font-size:2rem;font-weight:600;animation:.6s ease-out forwards store-module__pgKEhq__fadeInZoom}.store-module__pgKEhq__storeContainer h1:after{content:"";background:var(--royalBlue);width:10%;height:3px;margin:1px auto -20px;display:block}.store-module__pgKEhq__storeDescription{text-align:center;color:#444;max-width:700px;margin:0 auto;padding:1rem;font-size:1rem;font-weight:400;line-height:1.6;animation:.8s ease-out forwards store-module__pgKEhq__fadeInUp}.store-module__pgKEhq__filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;animation:.6s ease-out forwards store-module__pgKEhq__slideInLeft;display:flex}.store-module__pgKEhq__searchInput,.store-module__pgKEhq__categorySelect{color:#333;background-color:#f7f7f7;border:1px solid #ddd;border-radius:30px;outline:none;min-width:200px;padding:.8rem 1.2rem;font-size:1rem;transition:all .3s}.store-module__pgKEhq__searchInput:focus,.store-module__pgKEhq__categorySelect:focus{border-color:var(--royalBlue);background-color:#fff;box-shadow:0 0 5px #0070f34d}.store-module__pgKEhq__categorySelect{cursor:pointer}.store-module__pgKEhq__categorySection{margin-bottom:4rem}.store-module__pgKEhq__categoryTitle{color:#333;text-align:left;text-transform:capitalize;margin-bottom:.5rem;font-size:1.5rem;font-weight:bolder}.store-module__pgKEhq__productCardLink{color:inherit;text-decoration:none}.store-module__pgKEhq__productCategory{gap:1.5rem;padding:.5rem 0 1rem 1rem;animation:.6s ease-out forwards store-module__pgKEhq__slideInRight;display:flex;overflow-x:auto}.store-module__pgKEhq__productCategory::-webkit-scrollbar{display:none}.store-module__pgKEhq__productCard{cursor:pointer;text-align:center;box-sizing:border-box;background:#fff;border-radius:15px;flex-direction:column;align-items:center;min-width:230px;padding:1.2rem;transition:transform .3s,box-shadow .3s;animation:.6s ease-in-out forwards store-module__pgKEhq__fadeInUp;display:flex;box-shadow:0 8px 20px #00000014}.store-module__pgKEhq__productCard:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.store-module__pgKEhq__productCard img{object-fit:cover;border-radius:16px;width:100%;height:auto;margin-bottom:.1rem}.store-module__pgKEhq__productCard h3{margin:.5rem 0;font-size:1rem;font-weight:400}.store-module__pgKEhq__price{color:var(--royalBlue);margin:.25rem 0;font-size:1rem;font-weight:700}.store-module__pgKEhq__description{color:#666;margin-top:.5rem;font-size:.9rem;line-height:1.4}.store-module__pgKEhq__orderButton{background-color:var(--royalBlue);color:#fff;text-align:center;border:none;border-radius:25px;margin-top:.5rem;padding:.7rem 1.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.store-module__pgKEhq__orderButton:hover{background-color:#1ebd5d}.store-module__pgKEhq__modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.store-module__pgKEhq__modalContent{background:#fff;border-radius:25px;width:90%;max-width:650px;padding:2.5rem;animation:.3s store-module__pgKEhq__fadeIn;position:relative;box-shadow:0 15px 40px #0003}@keyframes store-module__pgKEhq__fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.store-module__pgKEhq__closeBtn{color:#333;cursor:pointer;background-color:#f7f7f7;border:none;border-radius:50%;padding:.7rem;font-size:1.1rem;transition:background-color .3s;position:absolute;top:15px;right:15px}.store-module__pgKEhq__closeBtn:hover{background-color:#ddd}.store-module__pgKEhq__modalImages{flex-wrap:wrap;gap:1rem;margin:1rem 0;display:flex}.store-module__pgKEhq__modalImages img{object-fit:cover;border-radius:12px;width:100%;max-width:270px}.store-module__pgKEhq__contactInfo{text-align:center;color:#555;margin-top:4rem;font-size:1rem}.store-module__pgKEhq__contactInfo a{font-weight:500;text-decoration:none;color:var(--royalBlue)!important}.store-module__pgKEhq__contactInfo a:hover{color:#1ebd5d}@media (prefers-color-scheme:dark){.store-module__pgKEhq__storeContainer h1,.store-module__pgKEhq__categoryTitle,.store-module__pgKEhq__storeDescription,.store-module__pgKEhq__productCard h3,.store-module__pgKEhq__price,.store-module__pgKEhq__description,.store-module__pgKEhq__contactInfo{color:#e5e5e5!important}.store-module__pgKEhq__storeContainer h1:after{background:#d6d0c4!important}.store-module__pgKEhq__searchInput,.store-module__pgKEhq__categorySelect{color:#e5e5e5!important;background-color:#1e1e1e!important;border:1px solid #121212!important}.store-module__pgKEhq__productCard{background:#1e1e1e!important}.store-module__pgKEhq__orderButton{color:#cbb382!important;background-color:#0a1e40!important;border:1px solid #cbb382!important}.store-module__pgKEhq__orderButton:hover{color:#fff!important;border:1px solid #fff!important}.store-module__pgKEhq__contactInfo a{color:#cbb382!important}.store-module__pgKEhq__contactInfo a:hover{color:#fff!important}}@media screen and (max-width:768px){.store-module__pgKEhq__storeContainer{max-width:100%;padding:.1rem}.store-module__pgKEhq__storeContainer h1{text-align:center;width:100%;font-size:1.5rem!important}.store-module__pgKEhq__storeContainer h1:after{content:"";background:var(--royalBlue);width:30%;height:3px;margin:1px auto -20px;display:block}.store-module__pgKEhq__storeDescription{text-align:center;width:98%;font-size:.9rem}.store-module__pgKEhq__categoryTitle{margin-left:1rem;font-size:1.2rem}.store-module__pgKEhq__searchInput,.store-module__pgKEhq__categorySelect{font-size:.9rem!important}.store-module__pgKEhq__productCard h3{font-size:.9rem}.store-module__pgKEhq__contactInfo{text-align:left;width:85%;margin:0 auto;font-size:.9rem}}
