:root{
  --pecta-wl-accent:#fdc210;
  --pecta-wl-radius:10px;
  --pecta-wl-loop-size:36px;
  --pecta-wl-single-size:14px;
  --pecta-wl-ink:#17191b;
  --pecta-wl-muted:#6d7278;
  --pecta-wl-border:#e4e6e8;
  --pecta-wl-border-strong:#d2d5d8;
  --pecta-wl-surface:#fff;
  --pecta-wl-soft:#f7f8f8;
  --pecta-wl-soft-2:#f1f2f3;
  --pecta-wl-shadow:0 14px 42px rgba(15,18,20,.10);
}
body.pecta-wl-open{overflow:hidden}
.pecta-wl-dashboard,.pecta-wl-popup,.pecta-wl-toast,.pecta-wl-button,.pecta-wl-public-page{font-family:inherit;color:inherit}
.pecta-wl-dashboard *,.pecta-wl-popup *,.pecta-wl-public-page *{box-sizing:border-box}

/* Favorite action */
.pecta-wl-button-wrap{margin:.55rem 0}
.pecta-wl-button{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;color:inherit;background:transparent;border:0;padding:.3rem 0;margin:0;line-height:1.2;font:inherit;font-size:.9em;text-decoration:none!important;box-shadow:none!important;cursor:pointer;transition:color .16s ease,opacity .16s ease,transform .16s ease,background .16s ease,border-color .16s ease}
.pecta-wl-button:hover,.pecta-wl-button:focus-visible{color:var(--pecta-wl-ink);background:transparent;outline:none}
.pecta-wl-button:focus-visible{outline:2px solid var(--pecta-wl-ink);outline-offset:3px;border-radius:6px}
.pecta-wl-button.is-added{color:var(--pecta-wl-ink)}
.pecta-wl-icon{width:18px;height:18px;display:inline-flex;flex:0 0 18px}
.pecta-wl-icon svg,.pecta-wl-popup-close svg,.pecta-wl-remove svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pecta-wl-icon svg .fill,.pecta-wl-button.is-added .pecta-wl-icon.added svg{fill:currentColor}
.pecta-wl-icon.added,.pecta-wl-icon.loading{display:none}
.pecta-wl-button.is-added .pecta-wl-icon.normal{display:none}.pecta-wl-button.is-added .pecta-wl-icon.added{display:inline-flex}
.pecta-wl-button.is-loading .pecta-wl-icon.normal,.pecta-wl-button.is-loading .pecta-wl-icon.added{display:none}.pecta-wl-button.is-loading .pecta-wl-icon.loading{display:inline-flex}
.pecta-wl-button.is-loading{opacity:.45;cursor:progress;pointer-events:none}.pecta-wl-spin{animation:pecta-spin .8s linear infinite}@keyframes pecta-spin{to{transform:rotate(360deg)}}

