.store_container__Dt3QE{padding:2rem;position:relative}.store_title__T2Iyr{text-align:center;font-size:2rem;margin-bottom:2rem;font-family:var(--font-cinzel)}.store_productsGrid__2q2gD{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.store_productCard__wcxKG{background:hsla(0,0%,100%,.05);border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:transform .2s;height:100%}.store_productCard__wcxKG:hover{transform:translateY(-2px)}.store_productImage__pfS43{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:.25rem}.store_price__FFn8m{font-weight:700;color:#64ffda}.store_addToCartButton__bz7kb{background:#64ffda;color:#1a1b1e;border:none;padding:.5rem;border-radius:.25rem;cursor:pointer;transition:opacity .2s}.store_addToCartButton__bz7kb:hover{opacity:.9}.store_addToCartButton__bz7kb.store_disabled__MWvTS{background:rgba(100,255,218,.3);cursor:not-allowed}.store_addToCartButton__bz7kb.store_disabled__MWvTS:hover{opacity:1}.store_cartIcon__ApDCI{position:fixed;bottom:2rem;right:2rem;background:#64ffda;color:#1a1b1e;padding:1rem;border-radius:50%;cursor:pointer;transition:transform .2s;z-index:50}.store_cartIcon__ApDCI:hover{transform:scale(1.1)}.store_cart__v85Wd{position:fixed;top:0;right:0;bottom:0;width:300px;background:#1a1b1e;padding:2rem;box-shadow:-2px 0 5px rgba(0,0,0,.2);overflow-y:auto;z-index:70}.store_cartItem__qS4fv{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.store_removeButton__UEoYE{background:none;border:none;color:#ff6b6b;cursor:pointer;padding:.25rem .5rem}.store_total__tzWDT{margin-top:2rem;padding-top:1rem;border-top:2px solid hsla(0,0%,100%,.1)}.store_productCard__wcxKG h3{font-size:1.2rem;font-weight:600;margin-top:.5rem}.store_productCard__wcxKG .store_description__vuRCz{flex:1;overflow-y:auto;max-height:150px;padding-right:.5rem;margin:.5rem 0;font-size:.9rem;line-height:1.5;color:hsla(0,0%,100%,.8)}.store_productCard__wcxKG .store_description__vuRCz::-webkit-scrollbar{width:4px}.store_productCard__wcxKG .store_description__vuRCz::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:2px}.store_productCard__wcxKG .store_description__vuRCz::-webkit-scrollbar-thumb{background:rgba(100,255,218,.3);border-radius:2px}.store_productCard__wcxKG .store_description__vuRCz::-webkit-scrollbar-thumb:hover{background:rgba(100,255,218,.5)}