:root{--vd-wl-navy: #313652;--vd-wl-red: #ce2a26;--vd-wl-border: #e2e5ec;--vd-wl-muted: #5b6274}.vd-wl-host{position:relative}.vd-wl-btn{position:absolute;top:10px;right:10px;z-index:3;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid var(--vd-wl-border);border-radius:999px;background:#fffffff0;color:var(--vd-wl-navy);cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 8px #3136521f;transition:transform .16s cubic-bezier(.4,0,.2,1),color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.vd-wl-btn svg{width:18px;height:18px;display:block;pointer-events:none}.vd-wl-btn .vd-wl-btn__fill{display:none}.vd-wl-btn .vd-wl-btn__line{display:block}.vd-wl-btn:hover{box-shadow:0 4px 14px #31365233}.vd-wl-btn:active{transform:scale(.92)}.vd-wl-btn[aria-pressed=true]{color:var(--vd-wl-red)}.vd-wl-btn[aria-pressed=true] .vd-wl-btn__line{display:none}.vd-wl-btn[aria-pressed=true] .vd-wl-btn__fill{display:block}.vd-wl-btn.is-bumped{animation:vd-wl-bump .34s cubic-bezier(.2,.9,.3,1.2)}@keyframes vd-wl-bump{0%{transform:scale(1)}40%{transform:scale(1.22)}to{transform:scale(1)}}.vd-wl-btn--pdp{position:static;flex:0 0 auto;width:52px;height:auto;min-height:52px;margin:0;padding:0;border:1px solid #dfe3ea;background:#fff;box-shadow:none}.vd-wl-btn--pdp svg{width:21px;height:21px}.vd-wl-btn--pdp .vd-wl-btn__label{display:none}.vd-wl-btn--pdp:hover{border-color:var(--vd-wl-red);color:var(--vd-wl-red);box-shadow:none}.vd-wl-btn--pdp[aria-pressed=true]{background:var(--vd-wl-red);border-color:var(--vd-wl-red);color:#fff}.vd-wl-btn--pdp.vd-wl-btn--loose{display:inline-flex;vertical-align:middle;margin-right:10px}.vd-wl-linked{position:relative}.vd-wl-badge{position:absolute;top:2px;left:50%;margin-left:6px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--vd-wl-red);color:#fff;font-size:9px;font-weight:800;line-height:16px;text-align:center;pointer-events:none}.vd-wl-badge[hidden]{display:none}.vd-wl-badge--inline{top:-6px;left:auto;right:-8px;margin-left:0}.vd-wl{padding-top:28px;padding-bottom:56px}.vd-wl__head{margin-bottom:22px}.vd-wl__title{margin:0;font-family:var(--vd-font-display, inherit);font-weight:800;font-size:30px;line-height:1.15;letter-spacing:-.01em;color:var(--vd-wl-navy)}.vd-wl__sub{margin:7px 0 0;font-size:14px;color:var(--vd-wl-muted)}.vd-wl-loading{padding:34px 0;font-size:14px;color:var(--vd-wl-muted)}.vd-wl-loading[hidden],.vd-wl-grid[hidden],.vd-wl-empty[hidden]{display:none}.vd-wl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}@media(max-width:600px){.vd-wl-grid{grid-template-columns:repeat(2,1fr);gap:12px}.vd-wl__title{font-size:24px}.vd-wl{padding-bottom:40px}}.vd-wl-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--vd-wl-border);border-radius:14px;background:#fff;overflow:hidden;transition:box-shadow .22s cubic-bezier(.4,0,.2,1)}.vd-wl-card:hover{box-shadow:0 8px 24px #31365224}.vd-wl-card__media{display:block;aspect-ratio:1 / 1;background:#f8f9fb;overflow:hidden}.vd-wl-card__media img{width:100%;height:100%;object-fit:contain;display:block}.vd-wl-card__body{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;padding:12px 13px 14px}.vd-wl-card__title{margin:0;font-size:13px;font-weight:600;line-height:1.4;color:var(--vd-wl-navy);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vd-wl-card__title:hover{color:var(--vd-wl-red)}.vd-wl-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;font-size:14px;font-weight:800;color:var(--vd-wl-navy)}.vd-wl-card__was{font-size:12px;font-weight:600;color:var(--vd-wl-muted);text-decoration:line-through}.vd-wl-card__save{font-size:11.5px;font-weight:800;color:var(--vd-wl-red)}.vd-wl-card__actions{display:flex;gap:8px;margin-top:auto}.vd-wl-card__add{flex:1 1 auto;min-height:40px;padding:0 12px;border:0;border-radius:999px;background:var(--vd-wl-navy);color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:filter .18s ease,transform .12s ease}.vd-wl-card__add:hover:not(:disabled){filter:brightness(1.12)}.vd-wl-card__add:active:not(:disabled){transform:scale(.985)}.vd-wl-card__add:disabled{opacity:.55;cursor:default}.vd-wl-card__add.is-done{background:#1f7a4d}.vd-wl-card__remove{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:40px;min-height:40px;border:1px solid var(--vd-wl-border);border-radius:999px;background:#fff;color:var(--vd-wl-muted);cursor:pointer;transition:color .16s ease,border-color .16s ease}.vd-wl-card__remove:hover{color:var(--vd-wl-red);border-color:var(--vd-wl-red)}.vd-wl-card__remove svg{width:16px;height:16px;display:block;pointer-events:none}.vd-wl-card__sold{flex:1 1 auto;display:flex;align-items:center;min-height:40px;font-size:12.5px;font-weight:700;color:var(--vd-wl-muted)}.vd-wl-empty{padding:40px 20px 48px;border:1px dashed var(--vd-wl-border);border-radius:14px;text-align:center}.vd-wl-empty__title{margin:0 0 8px;font-family:var(--vd-font-display, inherit);font-weight:800;font-size:19px;color:var(--vd-wl-navy)}.vd-wl-empty__text{margin:0 auto 20px;max-width:420px;font-size:14px;line-height:1.6;color:var(--vd-wl-muted)}.vd-wl-empty__cta{display:inline-block;padding:12px 26px;border-radius:999px;background:var(--vd-wl-navy);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:filter .18s ease}.vd-wl-empty__cta:hover{filter:brightness(1.12);color:#fff}.vd-wl-toast{position:fixed;left:50%;bottom:84px;z-index:2147482000;transform:translate(-50%,14px);padding:11px 18px;border-radius:999px;background:#1f2338f5;color:#fff;font-size:13px;font-weight:600;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s cubic-bezier(.16,1,.3,1)}.vd-wl-toast.is-shown{opacity:1;transform:translate(-50%)}@media(min-width:769px){.vd-wl-toast{bottom:28px}}@media(prefers-reduced-motion:reduce){.vd-wl-btn,.vd-wl-card,.vd-wl-toast{transition:none}.vd-wl-btn.is-bumped{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/vinod-wishlist.css.map */
