:root{--app-bg: #f6f6fb;--app-surface: #ffffff;--app-text: rgba(0, 0, 0, .88);--app-muted: rgba(0, 0, 0, .54);--app-border: rgba(0, 0, 0, .1);--wb-purple: #7c2ae8;--wb-purple-2: #b013c6;--app-accent: var(--wb-purple);--app-accent-contrast: #ffffff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--app-text);background-color:var(--app-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--app-accent);text-decoration:inherit}a:hover{color:var(--app-accent)}body{margin:0;min-height:100vh;background:var(--app-bg)}h1{margin:0;font-size:20px;line-height:1.2}button{border-radius:12px;border:1px solid var(--app-border);padding:12px 14px;font-size:15px;font-weight:700;font-family:inherit;background-color:transparent;color:var(--app-text);cursor:pointer;transition:border-color .2s ease}button:hover{border-color:#0003}button:focus,button:focus-visible{outline:2px solid rgba(124,42,232,.35);outline-offset:2px}*{box-sizing:border-box}html,body{height:100%}.appShell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.appHeader{position:sticky;top:0;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));padding:10px 12px 12px;z-index:10}.appHeaderTitle{color:#fff;font-size:14px;font-weight:800;letter-spacing:.2px}.appMain{padding:16px}.appHeaderRow{display:flex;gap:10px;align-items:center;margin-bottom:10px}.appHeaderSpacer{flex:1}.appHeaderIconButton{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.24);background:#ffffff24;color:#fff;position:relative}.appHeaderBadge{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#fff;color:var(--wb-purple);font-size:11px;font-weight:900;display:grid;place-items:center;box-shadow:0 6px 16px #0000002e}.appHeaderSearch{display:flex;gap:10px;align-items:center;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:10px 12px}.appHeaderSearchIcon{width:18px;height:18px;flex:0 0 auto;color:#ffffffeb}.appHeaderSearchInput{width:100%;border:none;outline:none;background:transparent;color:#fff;font-size:15px}.appHeaderSearchInput::placeholder{color:#ffffffd9}.card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:12px;padding:12px}.stack{display:grid;gap:12px}.row{display:flex;gap:12px;align-items:center;justify-content:space-between}.muted{color:var(--app-muted);font-size:13px}.buttonPrimary{width:100%;border:none;border-radius:12px;padding:12px 14px;font-size:15px;font-weight:700;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff}.buttonSecondary{width:100%;border:1px solid var(--app-border);border-radius:12px;padding:12px 14px;font-size:15px;font-weight:700;background:transparent;color:var(--app-text)}.input{width:100%;border:1px solid var(--app-border);border-radius:12px;padding:12px 14px;font-size:15px;color:var(--app-text);background:var(--app-surface)}.textarea{width:100%;border:1px solid var(--app-border);border-radius:12px;padding:12px 14px;font-size:15px;min-height:88px;resize:vertical;color:var(--app-text);background:var(--app-surface)}.productGallery{display:grid;gap:10px}.productTopLayout{--gallery-main-height: clamp(360px, 52vh, 560px);--gallery-thumbs-height: 74px;--gallery-gap: 10px;--product-top-height: calc(var(--gallery-main-height) + var(--gallery-thumbs-height) + var(--gallery-gap));display:grid;gap:12px;grid-template-columns:1fr clamp(280px,42vw,510px);align-items:start}.productTopLeft{min-width:0;height:var(--product-top-height);overflow:auto}.productTopRight{justify-self:stretch;height:var(--product-top-height)}.productTopRight{justify-self:end}.productTitle{font-size:18px;font-weight:800;line-height:1.25}.productHeaderCard{display:flex;flex-direction:column;justify-content:space-between;min-height:112px}.productPrice{margin-top:6px;font-size:28px;font-weight:900;letter-spacing:-.2px;color:#111}.productPageLayout{display:grid;gap:12px;grid-template-columns:clamp(320px,45vw,430px) 1fr clamp(280px,22vw,360px);align-items:start}.productPageGallery,.productPageContent,.productPagePurchase{min-width:0}.productPurchaseCard{position:sticky;top:88px}.productPurchaseHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.productPurchasePrice{font-size:26px;font-weight:900;letter-spacing:-.2px;color:#111}.productPurchaseButton{border-radius:14px}.mobileBottomBar,.mobileDrawerBackdrop,.productGalleryCarousel{display:none}@media(max-width:860px){.productPageLayout{grid-template-columns:1fr}.productPagePurchase{display:none}.productPageContent{padding-bottom:84px}.mobileBottomBar{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:50;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;background:#ffffffeb;border-top:1px solid var(--app-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobileBottomBarPrice{font-size:20px;font-weight:900;color:#111}.mobileBottomBarButton{border:none;border-radius:14px;padding:12px 16px;font-size:15px;font-weight:800;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff;white-space:nowrap}.mobileDrawerBackdrop{display:grid;position:fixed;inset:0;z-index:60;background:#0006;align-items:end}.mobileDrawerSheet{background:var(--app-bg);border-top-left-radius:18px;border-top-right-radius:18px;padding:10px 12px 16px;border:1px solid rgba(0,0,0,.08)}.mobileDrawerHandle{width:44px;height:5px;border-radius:999px;background:#0000002e;margin:6px auto 12px}.productGalleryMain{display:none}.productGalleryThumbs{height:74px}.productGalleryCarousel{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:16px;border:1px solid var(--app-border);background:var(--app-surface);height:min(62vh,573.33px);max-height:573.33px;min-height:320px;scrollbar-width:none}.productGalleryCarousel::-webkit-scrollbar{display:none}.productGalleryCarouselItem{scroll-snap-align:start;display:grid;place-items:center;padding:10px;width:100%;height:100%;min-width:0;min-height:0;box-sizing:border-box}.productGalleryCarouselImage{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;box-sizing:border-box}}.productGalleryMain{border-radius:16px;border:1px solid var(--app-border);background:var(--app-surface);overflow:hidden;height:var(--gallery-main-height, 573.33px);display:grid;place-items:center;padding:10px}.productGalleryMainImage{display:block;max-width:calc(100% - 20px);max-height:calc(100% - 20px);width:auto;height:auto;object-fit:contain;object-position:center;background:var(--app-surface)}.productGalleryEmpty{height:100%;display:grid;place-items:center}.productGalleryThumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;height:var(--gallery-thumbs-height, 74px);align-items:center;scrollbar-width:none}.productGalleryThumbs::-webkit-scrollbar{display:none}.productGalleryThumb{flex:0 0 auto;width:64px;height:64px;border-radius:14px;padding:0;border:1px solid var(--app-border);background:var(--app-surface);overflow:hidden}.productGalleryThumbActive{border-color:#7c2ae88c;box-shadow:0 0 0 3px #7c2ae81f}.productGalleryThumbImage{width:100%;height:100%;display:block;object-fit:cover}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{width:auto;padding:10px 12px;border-radius:14px;border:1px solid var(--app-border);background:var(--app-surface);font-size:14px;font-weight:700}.chipSelected{border-color:#7c2ae88c;background:#7c2ae814}.productGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:740px){.productGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.productCard{display:grid;grid-template-rows:auto 1fr auto;gap:10px;padding:10px;border-radius:16px;border:1px solid var(--app-border);background:var(--app-surface);cursor:pointer;-webkit-user-select:none;user-select:none}.productCard:focus-visible{outline:2px solid rgba(124,42,232,.35);outline-offset:2px}.productCardImageWrap{border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#00000005;overflow:hidden;display:grid;place-items:center;aspect-ratio:1 / 1}.productCardImage{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.productCardImagePlaceholder{width:100%;height:100%;background:linear-gradient(180deg,#7c2ae80f,#b013c60d)}.productCardBody{min-width:0}.productCardPrice{font-size:18px;font-weight:900;letter-spacing:-.2px;color:#111}.productCardTitle{margin-top:4px;font-size:13px;font-weight:700;color:#000000db;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCardCartButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border:none;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:800;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff}.productCardCartIcon{width:18px;height:18px}.categoryRootGrid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:740px){.categoryRootGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.categoryRootCard{min-width:0}.categoryRootHeaderButton{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:1;min-width:0;border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.categoryRootHeaderText{min-width:0}.categoryRootChevron{width:22px;height:22px;flex:0 0 auto;color:#00000080;transition:transform .18s ease}.categoryRootChevronExpanded{transform:rotate(180deg)}.categoryRootTitle{font-size:16px;font-weight:900}.categoryChips{display:flex;flex-wrap:wrap;gap:8px}.categoryChip{border:1px solid var(--app-border);border-radius:999px;padding:8px 10px;font-size:13px;font-weight:800;background:#7c2ae80f;color:#000000db}.categoryChipSecondary{background:#00000008}.cartPageContent{padding-bottom:90px}.cartCheckoutBar{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:12px 16px;background:#fffffff5;border-top:1px solid var(--app-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 12px #00000014}.cartCheckoutButton{width:100%;border:none;border-radius:16px;padding:16px 20px;font-size:16px;font-weight:900;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff;cursor:pointer;transition:opacity .2s ease}.cartCheckoutButton:disabled{opacity:.6;cursor:not-allowed}.cartCheckoutButton:not(:disabled):hover{opacity:.92}.cartItem{display:grid;gap:10px}.cartItemMain{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}.cartItemImageWrap{width:72px;height:72px;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#00000005;overflow:hidden;display:grid;place-items:center}.cartItemImageWrapClickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.cartItemImageWrapClickable:hover{transform:scale(1.02);box-shadow:0 2px 8px #0000001f}.cartItemImageWrapClickable:focus{outline:2px solid rgba(124,42,232,.35);outline-offset:2px}.cartItemImage{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.cartItemImagePlaceholder{width:100%;height:100%;background:linear-gradient(180deg,#7c2ae80f,#b013c60d)}.cartItemInfo{min-width:0}.cartItemTitle{font-size:14px;font-weight:800;color:#000000db;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer;transition:color .15s ease}.cartItemTitle:hover{color:var(--wb-purple)}.cartItemTitle:focus{outline:2px solid rgba(124,42,232,.35);outline-offset:2px;border-radius:4px}.cartItemActions{display:flex;align-items:center;justify-content:space-between;gap:10px}.cartQty{display:inline-flex;align-items:center;border-radius:14px;border:1px solid var(--app-border);background:var(--app-surface);overflow:hidden}.cartQtyButton{border:none;background:#00000008;padding:10px 12px;font-size:16px;font-weight:900}.cartQtyValue{min-width:34px;text-align:center;font-size:14px;font-weight:900;padding:0 10px}.cartTotalsLine{font-size:16px;font-weight:900;color:#000000db}.cartTotalsLabel{font-weight:800;color:#0000009e}.iconButton{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid var(--app-border);background:#00000005;color:#000000bd}.iconButton:hover{border-color:#0003}
