.store-module__v6xbUa__page{background:#fff;min-height:100vh;position:relative}.store-module__v6xbUa__introOverlay{color:#fff;z-index:100;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.store-module__v6xbUa__introText{text-align:center;font-size:2.5rem;font-weight:700;font-family:var(--font-space)}.store-module__v6xbUa__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffe6;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0}.store-module__v6xbUa__storeName{font-family:var(--font-space);font-size:1.25rem;font-weight:700}.store-module__v6xbUa__cartBtn{cursor:pointer;background:0 0;border:none;position:relative}.store-module__v6xbUa__cartCount{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.store-module__v6xbUa__categoryContainer{z-index:9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;margin-bottom:1rem;padding:1rem 5%;position:sticky;top:73px}.store-module__v6xbUa__categoryList{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;gap:.75rem;margin-top:1rem;display:flex;overflow-x:auto}.store-module__v6xbUa__categoryList::-webkit-scrollbar{display:none}.store-module__v6xbUa__categoryChip{white-space:nowrap;cursor:pointer;color:#666;font-size:.9rem;font-weight:500;font-family:var(--font-outfit);background:#f5f5f5;border:1px solid #eee;border-radius:50px;padding:.5rem 1.25rem;transition:all .2s}.store-module__v6xbUa__categoryChip.store-module__v6xbUa__active{color:#fff;background:#000;border-color:#000}.store-module__v6xbUa__categoryChip:hover{background:#e5e5e5}.store-module__v6xbUa__categoryChip.store-module__v6xbUa__active:hover{background:#222}.store-module__v6xbUa__mobileSelectWrapper{width:100%;display:none;position:relative}.store-module__v6xbUa__mobileSelect{width:100%;font-family:var(--font-outfit);color:#000;appearance:none;cursor:pointer;background:#f9f9f9;border:1px solid #eee;border-radius:12px;outline:none;padding:.75rem 1rem;font-size:1rem;font-weight:500}.store-module__v6xbUa__mobileSelect:focus{background:#fff;border-color:#000}.store-module__v6xbUa__selectArrow{pointer-events:none;opacity:.5;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@media (max-width:640px){.store-module__v6xbUa__categoryList{display:none}.store-module__v6xbUa__mobileSelectWrapper{display:block}.store-module__v6xbUa__categoryContainer{padding:.75rem 1rem;top:60px}}.store-module__v6xbUa__main{max-width:1200px;margin:0 auto;padding:2rem 5%}.store-module__v6xbUa__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:640px){.store-module__v6xbUa__main{padding:1rem}.store-module__v6xbUa__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.store-module__v6xbUa__productCard{cursor:pointer}.store-module__v6xbUa__imageContainer{aspect-ratio:1;background:#f3f3f3;border-radius:20px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}@media (max-width:640px){.store-module__v6xbUa__imageContainer{border-radius:12px;margin-bottom:.5rem}}.store-module__v6xbUa__productImage{object-fit:cover;transition:transform .5s}.store-module__v6xbUa__productCard:hover .store-module__v6xbUa__productImage{transform:scale(1.05)}.store-module__v6xbUa__productInfo{justify-content:space-between;align-items:flex-start;display:flex}.store-module__v6xbUa__productTitle{margin-bottom:.25rem;font-size:1.1rem;font-weight:600;line-height:1.2}.store-module__v6xbUa__productPrice{font-weight:700;font-family:var(--font-space);font-size:.95rem}@media (max-width:640px){.store-module__v6xbUa__productTitle{margin-bottom:0;font-size:.9rem}.store-module__v6xbUa__productPrice{font-size:.85rem}.store-module__v6xbUa__addBtn{width:28px;height:28px}}.store-module__v6xbUa__addBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:.5rem;transition:transform .2s;display:flex}.store-module__v6xbUa__addBtn:hover{transform:scale(1.1)}.store-module__v6xbUa__modalOverlay{z-index:50;background:#0006;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}@media (min-width:768px){.store-module__v6xbUa__modalOverlay{align-items:center}}.store-module__v6xbUa__modalContent{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:500px;padding:2rem;position:relative}@media (min-width:768px){.store-module__v6xbUa__modalContent{border-radius:24px;gap:2rem;max-width:800px;padding:3rem;display:flex}}.store-module__v6xbUa__modalImage{aspect-ratio:1;background:#f0f0f0;border-radius:16px;width:100%;margin-bottom:1.5rem}@media (min-width:768px){.store-module__v6xbUa__modalImage{width:50%;margin-bottom:0}}.store-module__v6xbUa__modalDetails{flex-direction:column;flex:1;display:flex}.store-module__v6xbUa__closeBtn{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:1rem;right:1rem}.store-module__v6xbUa__modalTitle{font-size:2rem;font-family:var(--font-space);margin-bottom:.5rem}.store-module__v6xbUa__modalPrice{margin-bottom:2rem;font-size:1.5rem;font-weight:700}.store-module__v6xbUa__modalDesc{opacity:.7;margin-bottom:3rem;line-height:1.6}.store-module__v6xbUa__addToCartBig{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50px;margin-top:auto;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:transform .2s}.store-module__v6xbUa__addToCartBig:hover{transform:translateY(-2px)}.store-module__v6xbUa__formHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.store-module__v6xbUa__backRel{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.store-module__v6xbUa__formGroup{margin-bottom:1.25rem}.store-module__v6xbUa__label{color:#444;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.store-module__v6xbUa__input,.store-module__v6xbUa__textarea{width:100%;font-family:var(--font-outfit);border:2px solid #eee;border-radius:12px;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.store-module__v6xbUa__input:focus,.store-module__v6xbUa__textarea:focus{border-color:#000;outline:none}.store-module__v6xbUa__textarea{resize:none;min-height:80px}.store-module__v6xbUa__quantitySelector{align-items:center;gap:1rem;display:flex}.store-module__v6xbUa__qtyBtn{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex}.store-module__v6xbUa__qtyBtn:hover{background:#f5f5f5;border-color:#ccc}.store-module__v6xbUa__qtyDisplay{font-size:1.2rem;font-weight:600;font-family:var(--font-space);text-align:center;min-width:30px}.store-module__v6xbUa__confirmBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50px;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:transform .2s}.store-module__v6xbUa__confirmBtn:disabled{opacity:.5;cursor:not-allowed}.store-module__v6xbUa__successMessage{text-align:center;padding:3rem 1rem}.store-module__v6xbUa__footer{text-align:center;color:#888;font-size:.8rem;font-weight:500;font-family:var(--font-outfit);padding:2rem 0}
