:root{--primary: #4f46e5;--primary-light: #eef2ff;--primary-dark: #4338ca;--success: #10b981;--danger: #ef4444;--text: #111827;--text-muted: #6b7280;--border: #e5e7eb;--bg: #f3f4f6;--card: #ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg)}.tg-app{max-width:480px;margin:0 auto;min-height:100vh;min-height:100dvh;background:var(--bg);padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.tg-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px;background:var(--card);border-bottom:1px solid var(--border)}.tg-logo{display:flex;align-items:center;gap:10px}.tg-logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#4f46e5);display:grid;place-items:center;color:#fff;font-weight:800;font-size:17px;letter-spacing:-.5px;flex-shrink:0}.tg-logo-text{font-size:18px;font-weight:700;color:var(--text)}.tg-header-title{flex:1;text-align:center;font-size:16px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px}.tg-header-spacer{width:38px;flex-shrink:0}.tg-icon-btn{width:38px;height:38px;border:none;border-radius:10px;background:var(--bg);display:grid;place-items:center;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.tg-icon-btn.active{background:var(--primary-light);color:var(--primary)}.tg-icon-btn:active{opacity:.7}.tg-search-bar{padding:10px 16px;background:var(--card);border-bottom:1px solid var(--border)}.tg-search-input-wrap{position:relative;display:flex;align-items:center}.tg-search-input-icon{position:absolute;left:10px;color:var(--text-muted);display:grid;place-items:center;pointer-events:none}.tg-search-bar input{width:100%;border:1.5px solid var(--border);border-radius:10px;padding:9px 12px 9px 36px;font-size:14px;color:var(--text);background:var(--bg);outline:none;transition:border-color .2s}.tg-search-bar input:focus{border-color:var(--primary)}.tg-notice{padding:10px 16px;background:#fef9c3;border-bottom:1px solid #fde68a;font-size:13px;color:#92400e}.tg-slider-wrap{overflow:hidden;position:relative}.tg-slider-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1)}.tg-slide{min-width:100%;flex-shrink:0;position:relative}.tg-slide img{width:100%;height:190px;object-fit:cover;display:block}.tg-slide-empty{height:180px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#1e40af;font-weight:600;font-size:16px}.tg-slide-skeleton{height:180px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:tg-shimmer 1.4s infinite}@keyframes tg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tg-slider-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2}.tg-slider-dot{width:6px;height:6px;border-radius:3px;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:all .3s ease}.tg-slider-dot.active{width:20px;background:#fff}.tg-categories-wrap{padding:14px 0 2px}.tg-categories{display:flex;gap:6px;overflow-x:auto;padding:0 16px 6px;scrollbar-width:none}.tg-categories::-webkit-scrollbar{display:none}.tg-cat-btn{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:2px 4px}.tg-cat-icon{width:56px;height:56px;border-radius:16px;background:var(--card);border:2px solid var(--border);display:grid;place-items:center;overflow:hidden;font-size:22px;transition:border-color .2s,background .2s}.tg-cat-btn.active .tg-cat-icon{border-color:var(--primary);background:var(--primary-light)}.tg-cat-icon img{width:100%;height:100%;object-fit:cover}.tg-cat-label{font-size:11px;font-weight:500;color:var(--text-muted);white-space:nowrap;max-width:64px;overflow:hidden;text-overflow:ellipsis}.tg-cat-btn.active .tg-cat-label{color:var(--primary);font-weight:600}.tg-sections{padding-bottom:8px}.tg-cat-section{margin-top:20px}.tg-cat-section-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 10px}.tg-cat-section-name{font-size:15px;font-weight:700;color:var(--text)}.tg-see-all-btn{font-size:13px;font-weight:600;color:var(--primary);background:none;border:none;cursor:pointer;padding:0}.tg-see-all-btn:active{opacity:.7}.tg-h-products{display:flex;gap:10px;overflow-x:auto;padding:0 16px 4px;scrollbar-width:none}.tg-h-products::-webkit-scrollbar{display:none}.tg-h-product-card{flex-shrink:0;width:140px;background:var(--card);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #00000012;display:flex;flex-direction:column}.tg-h-product-img{width:100%;height:110px;background:var(--bg);display:grid;place-items:center;overflow:hidden;font-size:28px;flex-shrink:0}.tg-h-product-img img{width:100%;height:100%;object-fit:cover}.tg-h-product-body{padding:8px;display:flex;flex-direction:column;gap:4px;flex:1}.tg-h-product-name{font-size:12px;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.tg-h-product-price{font-size:13px;font-weight:700;color:var(--primary)}.tg-h-add-btn{width:28px;height:28px;border:none;border-radius:8px;background:var(--primary);color:#fff;display:grid;place-items:center;cursor:pointer;align-self:flex-end;margin-top:auto;transition:background .15s}.tg-h-add-btn:active{background:var(--primary-dark)}.tg-h-product-skeleton{flex-shrink:0;width:140px;height:178px;border-radius:14px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:tg-shimmer 1.4s infinite}.tg-products-section{padding:14px 16px 8px}.tg-products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tg-products-title{font-size:15px;font-weight:700;color:var(--text)}.tg-products-count{font-size:12px;color:var(--text-muted);background:var(--bg);padding:2px 8px;border-radius:999px}.tg-products-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tg-product-card{background:var(--card);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #00000012;display:flex;flex-direction:column}.tg-product-img{width:100%;aspect-ratio:1 / 1;background:var(--bg);display:grid;place-items:center;overflow:hidden;font-size:36px}.tg-product-img img{width:100%;height:100%;object-fit:cover}.tg-product-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:5px;flex:1}.tg-product-name{font-size:13px;font-weight:600;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tg-product-price{font-size:14px;font-weight:700;color:var(--primary)}.tg-add-btn{width:100%;margin-top:auto;border:none;border-radius:8px;padding:7px;background:var(--primary);color:#fff;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:background .15s}.tg-add-btn:active{background:var(--primary-dark)}.tg-load-more{text-align:center;padding:14px;color:var(--text-muted);font-size:13px}.tg-empty{text-align:center;color:var(--text-muted);padding:48px 0;font-size:14px}.tg-panel-page{padding:16px}.tg-panel-title{font-size:18px;font-weight:700;margin-bottom:16px;color:var(--text)}.tg-order-card{background:var(--card);border-radius:14px;padding:14px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000f}.tg-order-id{font-size:14px;font-weight:600}.tg-order-date{font-size:12px;color:var(--text-muted);margin-top:4px}.tg-order-total{font-size:15px;font-weight:700;color:var(--primary)}.tg-order-status{display:inline-block;margin-top:6px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--primary-light);color:var(--primary);text-transform:capitalize}.tg-order-status.pending{background:#fef9c3;color:#92400e}.tg-order-status.confirmed{background:#d1fae5;color:#065f46}.tg-order-status.canceled{background:#fee2e2;color:#991b1b}.tg-order-status.delivered{background:#dbeafe;color:#1e40af}.tg-order-cancel-btn{display:block;margin-top:6px;padding:4px 10px;border:1.5px solid var(--danger);border-radius:8px;background:transparent;color:var(--danger);font-size:11px;font-weight:700;cursor:pointer;transition:background .15s}.tg-order-cancel-btn:active{background:#fee2e2}.tg-order-card--loading{opacity:.7}.tg-order-spinner{display:inline-block;width:20px;height:20px;border:2.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:tg-spin .7s linear infinite}@keyframes tg-spin{to{transform:rotate(360deg)}}.tg-cart-list{margin-bottom:16px}.tg-cart-item{background:var(--card);border-radius:14px;padding:12px;margin-bottom:10px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 3px #0000000f}.tg-cart-img{width:56px;height:56px;border-radius:10px;background:var(--bg);display:grid;place-items:center;overflow:hidden;font-size:24px;flex-shrink:0}.tg-cart-img img{width:100%;height:100%;object-fit:cover}.tg-cart-info{flex:1;min-width:0}.tg-cart-name{font-size:13px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-cart-price{font-size:13px;color:var(--primary);font-weight:600;margin-top:4px}.tg-qty-ctrl{display:flex;align-items:center;gap:8px;flex-shrink:0}.tg-qty-btn{width:28px;height:28px;border-radius:8px;border:1.5px solid var(--border);background:var(--card);display:grid;place-items:center;font-size:16px;line-height:1;cursor:pointer;color:var(--text)}.tg-qty-val{font-size:14px;font-weight:600;min-width:20px;text-align:center}.tg-cart-summary{background:var(--card);border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000000f}.tg-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted);margin-bottom:8px}.tg-summary-total{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);margin-top:4px;font-size:16px;font-weight:700;color:var(--text)}.tg-checkout-btn{width:100%;margin-top:14px;padding:14px;border:none;border-radius:14px;background:var(--success);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.tg-checkout-btn:active{opacity:.85}.tg-checkout-btn:disabled{background:#9ca3af;cursor:not-allowed}.tg-account-card{background:var(--card);border-radius:16px;padding:24px 20px;box-shadow:0 1px 3px #0000000f}.tg-account-avatar{width:72px;height:72px;border-radius:50%;background:var(--primary-light);display:grid;place-items:center;margin:0 auto 16px;color:var(--primary)}.tg-account-name{text-align:center;font-size:18px;font-weight:700;margin-bottom:4px}.tg-account-sub{text-align:center;font-size:13px;color:var(--text-muted);margin-bottom:20px}.tg-account-edit{display:grid;gap:8px}.tg-account-input-label{font-size:12px;font-weight:600;color:var(--text-muted)}.tg-account-input,.tg-account-textarea{width:100%;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);font-size:14px;padding:10px 12px;outline:none}.tg-account-textarea{resize:vertical;min-height:72px}.tg-account-input:focus,.tg-account-textarea:focus{border-color:var(--primary)}.tg-account-save-btn{margin-top:4px;height:40px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.tg-account-save-btn:disabled{opacity:.7;cursor:not-allowed}.tg-account-field{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--border);font-size:14px}.tg-account-field:last-child{border-bottom:none}.tg-account-field-label{color:var(--text-muted)}.tg-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:grid;grid-template-columns:repeat(4,1fr);background:var(--card);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px);z-index:20}.tg-footer-btn{display:flex;flex-direction:column;align-items:center;gap:3px;border:none;background:none;padding:10px 0 8px;cursor:pointer;color:var(--text-muted);font-size:10px;font-weight:500;transition:color .2s}.tg-footer-btn.active{color:var(--primary)}.tg-footer-icon{position:relative;display:grid;place-items:center;width:24px;height:24px}.tg-cart-badge{position:absolute;top:-5px;right:-9px;background:var(--danger);color:#fff;font-size:9px;font-weight:700;padding:0 4px;border-radius:999px;min-width:16px;height:15px;line-height:15px;text-align:center}.tg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;animation:tg-fade-in .2s ease}@keyframes tg-fade-in{0%{opacity:0}to{opacity:1}}.tg-product-sheet{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:480px;max-height:88vh;background:var(--card);border-radius:20px 20px 0 0;z-index:50;display:flex;flex-direction:column;overflow:hidden;animation:tg-slide-up .3s cubic-bezier(.4,0,.2,1)}@keyframes tg-slide-up{0%{transform:translate(-50%) translateY(100%)}to{transform:translate(-50%) translateY(0)}}.tg-sheet-handle{width:40px;height:4px;border-radius:2px;background:var(--border);margin:10px auto 0;flex-shrink:0}.tg-sheet-close{position:absolute;top:10px;right:12px;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg);display:grid;place-items:center;color:var(--text-muted);cursor:pointer;z-index:2}.tg-sheet-slides{position:relative;width:100%;height:240px;background:var(--bg);flex-shrink:0;overflow:hidden;cursor:pointer}.tg-sheet-slide-track{display:flex;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1)}.tg-sheet-slide{min-width:100%;height:100%;flex-shrink:0}.tg-sheet-slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.tg-sheet-hero-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:56px}.tg-sheet-zoom-hint{position:absolute;bottom:10px;right:10px;background:#0000008c;color:#fff;font-size:11px;font-weight:500;padding:4px 8px;border-radius:999px;display:flex;align-items:center;gap:4px;pointer-events:none}.tg-sheet-slide-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2}.tg-sheet-slide-dot{width:6px;height:6px;border-radius:3px;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:all .3s ease}.tg-sheet-slide-dot.active{width:18px;background:#fff}.tg-sheet-body{flex:1;overflow-y:auto;padding:14px 16px 0}.tg-sheet-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.tg-sheet-category{display:inline-block;font-size:11px;font-weight:600;color:var(--primary);background:var(--primary-light);padding:2px 8px;border-radius:999px}.tg-sheet-brand{display:inline-block;font-size:11px;font-weight:600;color:#6b7280;background:#f3f4f6;border:1px solid var(--border);padding:2px 8px;border-radius:999px}.tg-sheet-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.tg-sheet-price{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:10px}.tg-sheet-desc{font-size:13px;line-height:1.6;color:var(--text-muted);margin-bottom:12px;white-space:pre-wrap;word-break:break-word}.tg-sheet-meta{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:4px;margin-bottom:14px}.tg-sheet-meta-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.tg-sheet-meta-item:last-child{border-bottom:none}.tg-sheet-meta-label{color:var(--text-muted);font-weight:500}.tg-sheet-meta-value{color:var(--text);font-weight:600}.tg-sheet-refundable{font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px}.tg-sheet-refundable.yes{background:#d1fae5;color:#065f46}.tg-sheet-refundable.no{background:#fee2e2;color:#991b1b}.tg-sheet-footer{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);flex-shrink:0}.tg-sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tg-sheet-order-btn{padding:10px 12px;border:1.5px solid var(--primary);border-radius:10px;background:transparent;color:var(--primary);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,color .15s}.tg-sheet-order-btn:active{background:var(--primary-light)}.tg-sheet-add-btn{padding:10px 12px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.tg-sheet-add-btn:active{background:var(--primary-dark)}.tg-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f5;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}.tg-lightbox-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff26;display:grid;place-items:center;color:#fff;cursor:pointer;z-index:2}.tg-lightbox-scroll{flex:1;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.tg-lightbox-img{max-width:100%;max-height:80vh;object-fit:contain;cursor:zoom-in;transition:transform .35s cubic-bezier(.4,0,.2,1);transform:scale(1);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.tg-lightbox-img.zoomed{transform:scale(2.8);cursor:zoom-out}.tg-lightbox-hint{font-size:12px;color:#ffffff80;padding:12px;text-align:center}.tg-checkout-sheet{max-height:70vh}.tg-checkout-body{flex:1;overflow-y:auto;padding:20px 16px 0;display:flex;flex-direction:column}.tg-checkout-title{font-size:17px;font-weight:700;color:var(--text);margin-bottom:20px;text-align:center}.tg-checkout-back{align-self:flex-start;background:none;border:none;color:var(--primary);font-size:14px;font-weight:600;cursor:pointer;padding:0;margin-bottom:14px}.tg-checkout-footer{margin-top:auto;padding:16px 0;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.tg-checkout-next-btn{width:100%;padding:14px;border:none;border-radius:14px;background:var(--primary);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.tg-checkout-next-btn:active{opacity:.85}.tg-checkout-next-btn:disabled{background:#9ca3af;cursor:not-allowed}.tg-payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tg-payment-option{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;border:2px solid var(--border);border-radius:16px;background:var(--card);cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.tg-payment-option:active{opacity:.8}.tg-payment-option.active{border-color:var(--primary);background:var(--primary-light);box-shadow:0 0 0 3px #4f46e51f}.tg-payment-icon{font-size:32px;line-height:1}.tg-payment-label{font-size:14px;font-weight:700;color:var(--text)}.tg-payment-option.active .tg-payment-label{color:var(--primary)}.tg-payment-sub{font-size:11px;color:var(--text-muted);font-weight:500}.tg-payment-option.active .tg-payment-sub{color:var(--primary);opacity:.75}.tg-checkout-address-input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:12px;font-size:14px;color:var(--text);background:var(--bg);resize:none;outline:none;font-family:inherit;line-height:1.5;transition:border-color .2s}.tg-checkout-address-input:focus{border-color:var(--primary)}.tg-order-detail-sheet{max-height:80vh}.tg-order-detail-body{flex:1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:16px}.tg-order-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tg-order-detail-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:8px}.tg-order-detail-value{font-size:14px;color:var(--text);line-height:1.5}.tg-order-detail-address{background:var(--bg);border-radius:12px;padding:12px 14px}.tg-order-detail-payment{background:var(--bg);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.tg-order-detail-payment-row{display:flex;align-items:center;justify-content:space-between}.tg-order-detail-payment-row .tg-order-detail-label{margin-bottom:0}.tg-order-detail-payment-type{font-size:13px;font-weight:700;color:var(--text)}.tg-order-detail-pay-status{font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;text-transform:capitalize;background:var(--primary-light);color:var(--primary)}.tg-order-detail-pay-status.paid{background:#d1fae5;color:#065f46}.tg-order-detail-pay-status.unpaid{background:#fef9c3;color:#92400e}.tg-order-detail-items{background:var(--bg);border-radius:12px;padding:12px 14px}.tg-order-detail-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--border)}.tg-order-detail-item:last-child{border-bottom:none;padding-bottom:0}.tg-order-detail-item:first-child{padding-top:0}.tg-order-detail-item-info{flex:1;min-width:0}.tg-order-detail-item-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-order-detail-item-qty{font-size:12px;color:var(--text-muted);margin-top:2px}.tg-order-detail-item-price{font-size:13px;font-weight:700;color:var(--primary);flex-shrink:0}.tg-order-detail-totals{background:var(--card);border-radius:12px;padding:14px;box-shadow:0 1px 3px #0000000f}.tg-order-detail-cancel-btn{align-self:flex-end;padding:7px 16px;border:1.5px solid var(--danger);border-radius:999px;background:transparent;color:var(--danger);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.tg-order-detail-cancel-btn:active{background:#fee2e2}.tg-brand-row-wrap{padding:12px 0 2px}.tg-brand-row{display:flex;gap:10px;overflow-x:auto;padding:0 16px 6px;scrollbar-width:none}.tg-brand-row::-webkit-scrollbar{display:none}.tg-brand-chip{flex-shrink:0;border:1px solid var(--border);background:var(--card);border-radius:999px;padding:5px 10px 5px 6px;display:inline-flex;align-items:center;gap:8px;color:var(--text);cursor:pointer}.tg-brand-chip:active{opacity:.75}.tg-brand-chip-icon{width:26px;height:26px;border-radius:999px;background:var(--primary-light);color:var(--primary);font-size:12px;font-weight:700;display:grid;place-items:center;overflow:hidden;text-transform:uppercase}.tg-brand-chip-icon img{width:100%;height:100%;object-fit:cover}.tg-brand-chip-text{font-size:13px;font-weight:600;white-space:nowrap}.tg-search-page{display:flex;flex-direction:column}.tg-search-page-box{display:flex;align-items:center;gap:10px;margin:14px 16px 0;padding:0 14px;background:var(--card);border:1.5px solid var(--border);border-radius:16px;box-shadow:0 2px 12px #0000000f;transition:border-color .2s,box-shadow .2s}.tg-search-page-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.tg-search-page-icon{color:var(--text-muted);display:grid;place-items:center;flex-shrink:0}.tg-search-page-box:focus-within .tg-search-page-icon{color:var(--primary)}.tg-search-page-input{flex:1;border:none;background:transparent;padding:8px 0;font-size:15px;color:var(--text);outline:none;font-family:inherit}.tg-search-page-input::placeholder{color:var(--text-muted)}.tg-search-page-clear{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;border:none;background:var(--bg);color:var(--text-muted);cursor:pointer;flex-shrink:0;transition:background .15s}.tg-search-page-clear:active{background:var(--border)}.tg-search-filters{padding:14px 0 0}.tg-filter-section{margin-bottom:12px}.tg-filter-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:0 16px;margin-bottom:8px}.tg-filter-label-no-pl{padding-left:0}.tg-filter-scroll{display:flex;gap:8px;overflow-x:auto;padding:2px 16px 6px;scrollbar-width:none}.tg-filter-scroll::-webkit-scrollbar{display:none}.tg-filter-chip{flex-shrink:0;border:1.5px solid var(--border);background:var(--card);color:var(--text);border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.tg-filter-chip:active{opacity:.75}.tg-filter-chip.active{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.tg-filter-price-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:12px}.tg-filter-price-vals{font-size:13px;font-weight:700;color:var(--primary)}.tg-dual-range-wrap{position:relative;height:36px;padding:0 16px}.tg-dual-range-track{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);height:4px;background:var(--border);border-radius:2px;pointer-events:none}.tg-dual-range-fill{position:absolute;top:0;height:100%;background:var(--primary);border-radius:2px}.tg-range-input{position:absolute;left:16px;right:16px;width:calc(100% - 32px);top:50%;transform:translateY(-50%);height:4px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;outline:none;pointer-events:none}.tg-range-input::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:all;width:20px;height:20px;border-radius:50%;background:var(--card);border:2.5px solid var(--primary);box-shadow:0 1px 4px #00000026;cursor:pointer;transition:border-color .15s,box-shadow .15s}.tg-range-input::-webkit-slider-thumb:active{box-shadow:0 0 0 6px #4f46e526}.tg-range-input::-moz-range-thumb{pointer-events:all;width:20px;height:20px;border-radius:50%;background:var(--card);border:2.5px solid var(--primary);box-shadow:0 1px 4px #00000026;cursor:pointer}.tg-range-max{z-index:3}.tg-range-min{z-index:4}.tg-search-results{padding:14px 16px 8px}.tg-checkout-phone{margin-top:10px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.tg-checkout-phone-label{font-size:12px;font-weight:600;color:#4f46e5}.tg-checkout-phone-value{font-size:14px;font-weight:700;color:#1f2937}