/* Product cards / image anchoring */
.pecta-wl-button-wrap.is-loop-wrap{display:inline-flex;margin:.4rem 0;z-index:12}
.pecta-wl-button-wrap.is-loop-wrap:not(.pecta-wl-place-flow){position:absolute!important;margin:0!important;inset:auto;z-index:20;pointer-events:auto}
.woocommerce ul.products li.product:has(.pecta-wl-button-wrap.is-loop-wrap:not(.pecta-wl-place-flow)),
.woocommerce-page ul.products li.product:has(.pecta-wl-button-wrap.is-loop-wrap:not(.pecta-wl-place-flow)){position:relative;overflow:visible!important}
.pecta-wl-button.is-loop:not(.has-icon-position-none){width:var(--pecta-wl-loop-size);height:var(--pecta-wl-loop-size);padding:0;border:1px solid rgba(23,25,27,.10);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 3px 14px rgba(0,0,0,.07)!important;backdrop-filter:blur(5px)}
.pecta-wl-button.is-loop:not(.has-icon-position-none) .pecta-wl-icon{width:50%;height:50%;flex-basis:50%}
.pecta-wl-button.is-loop:not(.has-icon-position-none) .pecta-wl-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.pecta-wl-button.is-loop:not(.has-icon-position-none):hover{border-color:rgba(23,25,27,.28);transform:translateY(-1px);background:#fff}
.pecta-wl-button.is-loop.is-added:not(.has-icon-position-none){background:var(--pecta-wl-ink);color:#fff;border-color:var(--pecta-wl-ink)}
.pecta-wl-button.is-loop.has-icon-position-none{font-size:.82em;color:var(--pecta-wl-muted)}
.pecta-wl-button-wrap[data-loop-placement^="outside_"] .pecta-wl-button.is-loop{box-shadow:0 2px 10px rgba(0,0,0,.06)!important}

/* Single product */
.pecta-wl-button-wrap.is-single-wrap{margin:.72rem 0 .25rem}.pecta-wl-button.is-single{font-size:var(--pecta-wl-single-size);font-weight:400;color:var(--pecta-wl-muted)}
.pecta-wl-button.is-single .pecta-wl-icon{width:1.2em;height:1.2em;flex-basis:1.2em}
.pecta-wl-button.is-single:hover,.pecta-wl-button.is-single.is-added{color:var(--pecta-wl-ink)}.pecta-wl-saved-in{font-size:.76em;color:var(--pecta-wl-muted);margin-top:.2rem;line-height:1.35}

/* Overlay + popup */
.pecta-wl-overlay{position:fixed;inset:0;z-index:999999;background:rgba(10,12,14,.34);opacity:0;transition:opacity .18s ease}.pecta-wl-overlay.open{opacity:1}
.pecta-wl-popup{position:absolute;background:var(--pecta-wl-surface);color:inherit;overflow:auto;outline:none}
.pecta-wl-popup-right{right:0;top:0;bottom:0;width:min(440px,96vw);border-left:1px solid var(--pecta-wl-border);box-shadow:-14px 0 45px rgba(0,0,0,.11)}
.pecta-wl-popup-left{left:0;top:0;bottom:0;width:min(440px,96vw);border-right:1px solid var(--pecta-wl-border);box-shadow:14px 0 45px rgba(0,0,0,.11)}
.pecta-wl-popup-center{left:50%;top:50%;transform:translate(-50%,-50%);width:min(540px,94vw);max-height:88vh;border:1px solid var(--pecta-wl-border);border-radius:calc(var(--pecta-wl-radius) + 2px);box-shadow:0 22px 64px rgba(0,0,0,.16)}
.pecta-wl-popup-close,.pecta-wl-remove{appearance:none;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;background:transparent;color:var(--pecta-wl-muted);cursor:pointer;box-shadow:none!important}
.pecta-wl-popup-close{position:sticky;float:right;top:14px;right:14px;z-index:4;width:34px;height:34px;border-radius:999px;background:#fff;border-color:var(--pecta-wl-border)}
.pecta-wl-popup-close svg{width:16px;height:16px}.pecta-wl-popup-close:hover,.pecta-wl-popup-close:focus-visible{color:var(--pecta-wl-ink);border-color:var(--pecta-wl-border-strong);background:var(--pecta-wl-soft)}
.pecta-wl-popup-body{padding:34px 28px}.pecta-wl-chooser h3,.pecta-wl-form h3{margin:0 0 5px;font-size:1.15em;font-weight:650;color:var(--pecta-wl-ink)}
.pecta-wl-chooser p,.pecta-wl-form p{margin:0;color:var(--pecta-wl-muted);font-size:.88em;line-height:1.5}.pecta-wl-choice-list{display:grid;gap:8px;margin-top:22px}
.pecta-wl-choice{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid var(--pecta-wl-border);border-radius:9px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}
.pecta-wl-choice:hover{border-color:var(--pecta-wl-border-strong);background:var(--pecta-wl-soft)}.pecta-wl-choice input{width:16px;height:16px;accent-color:var(--pecta-wl-ink);margin:0}
.pecta-wl-choice span{flex:1;min-width:0;font-size:.9em}.pecta-wl-choice small{color:var(--pecta-wl-muted);font-size:.72em;background:var(--pecta-wl-soft-2);padding:3px 6px;border-radius:999px}
.pecta-wl-create-inline{justify-self:stretch;margin-top:5px;padding:11px 13px!important;border:1px dashed var(--pecta-wl-border-strong)!important;border-radius:9px!important;background:transparent!important;color:var(--pecta-wl-ink)!important;font:inherit!important;font-size:.86em!important;line-height:1.2!important;cursor:pointer;text-align:left;box-shadow:none!important}
.pecta-wl-create-inline:hover{border-style:solid!important;background:var(--pecta-wl-soft)!important}
.pecta-wl-form{padding-right:18px}.pecta-wl-form-field{margin-top:20px}.pecta-wl-form label{display:block;margin-bottom:7px;font-size:.8em;color:var(--pecta-wl-muted)}
.pecta-wl-form input[type=text]{width:100%;min-height:44px;border:1px solid var(--pecta-wl-border-strong);border-radius:8px;background:#fff;color:inherit;padding:10px 12px;font:inherit;box-shadow:none}.pecta-wl-form input[type=text]:focus{outline:none;border-color:var(--pecta-wl-ink);box-shadow:0 0 0 2px rgba(23,25,27,.06)}
.pecta-wl-form-actions{display:flex;align-items:center;gap:9px;margin-top:20px}.pecta-wl-primary,.pecta-wl-secondary{min-height:38px;padding:8px 14px;border-radius:8px;font:inherit;font-size:.84em;cursor:pointer}.pecta-wl-primary{border:1px solid var(--pecta-wl-ink);background:var(--pecta-wl-ink);color:#fff}.pecta-wl-secondary{border:1px solid var(--pecta-wl-border);background:#fff;color:inherit}

/* Toast */
.pecta-wl-toast{position:fixed;z-index:1000000;right:18px;bottom:18px;max-width:min(360px,calc(100vw - 36px));background:var(--pecta-wl-ink);color:#fff;padding:11px 14px;border-radius:8px;font-size:.84rem;opacity:0;transform:translateY(7px);pointer-events:none;transition:.18s;box-shadow:var(--pecta-wl-shadow)}.pecta-wl-toast.show{opacity:1;transform:none}
.pecta-wl-toast.pos-right-top{right:18px;top:18px;bottom:auto}.pecta-wl-toast.pos-left-top{left:18px;right:auto;top:18px;bottom:auto}.pecta-wl-toast.pos-left-bottom{left:18px;right:auto}.pecta-wl-toast.pos-center-top{left:50%;right:auto;top:18px;bottom:auto;transform:translate(-50%,7px)}.pecta-wl-toast.pos-center-top.show{transform:translate(-50%,0)}.pecta-wl-toast.pos-center-bottom{left:50%;right:auto;transform:translate(-50%,7px)}.pecta-wl-toast.pos-center-bottom.show{transform:translate(-50%,0)}

/* Dashboard */
.pecta-wl-dashboard,.pecta-wl-public-page{width:100%;max-width:100%}.pecta-wl-dashboard-top{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:0 0 22px}
.pecta-wl-dashboard-top h2{margin:0 0 5px;font-size:1.45em;font-weight:650;color:var(--pecta-wl-ink)}.pecta-wl-dashboard-top p{margin:0;color:var(--pecta-wl-muted);font-size:.9em;line-height:1.5}
.pecta-wl-create-list{appearance:none!important;background:var(--pecta-wl-ink)!important;color:#fff!important;border:1px solid var(--pecta-wl-ink)!important;border-radius:8px!important;padding:9px 14px!important;min-height:38px!important;font:inherit!important;font-size:.84em!important;font-weight:500!important;line-height:1.2!important;box-shadow:none!important}.pecta-wl-create-list:hover{opacity:.86!important}
.pecta-wl-tabs{display:flex;gap:8px;overflow:auto;border:0;margin:0 0 24px;padding:5px;background:var(--pecta-wl-soft);border-radius:10px;scrollbar-width:thin}
.pecta-wl-tab{appearance:none;border:1px solid transparent;background:transparent;color:var(--pecta-wl-muted);padding:9px 12px;white-space:nowrap;border-radius:7px;cursor:pointer;font:inherit;font-size:.86em;line-height:1.2;box-shadow:none;transition:.15s}
.pecta-wl-tab:hover{color:var(--pecta-wl-ink);background:rgba(255,255,255,.7)}.pecta-wl-tab.active{color:#fff;background:var(--pecta-wl-ink);border-color:var(--pecta-wl-ink);font-weight:500;box-shadow:0 2px 7px rgba(0,0,0,.08)}
.pecta-wl-tab span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:7px;padding:0 5px;border-radius:999px;background:var(--pecta-wl-accent);color:var(--pecta-wl-ink);font-size:.72em;font-weight:700}.pecta-wl-tab:not(.active) span{background:#e8eaeb;color:var(--pecta-wl-muted);font-weight:600}
.pecta-wl-panel{display:none}.pecta-wl-panel.active{display:block}.pecta-wl-manage-list{display:flex;justify-content:flex-end;gap:14px;margin:0 0 12px}.pecta-wl-manage-list button{border:0;background:transparent;color:var(--pecta-wl-muted);padding:4px 0;font:inherit;font-size:.78em;cursor:pointer}.pecta-wl-manage-list button:hover{color:var(--pecta-wl-ink)}

/* List shell */
.pecta-wl-list{border:1px solid var(--pecta-wl-border);border-radius:12px;padding:22px;background:#fff;overflow:visible}.pecta-wl-public-page .pecta-wl-list{max-width:1180px;margin:0 auto;padding:28px}
.pecta-wl-public-kicker,.pecta-wl-eyebrow{display:block;margin:0 0 7px;color:var(--pecta-wl-muted);font-size:.72em;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.pecta-wl-list-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 0 17px;background:transparent;border-bottom:1px solid var(--pecta-wl-border)}.pecta-wl-list-head h3{margin:0 0 3px;font-size:1.18em;font-weight:650;color:var(--pecta-wl-ink)}.pecta-wl-list-head span{font-size:.8em;color:var(--pecta-wl-muted)}
.pecta-wl-list-actions{display:flex;gap:8px;align-items:center}.pecta-wl-list-actions button{appearance:none;border:1px solid var(--pecta-wl-border);background:#fff;color:var(--pecta-wl-muted);padding:7px 10px;border-radius:7px;font:inherit;font-size:.77em;line-height:1.15;cursor:pointer}.pecta-wl-list-actions button:hover{color:var(--pecta-wl-ink);border-color:var(--pecta-wl-border-strong);background:var(--pecta-wl-soft)}
.pecta-wl-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 0;border-bottom:1px solid var(--pecta-wl-border);font-size:.78em;color:var(--pecta-wl-muted)}.pecta-wl-share a{display:inline-flex;align-items:center;color:inherit;text-decoration:none!important;border:1px solid var(--pecta-wl-border);border-radius:999px;padding:5px 9px;background:#fff}.pecta-wl-share a:hover{color:var(--pecta-wl-ink);border-color:var(--pecta-wl-border-strong)}
.pecta-wl-search-wrap{padding:14px 0;border-bottom:1px solid var(--pecta-wl-border)}.pecta-wl-search{width:100%;max-width:430px;min-height:40px;padding:8px 11px;border:1px solid var(--pecta-wl-border-strong);border-radius:8px;background:#fff;color:inherit;font:inherit;font-size:.84em;box-shadow:none}.pecta-wl-search:focus{outline:none;border-color:var(--pecta-wl-ink);box-shadow:0 0 0 2px rgba(23,25,27,.05)}

/* Items */
.pecta-wl-items{display:grid}.pecta-wl-item{display:grid;grid-template-columns:96px minmax(0,1fr) minmax(250px,auto);gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--pecta-wl-border)}.pecta-wl-item:last-child{border-bottom:0}
.pecta-wl-thumb{align-self:start}.pecta-wl-thumb a{display:block}.pecta-wl-thumb img{display:block;width:96px;height:96px;object-fit:contain;border-radius:8px;background:var(--pecta-wl-soft)}
.pecta-wl-item-main{min-width:0}.pecta-wl-item-title{font-weight:600;line-height:1.35;color:var(--pecta-wl-ink)}.pecta-wl-item-title a{color:inherit;text-decoration:none!important}.pecta-wl-item-title a:hover{opacity:.68}
.pecta-wl-item-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-top:7px;font-size:.82em;color:var(--pecta-wl-muted)}.pecta-wl-item-meta .price{color:var(--pecta-wl-ink);font-weight:600}.pecta-wl-item-meta .stock{font-size:.86em}.pecta-wl-item-meta .stock.in{color:#3f7151}.pecta-wl-item-meta .stock.out{color:#8b4b4b}
.pecta-wl-note{width:100%;min-height:48px;margin-top:10px;padding:9px 10px;border:1px solid var(--pecta-wl-border);border-radius:7px;background:#fff;color:inherit;font:inherit;font-size:.82em;resize:vertical;box-shadow:none}.pecta-wl-note:focus{outline:none;border-color:var(--pecta-wl-border-strong)}
.pecta-wl-item-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}.pecta-wl-cart-form{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0}.pecta-wl-cart-form .quantity{margin:0!important;float:none!important}.pecta-wl-cart-form .qty{width:64px!important;min-height:38px!important;height:38px!important;padding:5px 7px!important;border:1px solid var(--pecta-wl-border-strong)!important;border-radius:7px!important;background:#fff!important;color:inherit!important;font:inherit!important;font-size:.84em!important;box-shadow:none!important;text-align:center}.pecta-wl-cart-form .qty:focus{outline:none!important;border-color:var(--pecta-wl-ink)!important}
.pecta-wl-cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-height:38px!important;padding:8px 13px!important;border-radius:7px!important;border:1px solid var(--pecta-wl-ink)!important;background:var(--pecta-wl-ink)!important;color:#fff!important;font:inherit!important;font-size:.8em!important;font-weight:500!important;line-height:1.2!important;text-decoration:none!important;box-shadow:none!important}.pecta-wl-cart:hover{opacity:.86!important}.pecta-wl-options{background:#fff!important;color:var(--pecta-wl-ink)!important}
.pecta-wl-remove{width:34px;height:34px;flex:0 0 34px;border-radius:999px;border-color:var(--pecta-wl-border);background:#fff}.pecta-wl-remove svg{width:15px;height:15px}.pecta-wl-remove:hover,.pecta-wl-remove:focus-visible{background:var(--pecta-wl-soft);color:var(--pecta-wl-ink);border-color:var(--pecta-wl-border-strong)}
.pecta-wl-empty-state{padding:46px 4px;text-align:center}.pecta-wl-empty-state strong{font-weight:600;color:var(--pecta-wl-ink)}.pecta-wl-empty-state p{margin:6px 0 0;color:var(--pecta-wl-muted);font-size:.88em}.pecta-wl-continue{padding:18px 0 0}.pecta-wl-continue .button{font-size:.82em!important;border-radius:7px!important;box-shadow:none!important}

/* Suggestions */
.pecta-wl-suggested{padding:28px 0 0;margin-top:26px;border-top:1px solid var(--pecta-wl-border)}.pecta-wl-suggested-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.pecta-wl-suggested h3{margin:0;font-size:1.08em;font-weight:650;color:var(--pecta-wl-ink)}
.pecta-wl-suggested-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pecta-wl-suggested-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--pecta-wl-border);border-radius:10px;background:#fff;overflow:hidden}.pecta-wl-suggested-media{display:block;padding:10px;background:var(--pecta-wl-soft);text-decoration:none!important}.pecta-wl-suggested-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;margin:0}.pecta-wl-suggested-body{display:flex;flex:1;flex-direction:column;padding:11px}.pecta-wl-suggested-title{color:var(--pecta-wl-ink)!important;text-decoration:none!important;font-size:.82em;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.pecta-wl-suggested-price{margin:6px 0 10px;font-size:.8em;color:var(--pecta-wl-ink)}.pecta-wl-suggested-action{margin-top:auto}.pecta-wl-suggested-action .pecta-wl-cart-form{justify-content:stretch;display:grid;grid-template-columns:52px minmax(0,1fr);gap:6px}.pecta-wl-suggested-action .pecta-wl-cart-form.is-compact .qty{width:52px!important}.pecta-wl-suggested-action .pecta-wl-cart{width:100%;padding:7px 8px!important;font-size:.74em!important}.pecta-wl-suggested-action>a.pecta-wl-cart{width:100%}
.pecta-wl-loading{padding:38px 0;text-align:center;color:var(--pecta-wl-muted);font-size:.88em}

/* Public shared list */
.pecta-wl-public-page{padding:22px 0}.pecta-wl-public-page .pecta-wl-list.is-public{box-shadow:0 4px 24px rgba(10,12,14,.04)}.pecta-wl-public-page .pecta-wl-list.is-public .pecta-wl-list-head h3{font-size:1.45em}

@media(max-width:980px){
  .pecta-wl-item{grid-template-columns:82px minmax(0,1fr);align-items:start}.pecta-wl-thumb img{width:82px;height:82px}.pecta-wl-item-actions{grid-column:2;justify-content:flex-start;flex-wrap:wrap}.pecta-wl-suggested-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .pecta-wl-popup-body{padding:28px 18px}.pecta-wl-popup-right,.pecta-wl-popup-left{width:min(400px,100vw)}.pecta-wl-popup-close{top:10px;right:10px}
  .pecta-wl-dashboard-top{align-items:flex-start;flex-direction:column;margin-bottom:16px}.pecta-wl-create-list{width:100%!important}.pecta-wl-tabs{border-radius:8px;margin-bottom:16px}.pecta-wl-tab{padding:9px 10px}
  .pecta-wl-list,.pecta-wl-public-page .pecta-wl-list{padding:16px;border-radius:9px}.pecta-wl-list-head{align-items:flex-start;flex-direction:column;gap:10px}.pecta-wl-list-actions{width:100%;justify-content:flex-start}.pecta-wl-share{gap:6px}
  .pecta-wl-item{grid-template-columns:68px minmax(0,1fr);gap:12px;padding:15px 0}.pecta-wl-thumb img{width:68px;height:68px}.pecta-wl-item-actions{grid-column:1/-1;justify-content:stretch}.pecta-wl-cart-form{width:100%;display:grid;grid-template-columns:64px minmax(0,1fr)}.pecta-wl-cart{width:100%}.pecta-wl-remove{margin-left:auto}.pecta-wl-suggested-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.pecta-wl-suggested-body{padding:9px}.pecta-wl-suggested-action .pecta-wl-cart-form{grid-template-columns:1fr}.pecta-wl-suggested-action .pecta-wl-quantity{display:none}
}
@media(max-width:420px){.pecta-wl-suggested-grid{grid-template-columns:1fr 1fr}.pecta-wl-suggested-title{font-size:.78em}.pecta-wl-share>span{width:100%}}
@media(prefers-reduced-motion:reduce){.pecta-wl-button,.pecta-wl-overlay,.pecta-wl-toast{transition:none}.pecta-wl-spin{animation-duration:1.4s}}
.pecta-wl-icon.loading svg circle{opacity:.18}

/* === v1.3 UX refinement === */
.pecta-wl-dashboard,.pecta-wl-dashboard *,
.pecta-wl-public-page,.pecta-wl-public-page *,
.pecta-wl-popup,.pecta-wl-popup *,
.pecta-wl-toast,.pecta-wl-button,.pecta-wl-button *{
  font-family:inherit!important;
}
.pecta-wl-dashboard a,.pecta-wl-public-page a,.pecta-wl-popup a,
.pecta-wl-dashboard a:hover,.pecta-wl-public-page a:hover,.pecta-wl-popup a:hover,
.pecta-wl-dashboard a:focus,.pecta-wl-public-page a:focus,.pecta-wl-popup a:focus{
  text-decoration:none!important;
  text-decoration-line:none!important;
}

/* Close button must remain visually centered regardless of theme line-height. */
.pecta-wl-popup{position:absolute}
.pecta-wl-popup-close{
  position:absolute!important;float:none!important;top:14px!important;right:14px!important;
  width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;
  padding:0!important;margin:0!important;line-height:0!important;display:grid!important;place-items:center!important;
  border:1px solid var(--pecta-wl-border)!important;background:#fff!important;color:var(--pecta-wl-muted)!important;
  border-radius:999px!important;z-index:10!important;
}
.pecta-wl-popup-close svg{display:block!important;width:14px!important;height:14px!important;margin:0!important}
.pecta-wl-popup-body{padding-top:48px!important}

/* Save-to chooser: list summary instead of bare checkboxes. */
.pecta-wl-chooser-head{padding-right:28px}
.pecta-wl-choice-list{gap:12px!important;margin-top:18px!important}
.pecta-wl-choice-card{border:1px solid var(--pecta-wl-border);border-radius:var(--pecta-wl-radius);background:#fff;overflow:hidden}
.pecta-wl-choice-card:hover{border-color:var(--pecta-wl-border-strong)}
.pecta-wl-choice{border:0!important;border-radius:0!important;padding:11px 12px!important;background:#fff!important;gap:10px!important}
.pecta-wl-choice:hover{background:var(--pecta-wl-soft)!important}
.pecta-wl-choice input{flex:0 0 16px}
.pecta-wl-choice span{font-weight:600;color:var(--pecta-wl-ink)}
.pecta-wl-choice small{font-weight:500}
.pecta-wl-choice em{font-style:normal;font-size:.72em;color:var(--pecta-wl-muted);min-width:22px;text-align:right}
.pecta-wl-choice-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border-top:1px solid var(--pecta-wl-border);background:var(--pecta-wl-border)}
.pecta-wl-choice-product{display:flex;align-items:center;gap:8px;min-width:0;padding:7px 9px;background:#fff;color:var(--pecta-wl-muted)!important;font-size:.72em;line-height:1.25}
.pecta-wl-choice-product:hover{background:var(--pecta-wl-soft);color:var(--pecta-wl-ink)!important}
.pecta-wl-choice-product img{width:30px;height:30px;flex:0 0 30px;object-fit:contain;border-radius:5px;background:var(--pecta-wl-soft)}
.pecta-wl-choice-product span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pecta-wl-choice-empty{padding:9px 12px;border-top:1px solid var(--pecta-wl-border);font-size:.73em;color:var(--pecta-wl-muted);background:var(--pecta-wl-soft)}
.pecta-wl-view-all{display:flex!important;justify-content:space-between;align-items:center;padding:8px 11px;border-top:1px solid var(--pecta-wl-border);color:var(--pecta-wl-ink)!important;font-size:.75em;font-weight:600;background:#fff}
.pecta-wl-view-all:hover{background:var(--pecta-wl-soft)}
.pecta-wl-create-inline{margin-top:0!important;display:flex!important;align-items:center!important;gap:5px!important;min-height:40px!important;padding:9px 12px!important}
.pecta-wl-create-inline>span{font-size:1.15em;line-height:1}
.pecta-wl-chooser-footer{margin-top:16px;padding-top:14px;border-top:1px solid var(--pecta-wl-border)}
.pecta-wl-go-wishlist{display:flex!important;align-items:center!important;justify-content:center!important;min-height:40px;padding:9px 13px;border:1px solid var(--pecta-wl-ink);border-radius:8px;background:var(--pecta-wl-ink);color:#fff!important;font-size:.82em;font-weight:600}
.pecta-wl-go-wishlist:hover{opacity:.88;color:#fff!important}

/* Tabs: theme-like, low contrast chrome, clear active state. */
.pecta-wl-tabs{gap:18px!important;padding:0!important;margin:0 0 24px!important;background:transparent!important;border-radius:0!important;border-bottom:1px solid var(--pecta-wl-border)!important;overflow-x:auto}
.pecta-wl-tab{position:relative!important;padding:10px 1px 11px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--pecta-wl-muted)!important;font-weight:500!important}
.pecta-wl-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent;border-radius:2px}
.pecta-wl-tab.active{color:var(--pecta-wl-ink)!important;background:transparent!important;box-shadow:none!important;font-weight:650!important}
.pecta-wl-tab.active:after{background:var(--pecta-wl-accent)}
.pecta-wl-tab span,.pecta-wl-tab:not(.active) span{min-width:19px!important;height:19px!important;margin-left:6px!important;padding:0 5px!important;background:var(--pecta-wl-soft-2)!important;color:var(--pecta-wl-muted)!important;font-size:.68em!important;font-weight:600!important}
.pecta-wl-tab.active span{background:var(--pecta-wl-accent)!important;color:var(--pecta-wl-ink)!important}

/* Quantity: compact stepper, independent from theme WooCommerce +/- styling. */
.pecta-wl-cart-form{gap:8px!important}
.pecta-wl-stepper{display:inline-grid;grid-template-columns:28px 34px 28px;align-items:center;height:34px;border:1px solid var(--pecta-wl-border-strong);border-radius:8px;background:#fff;overflow:hidden;flex:0 0 auto}
.pecta-wl-stepper .quantity{display:block!important;width:34px!important;height:32px!important;margin:0!important;float:none!important}
.pecta-wl-stepper .qty{display:block!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:32px!important;min-height:32px!important;padding:0!important;margin:0!important;border:0!important;border-left:1px solid var(--pecta-wl-border)!important;border-right:1px solid var(--pecta-wl-border)!important;border-radius:0!important;background:#fff!important;font:inherit!important;font-size:.76em!important;text-align:center!important;box-shadow:none!important;-moz-appearance:textfield}
.pecta-wl-stepper .qty::-webkit-outer-spin-button,.pecta-wl-stepper .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.pecta-wl-stepper .qty:focus{outline:none!important;box-shadow:none!important;border-color:var(--pecta-wl-border)!important}
.pecta-wl-qty-btn{appearance:none!important;display:grid!important;place-items:center!important;width:28px!important;height:32px!important;min-width:28px!important;min-height:32px!important;padding:0!important;margin:0!important;border:0!important;background:#fff!important;color:var(--pecta-wl-muted)!important;font:inherit!important;font-size:14px!important;font-weight:400!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important}
.pecta-wl-qty-btn:hover{background:var(--pecta-wl-soft)!important;color:var(--pecta-wl-ink)!important}
.pecta-wl-qty-btn:focus-visible{outline:2px solid var(--pecta-wl-ink)!important;outline-offset:-2px!important}

/* Cart actions: configurable icon/text without oversized WooCommerce styling. */
.pecta-wl-cart{gap:7px!important;min-height:34px!important;height:34px!important;padding:6px 11px!important;border-radius:8px!important;border:1px solid var(--pecta-wl-ink)!important;background:var(--pecta-wl-ink)!important;color:#fff!important;font:inherit!important;font-size:.76em!important;font-weight:600!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important}
.pecta-wl-cart:hover{background:#000!important;border-color:#000!important;color:#fff!important;opacity:1!important}
.pecta-wl-cart.is-icon{width:34px!important;min-width:34px!important;padding:0!important;border-radius:999px!important}
.pecta-wl-cart-icon{display:inline-flex;width:15px;height:15px;flex:0 0 15px}
.pecta-wl-cart-icon svg,.pecta-wl-slider-controls svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pecta-wl-cart.is-icon .pecta-wl-cart-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.pecta-wl-cart.is-text .pecta-wl-cart-icon{display:none!important}
.pecta-wl-options{background:#fff!important;color:var(--pecta-wl-ink)!important;border-color:var(--pecta-wl-border-strong)!important}
.pecta-wl-options:hover{background:var(--pecta-wl-soft)!important;color:var(--pecta-wl-ink)!important;border-color:var(--pecta-wl-ink)!important}
.pecta-wl-item-actions{gap:8px!important}
.pecta-wl-remove{width:32px!important;height:32px!important;min-width:32px!important;flex-basis:32px!important;padding:0!important;line-height:0!important;display:grid!important;place-items:center!important}
.pecta-wl-remove svg{display:block!important;width:13px!important;height:13px!important;margin:0!important}

/* Suggestions: up to 12+ items in a horizontal slider. */
.pecta-wl-suggested-head{align-items:center!important;margin-bottom:13px!important}
.pecta-wl-slider-controls{display:flex;gap:6px;align-items:center}
.pecta-wl-slider-controls button{appearance:none;display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--pecta-wl-border);border-radius:999px;background:#fff;color:var(--pecta-wl-ink);cursor:pointer;box-shadow:none}
.pecta-wl-slider-controls button:hover{background:var(--pecta-wl-soft);border-color:var(--pecta-wl-border-strong)}
.pecta-wl-slider-controls svg{width:14px;height:14px}
.pecta-wl-suggested.has-slider .pecta-wl-suggested-grid{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(158px,22%)!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scroll-behavior:smooth;padding:1px 1px 7px;scrollbar-width:none}
.pecta-wl-suggested.has-slider .pecta-wl-suggested-grid::-webkit-scrollbar{display:none}
.pecta-wl-suggested.no-slider .pecta-wl-suggested-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.pecta-wl-suggested-card{scroll-snap-align:start;border-radius:9px!important}
.pecta-wl-suggested-media{padding:8px!important}
.pecta-wl-suggested-body{padding:9px!important}
.pecta-wl-suggested-title{font-size:.76em!important;min-height:2.05em!important;font-weight:600!important}
.pecta-wl-suggested-price{margin:5px 0 8px!important;font-size:.74em!important}
.pecta-wl-suggested-action .pecta-wl-cart-form{display:flex!important;justify-content:flex-start!important;gap:6px!important;width:100%!important}
.pecta-wl-suggested-action .pecta-wl-stepper{grid-template-columns:24px 30px 24px;height:30px;border-radius:7px}
.pecta-wl-suggested-action .pecta-wl-stepper .quantity,.pecta-wl-suggested-action .pecta-wl-stepper .qty{width:30px!important;height:28px!important;min-width:30px!important;min-height:28px!important}
.pecta-wl-suggested-action .pecta-wl-qty-btn{width:24px!important;min-width:24px!important;height:28px!important;min-height:28px!important;font-size:12px!important}
.pecta-wl-suggested-action .pecta-wl-cart{width:auto!important;min-height:30px!important;height:30px!important;padding:5px 9px!important;font-size:.7em!important}
.pecta-wl-suggested-action .pecta-wl-cart.is-icon{width:30px!important;min-width:30px!important;padding:0!important}
.pecta-wl-suggested-action .pecta-wl-cart-icon{width:13px;height:13px;flex-basis:13px}

@media(max-width:980px){
  .pecta-wl-suggested.has-slider .pecta-wl-suggested-grid{grid-auto-columns:minmax(150px,31%)!important}
}
@media(max-width:680px){
  .pecta-wl-popup-close{top:10px!important;right:10px!important}
  .pecta-wl-popup-body{padding:43px 16px 22px!important}
  .pecta-wl-choice-preview{grid-template-columns:1fr}
  .pecta-wl-tabs{gap:15px!important}
  .pecta-wl-item-actions{display:flex!important;width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}
  .pecta-wl-cart-form{width:auto!important;display:flex!important;grid-template-columns:none!important}
  .pecta-wl-cart{width:auto!important}
  .pecta-wl-suggested.has-slider .pecta-wl-suggested-grid{grid-auto-columns:minmax(145px,58%)!important}
  .pecta-wl-suggested-action .pecta-wl-cart-form{width:auto!important}
}
@media(max-width:420px){
  .pecta-wl-suggested.has-slider .pecta-wl-suggested-grid{grid-auto-columns:minmax(140px,68%)!important}
}
/* Prevent themes from injecting a second +/- control inside our own quantity stepper. */
.pecta-wl-stepper .quantity>.minus,.pecta-wl-stepper .quantity>.plus,
.pecta-wl-stepper .quantity>button.minus,.pecta-wl-stepper .quantity>button.plus{display:none!important}


/* === v1.4 production UX === */
body.pecta-wl-cart-open{overflow:hidden}

/* Tabs must never create their own scrollbar; they wrap to available width. */
.pecta-wl-tabs{
  display:flex!important;flex-wrap:wrap!important;align-items:center!important;
  overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;
  scrollbar-width:none!important;max-width:100%!important;
}
.pecta-wl-tab{flex:0 0 auto!important;max-width:100%!important}

/* Keep destructive action physically separated from purchasing controls. */
.pecta-wl-item{position:relative!important;padding-right:52px!important}
.pecta-wl-item-actions{align-self:center!important;padding-right:4px!important}
.pecta-wl-item-remove-zone{
  position:absolute;top:16px;right:0;display:flex;align-items:center;justify-content:center;
  z-index:2;
}
.pecta-wl-remove{
  appearance:none!important;display:grid!important;place-items:center!important;
  width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;margin:0!important;
  border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;
  color:#979b9f!important;box-shadow:none!important;cursor:pointer!important;line-height:0!important;
}
.pecta-wl-remove svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.pecta-wl-remove:hover,.pecta-wl-remove:focus-visible{color:#8a3131!important;background:#fff6f6!important;border-color:#f0dada!important}
.pecta-wl-item.is-cart-added{opacity:.72}

/* AJAX cart button state */
.pecta-wl-cart.is-loading{opacity:.55!important;pointer-events:none!important}

/* Guaranteed mini-cart drawer after AJAX add. */
.pecta-wl-cart-overlay{position:fixed;inset:0;z-index:1000002;background:rgba(12,14,16,.34);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.pecta-wl-cart-overlay[hidden]{display:none!important}
.pecta-wl-cart-overlay.open{opacity:1;visibility:visible}
.pecta-wl-cart-drawer{
  position:absolute;top:0;right:0;width:min(420px,100vw);height:100%;overflow-y:auto;
  background:#fff;color:inherit;font-family:inherit!important;box-shadow:-16px 0 42px rgba(15,18,20,.12);
  transform:translateX(100%);transition:transform .22s ease;outline:0;
}
.pecta-wl-cart-overlay.open .pecta-wl-cart-drawer{transform:none}
.pecta-wl-cart-drawer,.pecta-wl-cart-drawer *{font-family:inherit!important}
.pecta-wl-cart-drawer a,.pecta-wl-cart-drawer a:hover{text-decoration:none!important}
.pecta-wl-cart-drawer-head{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--pecta-wl-border);background:#fff}
.pecta-wl-cart-drawer-head strong{font-size:1em;font-weight:650;color:var(--pecta-wl-ink)}
.pecta-wl-cart-close{appearance:none;display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--pecta-wl-border);border-radius:999px;background:#fff;color:var(--pecta-wl-muted);cursor:pointer;line-height:0}
.pecta-wl-cart-close:hover{background:var(--pecta-wl-soft);color:var(--pecta-wl-ink)}
.pecta-wl-cart-close svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.pecta-wl-cart-drawer-body{padding:18px 20px 24px}
.pecta-wl-mini-cart .woocommerce-mini-cart{margin:0!important;padding:0!important;list-style:none!important}
.pecta-wl-mini-cart .woocommerce-mini-cart-item{position:relative!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;padding:12px 30px 12px 0!important;margin:0!important;border-bottom:1px solid var(--pecta-wl-border)!important}
.pecta-wl-mini-cart .woocommerce-mini-cart-item>a:not(.remove){display:block!important;color:var(--pecta-wl-ink)!important;font-size:.82em!important;font-weight:600!important;line-height:1.35!important}
.pecta-wl-mini-cart .woocommerce-mini-cart-item img{float:none!important;width:64px!important;height:64px!important;margin:0 10px 0 0!important;object-fit:contain!important;border-radius:7px!important;background:var(--pecta-wl-soft)!important}
.pecta-wl-mini-cart .woocommerce-mini-cart-item .remove{position:absolute!important;top:12px!important;right:0!important;display:grid!important;place-items:center!important;width:24px!important;height:24px!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;color:var(--pecta-wl-muted)!important;font-size:16px!important;line-height:1!important}
.pecta-wl-mini-cart .woocommerce-mini-cart-item .remove:hover{background:#fff5f5!important;color:#8a3131!important}
.pecta-wl-mini-cart .quantity{display:block!important;margin-top:5px!important;color:var(--pecta-wl-muted)!important;font-size:.76em!important}
.pecta-wl-mini-cart .woocommerce-mini-cart__total{display:flex!important;justify-content:space-between!important;gap:12px!important;margin:16px 0 0!important;padding:15px 0!important;border-top:1px solid var(--pecta-wl-border)!important;border-bottom:1px solid var(--pecta-wl-border)!important;color:var(--pecta-wl-ink)!important}
.pecta-wl-mini-cart .woocommerce-mini-cart__buttons{display:none!important}
.pecta-wl-mini-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px}
.pecta-wl-mini-cart-actions a{display:flex;align-items:center;justify-content:center;min-height:40px;padding:9px 12px;border-radius:8px;font-size:.8em;font-weight:600!important;text-align:center}
.pecta-wl-mini-cart-view{border:1px solid var(--pecta-wl-border-strong);background:#fff;color:var(--pecta-wl-ink)!important}
.pecta-wl-mini-cart-checkout{border:1px solid var(--pecta-wl-ink);background:var(--pecta-wl-ink);color:#fff!important}

/* Header favorite action: injected next to the account action when detectable. */
.pecta-wl-header-favorite{
  position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;margin:0 0 0 6px!important;
  border:0!important;background:transparent!important;color:inherit!important;text-decoration:none!important;box-shadow:none!important;
  line-height:1!important;vertical-align:middle!important;
}
.pecta-wl-header-favorite:hover,.pecta-wl-header-favorite:focus{text-decoration:none!important;color:inherit!important}
.pecta-wl-header-favorite>svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.pecta-wl-header-count{position:absolute!important;top:1px!important;right:0!important;display:grid!important;place-items:center!important;min-width:16px!important;height:16px!important;padding:0 4px!important;border:2px solid #fff!important;border-radius:999px!important;background:var(--pecta-wl-accent)!important;color:var(--pecta-wl-ink)!important;font-size:9px!important;font-weight:700!important;line-height:1!important}
.pecta-wl-header-count:empty{display:none!important}

@media(max-width:680px){
  .pecta-wl-item{padding-right:40px!important}
  .pecta-wl-item-remove-zone{top:12px;right:0}
  .pecta-wl-item-actions{grid-column:1/-1!important;padding-right:0!important}
  .pecta-wl-cart-form{width:auto!important;display:flex!important;flex-wrap:wrap!important}
  .pecta-wl-mini-cart-actions{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.pecta-wl-cart-overlay,.pecta-wl-cart-drawer{transition:none!important}}

.pecta-wl-header-count[hidden]{display:none!important}

/* === v1.4.5 product reference + selected variation options === */
.pecta-wl-product-details{
  display:grid!important;gap:4px!important;margin:9px 0 0!important;padding:0!important;
  font-family:inherit!important;font-size:.78em!important;line-height:1.35!important;color:var(--pecta-wl-muted)!important;
}
.pecta-wl-product-detail{
  display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;align-items:baseline!important;
  gap:5px 8px!important;margin:0!important;padding:0!important;
}
.pecta-wl-product-detail dt,.pecta-wl-product-detail dd{margin:0!important;padding:0!important;border:0!important;background:none!important;font:inherit!important;line-height:inherit!important}
.pecta-wl-product-detail dt{font-weight:650!important;color:var(--pecta-wl-ink)!important}
.pecta-wl-product-detail dd{color:var(--pecta-wl-muted)!important;min-width:0!important;overflow-wrap:anywhere!important}
.pecta-wl-product-detail.is-reference dd{font-variant-numeric:tabular-nums!important}
@media(max-width:480px){
  .pecta-wl-product-detail{grid-template-columns:1fr!important;gap:1px!important}
}
