.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;max-height:85vh;padding:2rem;position:relative;overflow-y:auto}@media (min-width:768px){.store-module__v6xbUa__modalContent{border-radius:24px;gap:2rem;max-width:800px;padding:3rem;display:flex}}.store-module__v6xbUa__modalImage{border-radius:16px;width:85%;max-width:350px;margin:0 auto 1.5rem}@media (min-width:768px){.store-module__v6xbUa__modalImage{width:50%;max-width:none;margin: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}.store-module__v6xbUa__variantChip{color:#333;cursor:pointer;font-size:.95rem;font-family:var(--font-outfit);background:#fff;border:1px solid #e0e0e0;border-radius:30px;padding:.5rem 1.2rem;font-weight:500;transition:all .2s}.store-module__v6xbUa__variantChip:hover{background:#fafafa;border-color:#000}.store-module__v6xbUa__variantChip.store-module__v6xbUa__active{color:#fff;background:#000;border-color:#000;box-shadow:0 4px 10px #0003}.store-module__v6xbUa__itemsCountBadge{color:#000;background:#fff;border-radius:20px;justify-content:center;align-items:center;margin-left:.8rem;padding:.2rem .7rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 2px 5px #0000001a}.store-module__v6xbUa__addToQueueBtn{color:#333;cursor:pointer;width:100%;font-weight:600;font-family:var(--font-outfit);background:#f5f5f5;border:1px dashed #aaa;border-radius:12px;margin-top:1rem;margin-bottom:2rem;padding:.8rem;transition:all .2s}.store-module__v6xbUa__addToQueueBtn:hover{color:#000;background:#eee;border-color:#000}.store-module__v6xbUa__queueContainer{background:#fafafa;border:1px solid #eee;border-radius:12px;margin-bottom:2rem;padding:1rem}.store-module__v6xbUa__queueItem{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;display:flex}.store-module__v6xbUa__queueItem:last-child{border-bottom:none}.store-module__v6xbUa__queueRemoveBtn{color:#d32f2f;cursor:pointer;background:#ffebee;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.store-module__v6xbUa__orderModalContent{max-width:500px!important;display:block!important}@media (min-width:768px){.store-module__v6xbUa__orderModalContent{margin:auto;padding:2.5rem!important}}.store-module__v6xbUa__cartOverlay{z-index:100;opacity:0;pointer-events:none;background:#00000080;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.store-module__v6xbUa__cartOverlay.store-module__v6xbUa__open{opacity:1;pointer-events:all}.store-module__v6xbUa__cartDrawer{z-index:101;background:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 20px #0000001a}.store-module__v6xbUa__cartDrawer.store-module__v6xbUa__open{right:0}.store-module__v6xbUa__cartHeader{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.store-module__v6xbUa__cartTitle{font-size:1.25rem;font-weight:700;font-family:var(--font-space)}.store-module__v6xbUa__cartCloseBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.store-module__v6xbUa__cartCloseBtn:hover{color:#000;background:#f5f5f5}.store-module__v6xbUa__cartItemsList{flex:1;padding:1.5rem;overflow-y:auto}.store-module__v6xbUa__cartItem{border-bottom:1px solid #f9f9f9;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.store-module__v6xbUa__cartItemImage{object-fit:cover;background:#f5f5f5;border-radius:8px;width:70px;height:70px}.store-module__v6xbUa__cartItemDetails{flex:1}.store-module__v6xbUa__cartItemName{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.store-module__v6xbUa__cartItemVariant{color:#888;margin-bottom:.5rem;font-size:.85rem}.store-module__v6xbUa__cartActionRow{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.store-module__v6xbUa__cartItemPrice{font-size:.9rem;font-weight:700}.store-module__v6xbUa__cartRemoveBtn{color:#f44;cursor:pointer;opacity:.8;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.store-module__v6xbUa__cartFooter{background:#fff;border-top:1px solid #f0f0f0;padding:1.5rem}.store-module__v6xbUa__cartTotalRow{justify-content:space-between;margin-bottom:1.5rem;display:flex}.store-module__v6xbUa__cartTotalLabel{color:#666;font-size:1.1rem}.store-module__v6xbUa__cartTotalValue{font-size:1.25rem;font-weight:700;font-family:var(--font-space)}.store-module__v6xbUa__checkoutBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:transform .2s}.store-module__v6xbUa__checkoutBtn:hover{transform:translateY(-2px)}.store-module__v6xbUa__emptyCart{color:#888;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}
