: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,#root{height:100%;overflow:hidden;overflow-x:hidden;width:100%;max-width:100%}.appShell{height:100%;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden;width:100%;max-width:100%}.appHeader{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));padding:22px 18px 26px;z-index:10;box-shadow:0 2px 12px #7c2ae833;overflow:visible;transition:padding .35s ease,background .35s ease,box-shadow .35s ease}.appHeader.appHeaderScrolled{padding:12px 14px 14px;background:linear-gradient(135deg,#ede9fe,#f5f3ff);box-shadow:0 4px 20px #00000014}.appHeader.appHeaderScrolled .appHeaderIconButton{background:#7c2ae81f;border-color:#7c2ae833;color:var(--wb-purple)}.appHeader.appHeaderScrolled .appHeaderIconButton:hover{background:#7c2ae833;border-color:#7c2ae859}.appHeader.appHeaderScrolled .appHeaderSearch{border-color:#0000001a}.appHeader.appHeaderScrolled:before,.appHeader.appHeaderScrolled:after{opacity:.3}.appHeader.appHeaderScrolled .appHeaderIconButton{width:44px;height:44px;border-radius:12px}.appHeader.appHeaderScrolled .appHeaderIconButton svg{width:22px;height:22px}@media(min-width:641px){.appHeader{padding:24px 24px 28px}.appHeaderRow{gap:14px}.appHeaderIconButton{width:52px;height:52px;border-radius:16px}.appHeaderIconButton svg{width:26px;height:26px}.appHeaderActionsDesktop .appHeaderIconButton{width:48px;height:48px;border-radius:16px}.appHeaderActionsDesktop .appHeaderIconButton svg{width:24px;height:24px}.appHeaderTitle{font-size:24px}.appHeaderTitleButton{padding:10px 12px;font-size:26px;gap:10px}.appHeaderHomeIcon{width:22px;height:22px}.appHeaderSearch{min-height:54px;padding:12px 18px;border-radius:16px;gap:12px}.appHeaderSearchIcon{width:22px;height:22px}.appHeaderSearchInput{font-size:16px}.appHeaderSearchInput::placeholder{font-size:15px}.appHeaderBadge{min-width:22px;height:22px;padding:0 7px;font-size:13px;top:-7px;right:-7px}.appHeaderActionsDesktop .appHeaderIconButton .appHeaderBadge{min-width:22px;height:22px;padding:0 7px;font-size:12px;top:-7px;right:-7px}.appHeaderBackButton svg{width:26px;height:26px}.searchSuggestionItem{padding:14px 18px;font-size:16px}}.appHeader:before,.appHeader:after{transition:opacity .35s ease}.appHeader:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 60% 40%,rgba(255,255,255,.08) 0%,transparent 40%),repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(255,255,255,.04) 8px,rgba(255,255,255,.04) 16px),repeating-linear-gradient(-45deg,transparent,transparent 12px,rgba(255,255,255,.02) 12px,rgba(255,255,255,.02) 24px);pointer-events:none;z-index:0;opacity:.9}.appHeader:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%),linear-gradient(0deg,rgba(255,255,255,.03) 0%,transparent 20%,transparent 80%,rgba(255,255,255,.03) 100%);pointer-events:none;z-index:0}.appHeader>*{position:relative;z-index:1}@media(max-width:640px){.appHeader:not(.appHeaderScrolled){padding:20px 16px 24px}.appHeaderRow{gap:8px}.appHeaderActionsDesktop,.appHeaderTitleText{display:none!important}.appHeaderHomeIcon{width:24px;height:24px}.appHeaderTitleButton{padding:4px;min-width:32px}.appHeaderSpacer{flex:1}}.appHeaderTitle{color:#fff;font-size:18px;font-weight:700;letter-spacing:.2px}.appHeaderTitleButton{border:none;background:transparent;padding:10px 6px;cursor:pointer;font-size:22px;font-weight:900;letter-spacing:1px;color:#fff;text-align:left;display:flex;align-items:center;gap:10px;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-transform:uppercase;font-style:italic;white-space:nowrap;flex-shrink:0}.appMain{flex:1;min-height:0;padding:120px 20px 100px;min-width:0;width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}.appMain>*{min-width:0;max-width:100%}@media(min-width:641px){.appMain{padding:130px 28px 120px}}@media(max-width:640px){.appMain{padding:108px max(14px,env(safe-area-inset-left)) 88px max(14px,env(safe-area-inset-right))}}.appHeaderRow,.appHeaderActionsDesktop{display:flex;gap:10px;align-items:center}.appHeaderMobileMenuButton{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.24);background:#ffffff24;color:#fff;cursor:pointer;transition:all .2s ease}.appHeaderMobileMenuButton:hover{background:#ffffff3d;border-color:#fff6}.appHeaderMobileMenuButton svg{width:24px;height:24px}.appHeaderSpacer{flex:1}.appHeaderIconButton{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;transition:width .35s ease,height .35s ease,border-radius .35s ease,background .35s ease,border-color .35s ease,color .35s ease;border:1px solid rgba(255,255,255,.24);background:#ffffff24;color:#fff;position:relative;transition:all .2s ease;cursor:pointer}.appHeaderIconButton:hover{background:#ffffff3d;border-color:#fff6;transform:scale(1.05)}.appHeaderIconButton:active{transform:scale(.95)}@media(max-width:640px){.appHeaderIconButton{width:44px;height:44px;border-radius:12px}.appHeaderIconButton svg{width:22px;height:22px}}.appHeaderBadge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff;color:var(--wb-purple);font-size:12px;font-weight:900;display:grid;place-items:center;box-shadow:0 6px 16px #0000002e}@media(max-width:640px){.appHeaderBadge{top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;font-size:11px}}.appHeaderSearch{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid rgba(255,255,255,.3);border-radius:18px;padding:16px 20px;min-height:58px;flex:1 1 auto;min-width:0;width:100%;transition:padding .35s ease,min-height .35s ease,border-radius .35s ease,gap .35s ease;box-shadow:0 2px 8px #0000001a;position:relative}.appHeader.appHeaderScrolled .appHeaderSearch{padding:10px 12px;min-height:44px;border-radius:14px;gap:8px}.appHeaderSearch:focus-within{border-color:#7c2ae880;box-shadow:0 4px 16px #7c2ae833}@media(max-width:640px){.appHeader:not(.appHeaderScrolled) .appHeaderSearch{padding:14px 16px;min-height:52px;border-radius:16px}.appHeader.appHeaderScrolled .appHeaderSearch{padding:10px 12px;min-height:42px;border-radius:12px}.appHeaderSearchIcon{width:18px;height:18px}.appHeaderSearchInput{font-size:16px}.appHeaderSearchIcon{color:#0006}.appHeaderSearchInput::placeholder{color:#0006}}.appHeaderSearchIcon{width:22px;height:22px;flex:0 0 auto;color:#00000080;transition:width .35s ease,height .35s ease}.appHeader.appHeaderScrolled .appHeaderSearchIcon{width:20px;height:20px}.appHeaderSearchInput{width:100%;border:none;outline:none;background:transparent;color:#000000db;font-size:16px;min-width:0;caret-color:#000000db;transition:font-size .35s ease}.appHeader.appHeaderScrolled .appHeaderSearchInput{font-size:15px}.appHeaderSearchInput::placeholder{color:#00000080}@media(min-width:641px){.appHeaderTitle,.appHeaderTitleButton{font-size:26px!important}.appHeaderTitleButton{padding:10px 12px;gap:0}.appHeaderHomeIcon{display:none}.appHeaderSearch{min-height:54px!important;padding:12px 18px!important;border-radius:16px;gap:12px;max-width:48%;flex:1 1 auto}.appHeaderActionsDesktop{margin-right:14px;gap:14px}.appHeaderSearchIcon{width:22px!important;height:22px!important}.appHeaderSearchInput{font-size:16px!important}.appHeaderSearchInput::placeholder{font-size:15px}}.searchSuggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:100;overflow:hidden;animation:searchSuggestionsFadeIn .15s ease-out}@keyframes searchSuggestionsFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.searchSuggestionItem{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;cursor:pointer;font-size:14px;color:#000c;line-height:1.4;transition:background-color .1s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchSuggestionItem+.searchSuggestionItem{border-top:1px solid rgba(0,0,0,.06)}.searchSuggestionItem:hover,.searchSuggestionItemActive{background:#7c2ae814}.searchSuggestionItem strong{color:var(--wb-purple, #7c2ae8);font-weight:600}@media(max-width:640px){.searchSuggestions{top:calc(100% + 4px);border-radius:10px}.searchSuggestionItem{padding:10px 12px;font-size:13px}}.appHeaderBackButton{margin-right:4px}.appHeaderTitleButton:hover{opacity:.9}.appHeaderTitleText{white-space:nowrap}.appHeaderHomeIcon{flex-shrink:0;color:#fff}@media(max-width:640px){.appHeaderTitleButton{padding:6px 2px;font-size:16px;gap:6px;letter-spacing:.8px}.appHeaderHomeIcon{width:18px;height:18px}}.card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:16px;padding:16px 18px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;min-width:0;overflow:hidden}.stack{display:grid;gap:14px}.row{display:flex;gap:12px;align-items:center;justify-content:space-between;min-width:0}.row>div:last-child{min-width:0;overflow-wrap:break-word;word-break:break-word}.muted{color:var(--app-muted);font-size:13px}.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;min-width:0;overflow-wrap:break-word;word-break:break-word}.productHeaderCard{display:flex;flex-direction:column;justify-content:space-between;min-height:112px;min-width:0;overflow:hidden}.productPrice{margin-top:6px;font-size:28px;font-weight:900;letter-spacing:-.2px;color:#d32f2f}@media(min-width:641px){.productTitle{font-size:18px;line-height:1.3}.productHeaderCard{min-height:100px;padding:14px 16px}.productPrice{margin-top:6px;font-size:24px}.productPageLayout{grid-template-columns:clamp(360px,42vw,480px) 1fr clamp(300px,24vw,380px)}.productPageGallery .productGallery{height:100%}.productPageGallery .productGalleryMain{aspect-ratio:1;width:100%;min-height:0;height:auto;border-radius:24px;padding:0}.productPageGallery .productGalleryMainImage{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain;border-radius:24px}.productPageGallery .productGalleryThumbs{border-radius:18px}.productPurchaseCard{padding:16px 18px}.productPurchaseCard .stack{gap:16px}.productPurchasePrice{font-size:28px}.productPurchaseHeader .muted{font-size:14px;margin-top:4px}.productPageContent .card{padding:14px 16px}.productPageContent .muted{font-size:14px}.productPageContent .optionGroupLabelBold{font-size:15px;font-weight:900;color:#000000e6}.productPageContent .card>div:first-child>div:first-child{font-size:16px;font-weight:800}.productPageContent .card .row .muted{font-size:13px}.productPageContent .card .row>div:last-child{font-size:14px}.productPageContent .chip,.chip{padding:10px 14px;font-size:14px}.productPageContent .input,.productPageContent .textarea{font-size:14px;padding:10px 14px}.productPurchaseCard .input,.productPurchaseCard .textarea{font-size:15px;padding:12px 16px;border-radius:12px}.productPurchaseCard .input::placeholder,.productPurchaseCard .textarea::placeholder{font-size:14px}.productPurchaseCard .muted{font-size:13px}.productPurchaseButton{padding:14px 18px;font-size:15px;border-radius:14px}.productPageLayout{gap:16px}.productPageContent.stack{gap:12px}}.productPageLayout{display:grid;gap:12px;grid-template-columns:clamp(320px,45vw,430px) 1fr clamp(280px,22vw,360px);align-items:start;width:100%;max-width:100%;min-width:0;overflow-x:hidden}@media(min-width:641px){.productPageLayout{grid-template-columns:clamp(360px,42vw,480px) 1fr clamp(300px,24vw,380px)!important}}.productPageGallery{min-width:0}.productPageContent{min-width:0;width:100%;max-width:100%;overflow-x:hidden}.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:#d32f2f}.productPurchaseButton{border-radius:14px;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2))!important;color:#fff!important;border:none!important}.mobileBottomBar,.mobileDrawerBackdrop{display:none}.addToCartDrawerBackdrop{position:fixed;inset:0;z-index:70;background:#0006;display:flex;align-items:flex-end;justify-content:center}.addToCartDrawerSheet{width:100%;max-width:480px;background:var(--app-bg);border-top-left-radius:18px;border-top-right-radius:18px;padding:12px 16px 24px;border:1px solid var(--app-border);box-shadow:0 -4px 24px #0000001f;overflow-y:auto}.addToCartDrawerHandle{width:44px;height:5px;border-radius:999px;background:#0000002e;margin:6px auto 12px}.addToCartDrawerTitle{margin:0 0 16px;font-size:18px;font-weight:800;color:#000000db}.addToCartDrawerContent{gap:16px}.addToCartDrawerProductRow{display:flex;gap:12px;align-items:center}.addToCartDrawerProductImage{flex-shrink:0;width:72px;height:72px;border-radius:12px;overflow:hidden;background:#0000000a}.addToCartDrawerProductImage img{width:100%;height:100%;object-fit:cover}.addToCartDrawerProductImagePlaceholder{width:100%;height:100%;background:#0000000f}.addToCartDrawerProductInfo{min-width:0;flex:1}.addToCartDrawerProductName{font-size:15px;font-weight:600;color:#000000db;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.addToCartDrawerProductPrice{margin-top:4px;font-size:17px;font-weight:800;color:#111}.addToCartDrawerHint{font-size:13px}.addToCartDrawerHintRequired{color:var(--app-error, #c62828);font-weight:600}.addToCartDrawerButton{width:100%;border:none;border-radius:14px;padding:14px 20px;font-size:16px;font-weight:800;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff;cursor:pointer;transition:opacity .15s}.addToCartDrawerButton:hover:not(:disabled){opacity:.92}.addToCartDrawerButton:disabled{opacity:.5;cursor:not-allowed}.deliveryDisclaimerBackdrop{position:fixed;inset:0;z-index:80;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px}.deliveryDisclaimerSheet{width:100%;max-width:400px;max-height:90vh;overflow-y:auto;background:var(--app-bg);border-radius:18px;padding:12px 20px 24px;border:1px solid var(--app-border);box-shadow:0 8px 32px #0003}.deliveryDisclaimerHandle{width:44px;height:5px;border-radius:999px;background:#0000002e;margin:6px auto 12px}.deliveryDisclaimerTitle{margin:0 0 16px;font-size:18px;font-weight:800;color:#000000db}.deliveryDisclaimerText{margin:0 0 20px;font-size:15px;line-height:1.5;color:#000000c7;white-space:pre-line}.deliveryDisclaimerCheckbox{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:14px;color:#000000c7;cursor:pointer;-webkit-user-select:none;user-select:none}.deliveryDisclaimerCheckbox input{width:20px;height:20px;accent-color:var(--wb-purple, #7c3aed)}.deliveryDisclaimerButton{width:100%;border:none;border-radius:14px;padding:14px 20px;font-size:16px;font-weight:800;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff;cursor:pointer;transition:opacity .15s}.deliveryDisclaimerButton:hover{opacity:.92}.productGalleryCarousel{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;border-radius:24px;border:1px solid var(--app-border);background:var(--app-surface);height:min(80vw,75vh,520px);min-height:380px;scrollbar-width:none}.productGalleryCarousel::-webkit-scrollbar{display:none}.productGalleryCarouselItem{scroll-snap-align:start;position:relative;flex:0 0 100%;width:100%;min-height:0;align-self:stretch;overflow:hidden;box-sizing:border-box}.productGalleryCarouselImage{position:absolute;inset:12px;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:20px}@media(max-width:860px){.productPageLayout{grid-template-columns:1fr}.productPagePurchase{display:none}.productPageContent{padding-bottom:84px}.mobileBottomBar{display:grid;position:fixed;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:calc(72px + env(safe-area-inset-bottom,0px));z-index:45;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:16px 18px;border-radius:20px;background:#fffffff5;border:1px solid var(--app-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #0000001f}.mobileBottomBarPrice{display:inline-flex;align-items:baseline;flex-wrap:nowrap;font-size:24px;font-weight:900;color:#111;white-space:nowrap}.mobileBottomBarPriceNum{font-variant-numeric:tabular-nums}.mobileBottomBarPriceSym{margin-left:2px}.mobileBottomBarRequiredHint{font-size:13px;color:var(--app-error, #c62828);text-align:center;margin-bottom:4px;min-width:0;word-wrap:break-word;overflow-wrap:break-word;line-height:1.35}.mobileBottomBarButton{border:none;border-radius:16px;padding:16px 22px;font-size:17px;font-weight:800;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff;white-space:normal}.mobileBottomBarButton:disabled{opacity:.6;cursor:not-allowed}.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}.addToCartDrawerSheet{max-height:85vh}.productGalleryMain{display:none}.productGalleryThumbs{height:74px}.productGalleryThumb{border-radius:18px}}.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}.productGalleryMainClickable,.productGalleryCarouselItemClickable{cursor:pointer}.productGalleryDots{display:none}@media(max-width:860px){.productGalleryDots{display:flex;justify-content:center;align-items:center;gap:6px;padding:10px 0 2px}.productGalleryDot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#00000026;cursor:pointer;transition:background .2s,transform .2s}.productGalleryDotActive{background:var(--wb-purple, #7c2ae8);transform:scale(1.25)}}.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)}@media(min-width:641px){.productPageGallery .productGalleryMain{position:relative!important;aspect-ratio:1!important;width:100%!important;min-height:0!important;height:auto!important;padding:0!important}.productPageGallery .productGalleryMainImage{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important}}.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}.imageLightboxBackdrop{position:fixed;inset:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;touch-action:none}.imageLightboxClose{position:absolute;top:12px;right:12px;z-index:1002;width:44px;height:44px;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center}.imageLightboxClose:hover{background:#ffffff59}.imageLightboxNav{position:absolute;top:35%;transform:translateY(-50%);z-index:1002;width:48px;height:48px;border:none;border-radius:50%;background:#fff3;color:#fff;cursor:pointer;display:grid;place-items:center}.imageLightboxNav:hover{background:#ffffff59}.imageLightboxNavPrev{left:12px}.imageLightboxNavNext{right:12px}.imageLightboxContent{width:100%;height:70vh;margin-bottom:30vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.imageLightboxImageWrap{cursor:grab;transform-origin:center center;transition:transform .1s ease-out;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.imageLightboxImageWrap:active{cursor:grabbing}.imageLightboxImage{max-width:100vw;max-height:100vh;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.imageLightboxToolbar{position:absolute;bottom:0;left:0;right:0;padding:16px;display:flex;align-items:center;justify-content:center;gap:16px;z-index:1002;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.imageLightboxZoomBtn{width:48px;height:48px;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center}.imageLightboxZoomBtn:hover{background:#ffffff59}.imageLightboxCounter{color:#ffffffe6;font-size:14px;font-weight:600;min-width:48px;text-align:center}.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}.chipsColorSwatches .chip{padding:6px}.chipColorSwatch{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:56px}.chipColorSwatch img{width:48px;height:48px;object-fit:cover;border-radius:10px;border:1px solid rgba(0,0,0,.1)}.chipColorLabel{font-size:11px;font-weight:600;line-height:1.2;text-align:center;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:641px){.chipColorSwatch{min-width:68px}.chipsColorSwatches .chip{padding:8px}.chipColorSwatch img{width:56px;height:56px;border-radius:12px}.chipColorLabel{font-size:12px;font-weight:700;max-width:80px}}.productGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}@media(min-width:1024px){.productGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}}.similarProductsTitle{margin:0;font-size:1.25rem;font-weight:700}.productCard{display:grid;grid-template-rows:auto 1fr auto;gap:12px;padding:12px;border-radius:18px;border:1px solid var(--app-border);background:var(--app-surface);cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.productCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#7c2ae84d}.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;position:relative;aspect-ratio:1 / 1}.productCardCarousel{display:flex;width:100%;height:100%;transition:transform .3s ease;will-change:transform}.productCardCarousel .productCardImage{width:100%;height:100%;flex:0 0 100%;object-fit:contain;object-position:center;display:block;background:#00000005}.productCardImage{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.productCardDots{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:2;pointer-events:none}.productCardDot{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:background .2s ease,transform .2s ease}.productCardDotActive{background:#fff;transform:scale(1.3);box-shadow:0 0 3px #0000004d}.productCardImagePlaceholder{width:100%;height:100%;background:linear-gradient(180deg,#7c2ae80f,#b013c60d)}.productCardBody{min-width:0}.productCardPrice{font-size:20px;font-weight:900;letter-spacing:-.2px;color:#d32f2f}.productCardTitle{margin-top:4px;font-size:15px;font-weight:700;color:#000000db;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:1024px){.productCardPrice{font-size:24px}.productCardTitle{font-size:17px}}.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}.categoriesHeaderRow{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.categoriesHeaderBtn{width:auto;flex-shrink:0}.categoryRootGrid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:540px){.categoryRootGrid{grid-template-columns:repeat(2,1fr)}}@media(min-width:740px){.categoryRootGrid{grid-template-columns:repeat(3,1fr)}}.categoryRootCard{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0}.categoryRootCard .categoryRootHeaderText{cursor:pointer;overflow:hidden;color:inherit}.categoryRootCard .categoryRootBtn{align-self:flex-start}.categoryRootChevron{width:22px;height:22px;flex:0 0 auto;color:#00000080;transition:transform .18s ease}.categoryRootChevronExpanded{transform:rotate(180deg)}.categoryRootTitle{display:block;font-size:16px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;line-height:1.25;margin-bottom:2px}.categoryRootHeaderText .muted{display:block;font-size:13px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--app-muted)}.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:140px}@media(min-width:1024px){.cartPageWrapper{max-width:640px;margin-left:auto;margin-right:auto}}.cartEmptyCard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:28px 20px}.cartEmptyTitle{margin:0}.cartEmptyButton{width:auto;margin-top:8px}.ordersEmptyCard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:28px 20px}.ordersEmptyTitle{margin:0}.ordersEmptyButton{width:auto;margin-top:8px}.ordersClearButton{width:auto}.cartCheckoutBar{position:fixed;left:0;right:0;bottom:72px;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}.cartCheckoutBarInner{width:100%}@media(min-width:1024px){.cartCheckoutBar{padding-left:20px;padding-right:20px}.cartCheckoutBarInner{max-width:640px;margin-left:auto;margin-right:auto}}.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}.cartItemPrice{font-size:14px;font-weight:700;color:#d32f2f}.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}.cartTotalPrice{color:#d32f2f}.cartTotalsLabel{font-weight:800;color:#0000009e}.cartUndoBarWrap{position:fixed;left:12px;right:12px;bottom:72px;z-index:55;padding:0 4px;animation:cartUndoBarSlideIn .3s ease-out forwards}@keyframes cartUndoBarSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cartUndoBar{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--app-surface);border:1px solid var(--app-border);border-radius:12px;box-shadow:0 4px 20px #0000001f;flex-wrap:wrap}.cartUndoBarText{flex:1;min-width:0;font-size:.9rem;color:#000000bd;display:flex;flex-direction:column;gap:2px;word-break:break-word}.cartUndoBarText span:first-child{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.cartUndoCircleWrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px}.cartUndoCircle{position:absolute;inset:0;width:100%;height:100%;color:var(--app-primary, #1976d2)}.cartUndoCircleNum{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--app-primary, #1976d2);pointer-events:none}.cartUndoBarButton{flex-shrink:0}.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}.cartClearButton{width:44px;height:44px}.cartClearButton svg{width:24px;height:24px}.categoriesMenuOverlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;animation:fadeIn .2s ease}.categoriesMenu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:360px;background:var(--app-surface);box-shadow:-4px 0 24px #00000026;z-index:101;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.categoriesMenuHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--app-border);background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff}.categoriesMenuHeader h2{margin:0;font-size:22px;font-weight:800}.categoriesMenuClose{width:40px;height:40px;border:none;background:#fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.categoriesMenuClose:hover{background:#ffffff4d}.categoriesMenuContent{flex:1;overflow-y:auto;padding:8px 0}.categoriesMenuList{display:flex;flex-direction:column}.categoriesMenuItem{border-bottom:1px solid rgba(0,0,0,.05)}.categoriesMenuButton{width:100%;display:flex;align-items:center;gap:12px;padding:16px 20px;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .15s ease;color:inherit}.categoriesMenuButton:hover{background:#7c2ae814}.categoriesMenuName{flex:1;font-size:16px;font-weight:600;color:#000000db}.categoriesMenuBadge{background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:12px;min-width:24px;text-align:center}.categoriesMenuChevron{color:#0006;flex-shrink:0}.mobileMenuOverlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;animation:fadeIn .2s ease}.mobileMenu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:320px;background:var(--app-surface);box-shadow:-4px 0 24px #00000026;z-index:101;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow:hidden}.mobileMenuHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--app-border);background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff}.mobileMenuHeader h2{margin:0;font-size:22px;font-weight:800}.mobileMenuClose{width:40px;height:40px;border:none;background:#fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mobileMenuClose:hover{background:#ffffff4d}.mobileMenuContent{flex:1;overflow-y:auto;padding:8px 0}.mobileMenuList{display:flex;flex-direction:column}.mobileMenuItem{width:100%;display:flex;align-items:center;gap:14px;padding:16px 20px;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .15s ease;color:#000000db;font-size:16px;font-weight:600;position:relative}.mobileMenuItem:hover{background:#7c2ae814}.mobileMenuItem svg{flex-shrink:0;color:#0009}.mobileMenuBadge{margin-left:auto;background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:12px;min-width:24px;text-align:center}.bottomNavWrapper{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--app-surface);border-top:1px solid var(--app-border);box-shadow:0 -4px 16px #00000014}.bottomNav{display:flex;justify-content:space-around;align-items:stretch;padding:8px 0 max(8px,env(safe-area-inset-bottom));gap:4px}.bottomNavItem{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;border:none;background:transparent;color:#00000080;font-size:11px;font-weight:500;cursor:pointer;transition:color .2s ease}.bottomNavItem:hover{color:#000c}.bottomNavItemActive{color:var(--wb-purple)}.bottomNavItem svg{flex-shrink:0}.bottomNavIconWrap{position:relative;display:flex;align-items:center;justify-content:center}.bottomNavBadge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e53935;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.bottomNavBadgeBounce{animation:bottomNavBadgeBounce .55s cubic-bezier(.34,1.56,.64,1)}@keyframes bottomNavBadgeBounce{0%{transform:scale(1) translateY(0)}25%{transform:scale(1.4) translateY(-12px)}45%{transform:scale(1.15) translateY(2px)}65%{transform:scale(1.25) translateY(-4px)}to{transform:scale(1) translateY(0)}}.profileAvatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff;font-size:20px;font-weight:700;display:grid;place-items:center}.profileFavoritesEntry{display:flex;align-items:center;gap:14px;width:100%;text-align:left;cursor:pointer;border:1px solid var(--app-border);background:linear-gradient(135deg,#7c2ae80f,#8b5cf60a);transition:background .2s ease,border-color .2s ease,transform .2s ease}.profileFavoritesEntry:hover{background:linear-gradient(135deg,#7c2ae81a,#8b5cf614);border-color:#7c2ae840}.profileFavoritesEntry:active{transform:scale(.99)}.profileFavoritesIconWrap{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#fce4ec,#f8bbd9);color:#c2185b;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #c2185b33}.profileFavoritesHeart{width:24px;height:24px}.profileFavoritesLabel{flex:1;font-size:17px;font-weight:700;color:#000000d9}.profileFavoritesCount{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.profileFavoritesChevron{flex-shrink:0;color:#00000059}.profileOrderPreview{padding:12px;border-radius:12px;background:#00000008;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s ease}.profileOrderPreview:hover{background:#7c2ae814}.card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:16px;padding:16px 18px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.productCardImageWrap{position:relative}.favoriteButton{position:absolute;top:8px;right:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;transition:transform .2s ease;padding:0}.favoriteButton:active{transform:scale(.85)}.favoriteIcon{width:20px;height:20px;fill:transparent;stroke:#222;stroke-width:2;paint-order:stroke;filter:drop-shadow(0 0 1px rgba(255,255,255,.9));transition:fill .2s ease,stroke .2s ease}.favoriteButtonActive .favoriteIcon{fill:#e53935;stroke:#e53935}.productPageGalleryWrap{position:relative}.favoriteButtonGallery{top:12px;right:12px;width:40px;height:40px}.favoriteButtonGallery .favoriteIcon{width:22px;height:22px}.shareButtonGallery{top:12px;right:60px;width:40px;height:40px;color:var(--app-text)}.favoritesHeader{display:flex;align-items:center;gap:10px}.favoritesTitle{font-size:22px;font-weight:800;margin:0}.favoritesBadgeCount{background:linear-gradient(135deg,var(--wb-purple),var(--wb-purple-2));color:#fff;font-size:13px;font-weight:700;padding:2px 10px;border-radius:12px}.favoritesGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}@media(min-width:1024px){.favoritesGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}.favoriteCard{display:flex;flex-direction:column;gap:10px;cursor:pointer;border-radius:16px;transition:transform .15s ease}.favoriteCard:active{transform:scale(.98)}.favoriteCardImageWrap{position:relative;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#00000005;overflow:hidden;display:grid;place-items:center;aspect-ratio:1 / 1}.favoriteCardImage{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.favoriteCardBody{min-width:0}.favoriteCardOptions{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.favoriteCardOption{font-size:12px;color:#0000008c;background:#0000000a;border-radius:8px;padding:2px 8px}.favoritesEmpty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;gap:12px}.favoritesEmptyIcon{width:56px;height:56px;fill:none;stroke:#00000026;stroke-width:1.5}.favoritesEmptyTitle{font-size:18px;font-weight:700}.favoritesEmptyHint{font-size:14px;max-width:260px}.favoritesEmptyButton{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:14px;padding:12px 28px;font-size:15px;font-weight:700;background:linear-gradient(90deg,var(--wb-purple),var(--wb-purple-2));color:#fff;cursor:pointer}.deliverySection{display:flex;flex-direction:column;gap:10px;padding:16px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f}.deliverySectionTitle{font-size:14px;font-weight:600;color:#0009;text-transform:uppercase;letter-spacing:.04em}.deliveryOptions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.deliveryOption{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;background:#f7f5ff;border:2px solid transparent;border-radius:14px;cursor:pointer;transition:border-color .15s ease,background .15s ease;text-align:center}.deliveryOption:disabled{opacity:.6;cursor:not-allowed}.deliveryOptionActive{border-color:var(--wb-purple, #7c2ae8);background:#ede9fe}.deliveryOptionIcon{font-size:22px;line-height:1}.deliveryOptionTitle{font-size:14px;font-weight:700;color:#000000d9}.deliveryOptionDuration{font-size:12px;color:#00000080}.deliveryOptionPrice{font-size:13px;font-weight:700;color:var(--wb-purple, #7c2ae8);margin-top:2px}.priceFilterRow{display:flex;align-items:center;gap:8px;margin-top:10px}.priceFilterToggle{display:inline-flex;align-items:center;gap:6px;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;padding:7px 14px;font-size:13px;font-weight:600;background:#fff;color:#000000b3;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.priceFilterToggle:active{transform:scale(.97)}.priceFilterToggle svg{flex-shrink:0}.priceFilterActive{background:linear-gradient(135deg,var(--wb-purple, #7c2ae8),var(--wb-purple-2, #9f5afd));color:#fff;border-color:transparent}.priceFilterClear{border:none;background:none;color:var(--wb-purple, #7c2ae8);font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px}.priceFilterPanel{margin-top:10px;display:flex;flex-direction:column;gap:10px}.priceFilterInputs{display:flex;align-items:center;gap:8px}.priceFilterInput{flex:1;min-width:0;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;padding:10px 12px;font-size:15px;font-weight:500;background:#f9f9fb;color:#000000d9;outline:none;transition:border-color .15s;-moz-appearance:textfield}.priceFilterInput::-webkit-inner-spin-button,.priceFilterInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.priceFilterInput:focus{border-color:var(--wb-purple, #7c2ae8)}.priceFilterInput::placeholder{color:#0000004d}.priceFilterDash{color:#00000040;font-size:14px;flex-shrink:0}.priceFilterCurrency{color:#0006;font-size:16px;font-weight:600;flex-shrink:0}.priceFilterApply{border:none;border-radius:12px;padding:11px 20px;font-size:14px;font-weight:700;background:linear-gradient(90deg,var(--wb-purple, #7c2ae8),var(--wb-purple-2, #9f5afd));color:#fff;cursor:pointer;transition:opacity .15s}.priceFilterApply:active{opacity:.85}.sortRow{display:flex;align-items:center;gap:8px;margin-top:10px;flex-wrap:wrap}.sortBtn{display:inline-flex;align-items:center;gap:4px;border:1.5px solid rgba(0,0,0,.1);border-radius:20px;background:var(--card-bg, #fff);color:var(--text-color, #222);font-size:13px;padding:6px 14px;cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.sortBtn:active{transform:scale(.97)}.sortBtnActive{background:linear-gradient(135deg,var(--wb-purple, #7c2ae8),var(--wb-purple-2, #9f5afd));color:#fff;border-color:transparent}.bugReportButton{display:block;width:100%;padding:14px;margin-top:8px;border:1px dashed rgba(0,0,0,.15);border-radius:14px;background:transparent;color:#00000073;font-size:14px;cursor:pointer;transition:background .15s,color .15s}.bugReportButton:active{background:#0000000a;color:#0009}.bugReportOverlay{position:fixed;inset:0;z-index:100;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.bugReportModal{background:var(--app-bg, #fff);border-radius:18px;padding:20px;width:100%;max-width:400px;box-shadow:0 8px 40px #0000002e}.bugReportTextarea{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:12px;font-size:15px;resize:vertical;font-family:inherit;box-sizing:border-box;outline:none;transition:border-color .15s}.bugReportTextarea:focus{border-color:var(--wb-purple, #7c2ae8)}.bugReportSubmitBtn{border:none;border-radius:12px;background:linear-gradient(90deg,var(--wb-purple, #7c2ae8),var(--wb-purple-2, #9f5afd));color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.bugReportSubmitBtn:disabled{opacity:.5;cursor:not-allowed}.bugReportSubmitBtn:active:not(:disabled){opacity:.85}.shareSheetOverlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:flex-end;animation:shareOverlayIn .2s ease}@keyframes shareOverlayIn{0%{opacity:0}to{opacity:1}}.shareSheetPanel{width:100%;background:var(--app-surface);border-radius:20px 20px 0 0;padding:12px 16px 32px;display:flex;flex-direction:column;gap:8px;animation:shareSheetUp .25s cubic-bezier(.32,.72,0,1)}@keyframes shareSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.shareSheetHandle{width:40px;height:4px;background:#00000026;border-radius:2px;align-self:center;margin-bottom:4px}.shareSheetTitle{font-size:16px;font-weight:700;color:var(--app-text);padding:4px 0 8px}.shareSheetActions{display:flex;flex-direction:column;gap:8px}.shareSheetBtn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:#0000000a;border:none;border-radius:14px;font-size:16px;font-weight:500;color:var(--app-text);cursor:pointer;text-align:left;transition:background .15s ease}.shareSheetBtn:hover{background:#00000014}.shareSheetBtn:active{background:#0000001f}.shareSheetCopied{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;font-size:16px;font-weight:600;color:#2e7d32}.recentlyViewedScroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.recentlyViewedScroll::-webkit-scrollbar{display:none}.recentlyViewedCard{flex-shrink:0;width:110px;display:flex;flex-direction:column;gap:5px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s ease}.recentlyViewedCard:active{transform:scale(.96)}.recentlyViewedImageWrap{width:110px;height:110px;border-radius:12px;overflow:hidden;background:#0000000a;flex-shrink:0}.recentlyViewedImage{width:100%;height:100%;object-fit:cover}.recentlyViewedPrice{font-size:13px;font-weight:700;color:var(--wb-purple, #7c2ae8);white-space:nowrap}.recentlyViewedTitle{font-size:12px;color:#0009;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
