:root{--smartio-wl-accent:var(--smartio-accent, #0d4877);--smartio-wl-accent-contrast:var(--smartio-accent-contrast, #ffffff);--smartio-wl-surface:var(--smartio-surface, #ffffff);--smartio-wl-surface-elevated:var(--smartio-surface-elevated, #ffffff);--smartio-wl-border:var(--smartio-border, rgba(13, 72, 119, 0.12));--smartio-wl-text:var(--smartio-text, #1a1a1a);--smartio-wl-text-muted:var(--smartio-text-muted, #6b7280);--smartio-wl-radius:var(--smartio-radius, 12px);--smartio-wl-shadow:var(--smartio-shadow, 0 8px 24px rgba(13, 72, 119, 0.12))}.smartio-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:50%;background:var(--smartio-wl-surface);color:var(--smartio-wl-text);cursor:pointer;transition:transform 0.2s ease,background-color 0.2s ease,color 0.2s ease;-webkit-tap-highlight-color:#fff0}.smartio-wishlist-btn:hover{color:var(--smartio-wl-accent)}.smartio-wishlist-btn:focus-visible{outline:2px solid var(--smartio-wl-accent);outline-offset:2px}.smartio-wishlist-btn-icon{width:24px;height:24px;pointer-events:none}.smartio-wishlist-btn-icon--filled{display:none;color:var(--smartio-wl-accent)}.smartio-wishlist-btn[aria-pressed="true"] .smartio-wishlist-btn-icon--outline{display:none}.smartio-wishlist-btn[aria-pressed="true"] .smartio-wishlist-btn-icon--filled{display:block}.smartio-wishlist-btn.is-animating{animation:smartio-wishlist-pop 200ms ease-out}@keyframes smartio-wishlist-pop{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.smartio-wishlist-btn--card{position:absolute;top:12px;right:12px;z-index:5;background:rgb(255 255 255 / .9);box-shadow:0 2px 8px rgb(0 0 0 / .08);backdrop-filter:blur(4px)}.woocommerce ul.products li.product,.products .product,.smartio-product-card{position:relative}.smartio-wishlist-single{display:inline-flex;align-items:center;gap:10px;margin:14px 0}.smartio-wishlist-single-label{font-size:.875rem;color:var(--smartio-wl-text-muted)}.smartio-wishlist-btn--single{background:#fff0;box-shadow:none}.smartio-wishlist-btn--wishlist{background:rgb(255 255 255 / .9)}.smartio-wishlist-header-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:inherit;text-decoration:none}.smartio-wishlist-header-icon{width:24px;height:24px}.smartio-wishlist-header-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--smartio-wl-accent);color:var(--smartio-wl-accent-contrast);font-size:11px;font-weight:600;line-height:18px;border-radius:9px;text-align:center}.smartio-wishlist-header-count[hidden]{display:none}.smartio-wishlist-toast{position:fixed;right:24px;bottom:24px;max-width:320px;padding:12px 16px;background:var(--smartio-wl-text);color:#fff;border-radius:var(--smartio-wl-radius);box-shadow:var(--smartio-wl-shadow);font-size:.9rem;line-height:1.4;z-index:9999;opacity:0;transform:translateY(8px);transition:opacity 0.2s ease,transform 0.2s ease;pointer-events:none}.smartio-wishlist-toast.is-visible{opacity:1;transform:translateY(0)}@media (max-width:640px){.smartio-wishlist-toast{left:50%;right:auto;bottom:24px;transform:translate(-50%,8px);width:calc(100% - 32px);max-width:360px;text-align:center}.smartio-wishlist-toast.is-visible{transform:translate(-50%,0)}}.smartio-wishlist-modal-overlay{position:fixed;inset:0;background:rgb(15 23 42 / .55);display:flex;align-items:center;justify-content:center;padding:16px;z-index:9998;opacity:0;transition:opacity 0.2s ease}.smartio-wishlist-modal-overlay.is-visible{opacity:1}.smartio-wishlist-modal{width:100%;max-width:420px;background:var(--smartio-wl-surface-elevated);color:var(--smartio-wl-text);border-radius:var(--smartio-wl-radius);padding:24px;box-shadow:var(--smartio-wl-shadow);transform:translateY(8px);transition:transform 0.2s ease}.smartio-wishlist-modal-overlay.is-visible .smartio-wishlist-modal{transform:translateY(0)}.smartio-wishlist-modal-headline{margin:0 0 16px;font-size:1.05rem;font-weight:600;line-height:1.4}.smartio-wishlist-modal-field{margin-bottom:12px}.smartio-wishlist-modal-field label{display:block;font-size:.85rem;color:var(--smartio-wl-text-muted);margin-bottom:4px}.smartio-wishlist-modal-field input{width:100%;height:44px;padding:0 12px;border:1px solid var(--smartio-wl-border);border-radius:8px;font-size:1rem;background:var(--smartio-wl-surface);color:var(--smartio-wl-text);box-sizing:border-box}.smartio-wishlist-modal-field input:focus{outline:2px solid var(--smartio-wl-accent);outline-offset:1px;border-color:var(--smartio-wl-accent)}.smartio-wishlist-modal-error{display:none;margin-top:4px;font-size:.8rem;color:#c62828}.smartio-wishlist-modal-error.is-visible{display:block}.smartio-wishlist-modal-footnote{margin:4px 0 18px;font-size:.78rem;color:var(--smartio-wl-text-muted)}.smartio-wishlist-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.smartio-wishlist-modal-submit{flex:1;height:44px;padding:0 16px;background:var(--smartio-wl-accent);color:var(--smartio-wl-accent-contrast);border:0;border-radius:8px;font-weight:600;cursor:pointer}.smartio-wishlist-modal-submit:disabled{opacity:.6;cursor:not-allowed}.smartio-wishlist-modal-dismiss{background:#fff0;border:0;color:var(--smartio-wl-text-muted);font-size:.9rem;padding:8px 12px;cursor:pointer}.smartio-wishlist-page{max-width:1200px;margin:0 auto;padding:32px 16px}.smartio-wishlist-page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.smartio-wishlist-page-header h1{margin:0}.smartio-wishlist-page-meta{display:flex;align-items:center;gap:16px;color:var(--smartio-wl-text-muted)}.smartio-wishlist-bulk-cart{height:44px;padding:0 18px;background:var(--smartio-wl-accent);color:var(--smartio-wl-accent-contrast);border:0;border-radius:8px;font-weight:600;cursor:pointer}.smartio-wishlist-bulk-cart:disabled{opacity:.5;cursor:not-allowed}.smartio-wishlist-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:600px){.smartio-wishlist-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.smartio-wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.smartio-wishlist-grid{grid-template-columns:repeat(4,1fr)}}.smartio-wishlist-card{position:relative;display:flex;flex-direction:column;background:var(--smartio-wl-surface);border:1px solid var(--smartio-wl-border);border-radius:var(--smartio-wl-radius);overflow:hidden}.smartio-wishlist-card-image{display:block;aspect-ratio:1 / 1;object-fit:cover;width:100%}.smartio-wishlist-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.smartio-wishlist-card-title{margin:0;font-size:.95rem;font-weight:600;color:var(--smartio-wl-text);line-height:1.3}.smartio-wishlist-card-title a{color:inherit;text-decoration:none}.smartio-wishlist-card-meta{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--smartio-wl-text-muted)}.smartio-wishlist-stock{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:500;background:rgb(13 72 119 / .08);color:var(--smartio-wl-accent)}.smartio-wishlist-stock--oos{background:rgb(120 120 120 / .12);color:#555}.smartio-wishlist-card-actions{display:flex;gap:8px;margin-top:auto;padding-top:8px}.smartio-wishlist-cta,a.smartio-wishlist-cta,button.smartio-wishlist-cta{flex:1;min-height:44px;padding:10px 20px;border-radius:8px;border:0;background:var(--smartio-wl-accent)!important;color:#ffffff!important;font-weight:600;font-size:.9rem;line-height:1.2;letter-spacing:.01em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;box-shadow:0 1px 0 rgb(13 72 119 / .08);transition:background-color 0.18s ease,transform 0.08s ease,box-shadow 0.18s ease}.smartio-wishlist-cta:hover,a.smartio-wishlist-cta:hover,button.smartio-wishlist-cta:hover{background:#0a3a60!important;color:#ffffff!important;box-shadow:0 4px 10px rgb(13 72 119 / .18);text-decoration:none!important}.smartio-wishlist-cta:focus-visible{outline:2px solid var(--smartio-wl-accent);outline-offset:2px}.smartio-wishlist-cta--secondary,a.smartio-wishlist-cta--secondary{background:transparent!important;color:var(--smartio-wl-accent)!important;border:1px solid var(--smartio-wl-accent);box-shadow:none}.smartio-wishlist-cta--secondary:hover,a.smartio-wishlist-cta--secondary:hover{background:rgb(13 72 119 / .06)!important;color:var(--smartio-wl-accent)!important}.smartio-wishlist-cta--whatsapp,a.smartio-wishlist-cta--whatsapp{background:#25D366!important;color:#ffffff!important}.smartio-wishlist-cta--whatsapp:hover,a.smartio-wishlist-cta--whatsapp:hover{background:#1ebe5a!important;color:#ffffff!important}.smartio-wishlist-bulk-cart,button.smartio-wishlist-bulk-cart,.smartio-wishlist-modal-submit,button.smartio-wishlist-modal-submit{color:#ffffff!important}.smartio-wishlist-bulk-cart:hover,.smartio-wishlist-modal-submit:hover{background:#0a3a60!important;color:#ffffff!important}.smartio-wishlist-skeleton{display:grid;grid-template-columns:1fr;gap:24px;grid-column:1 / -1}@media (min-width:600px){.smartio-wishlist-skeleton{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.smartio-wishlist-skeleton{grid-template-columns:repeat(3,1fr)}}.smartio-wishlist-skeleton-card{background:var(--smartio-wl-surface);border:1px solid var(--smartio-wl-border);border-radius:var(--smartio-wl-radius);overflow:hidden}.smartio-wishlist-skeleton-card::before{content:'';display:block;aspect-ratio:1 / 1;background:linear-gradient(90deg,rgb(13 72 119 / .04) 25%,rgb(13 72 119 / .08) 50%,rgb(13 72 119 / .04) 75%);background-size:200% 100%;animation:smartio-skeleton-shimmer 1.4s ease-in-out infinite}.smartio-wishlist-skeleton-card::after{content:'';display:block;height:80px;margin:14px 16px 16px;border-radius:8px;background:linear-gradient(90deg,rgb(13 72 119 / .04) 25%,rgb(13 72 119 / .08) 50%,rgb(13 72 119 / .04) 75%);background-size:200% 100%;animation:smartio-skeleton-shimmer 1.4s ease-in-out infinite;animation-delay:0.15s}@keyframes smartio-skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.smartio-wishlist-empty{text-align:center;padding:72px 24px 80px;max-width:520px;margin:32px auto;background:var(--smartio-wl-surface);border:1px solid var(--smartio-wl-border);border-radius:16px}.smartio-wishlist-empty-icon-wrap{width:96px;height:96px;margin:0 auto 24px;display:inline-flex;align-items:center;justify-content:center;background:rgb(13 72 119 / .06);border-radius:50%;color:var(--smartio-wl-accent)}.smartio-wishlist-empty-icon{width:48px;height:48px;color:var(--smartio-wl-accent);opacity:.9}.smartio-wishlist-empty-title{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:var(--smartio-wl-text);line-height:1.3}.smartio-wishlist-empty-text{color:var(--smartio-wl-text-muted);margin:0 auto 28px;font-size:.98rem;line-height:1.5;max-width:360px}.smartio-wishlist-empty .smartio-wishlist-cta{flex:0 0 auto;padding:12px 28px}.smartio-wishlist-share{margin-top:40px;padding-top:24px;border-top:1px solid var(--smartio-wl-border);display:flex;align-items:center;flex-wrap:wrap;gap:12px}.smartio-wishlist-share-link{flex:1 1 240px;min-width:0;height:40px;padding:0 12px;border:1px solid var(--smartio-wl-border);border-radius:8px;background:var(--smartio-wl-surface);color:var(--smartio-wl-text);font-size:.85rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;box-sizing:border-box}.smartio-wishlist-share-btn{height:40px;padding:0 14px;border-radius:8px;border:1px solid var(--smartio-wl-border);background:var(--smartio-wl-surface);color:var(--smartio-wl-text);font-size:.85rem;font-weight:500;cursor:pointer}.smartio-wishlist-share-btn--whatsapp{background:#25D366;border-color:#25D366;color:#fff}@media (prefers-reduced-motion:reduce){.smartio-wishlist-btn.is-animating{animation:none}.smartio-wishlist-toast,.smartio-wishlist-modal-overlay,.smartio-wishlist-modal{transition:none}}