:root{--vr-wishlist-ink: #1c1b1b;--vr-wishlist-muted: #6f6a66;--vr-wishlist-border: #e5dfda;--vr-wishlist-soft: #f7f4f1;--vr-wishlist-accent: #a33636}.vr-wishlist-header{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:currentColor;text-decoration:none}.vr-wishlist-header svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.vr-wishlist-header__count{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--vr-wishlist-accent);color:#fff;font-family:Poppins,Arial,sans-serif;font-size:9px;font-weight:600;line-height:13px;text-align:center}.vr-wishlist-button{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;color:var(--vr-wishlist-ink);background:transparent}.vr-wishlist-button svg{display:block;width:22px;height:22px;fill:transparent;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;transition:fill .18s ease,transform .18s ease}.vr-wishlist-button:hover svg{transform:scale(1.06)}.vr-wishlist-button[aria-pressed=true] svg{fill:currentColor}.vr-wishlist-button--card{position:absolute;z-index:3;top:12px;right:12px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(28,27,27,.09);border-radius:50%;background:#ffffffeb;box-shadow:0 3px 14px #1c1b1b14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vr-wishlist-button--product{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:8px 16px;font-family:Poppins,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.vr-wishlist-page{position:relative;z-index:1;padding:var(--vr-pad-top) 20px var(--vr-pad-bottom);color:var(--vr-wishlist-ink);background:#fff}.vr-wishlist-page__inner{max-width:var(--vr-page-width, 1440px);margin:0 auto}.vr-wishlist-page__header{margin:0 auto 38px;text-align:center}.vr-wishlist-page__title{margin:0 0 8px;font-family:Fraunces,Georgia,serif;font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.08}.vr-wishlist-page__subtitle{color:var(--vr-wishlist-muted);font-family:Poppins,Arial,sans-serif;font-size:14px}.vr-wishlist-page__subtitle p{margin:0}.vr-wishlist-page__line{width:42px;height:1px;margin:20px auto 0;background:var(--vr-accent, #b08a4a)}.vr-wishlist-loading,.vr-wishlist-empty{padding:60px 20px;text-align:center;font-family:Poppins,Arial,sans-serif}.vr-wishlist-empty{display:none}.vr-wishlist-empty.is-visible{display:block}.vr-wishlist-empty svg{width:34px;fill:none;stroke:currentColor;stroke-width:1.2}.vr-wishlist-empty__text{margin:16px 0 22px;color:var(--vr-wishlist-muted)}.vr-wishlist-empty__button,.vr-wishlist-card__action{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:10px 22px;border:1px solid var(--vr-wishlist-ink);border-radius:2px;background:var(--vr-wishlist-ink);color:#fff;font-family:Poppins,Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.vr-wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}.vr-wishlist-card{min-width:0}.vr-wishlist-card__media{position:relative;overflow:hidden;background:var(--vr-wishlist-soft);aspect-ratio:3 / 4}.vr-wishlist-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.vr-wishlist-card:hover .vr-wishlist-card__image{transform:scale(1.015)}.vr-wishlist-card__remove{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(28,27,27,.09);border-radius:50%;background:#fffffff0;color:var(--vr-wishlist-ink);cursor:pointer}.vr-wishlist-card__remove svg{width:20px;fill:currentColor}.vr-wishlist-card__content{padding:14px 2px 0}.vr-wishlist-card__title{display:block;margin:0 0 6px;color:var(--vr-wishlist-ink);font-family:Fraunces,Georgia,serif;font-size:19px;line-height:1.2;text-decoration:none}.vr-wishlist-card__prices{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;font-family:Poppins,Arial,sans-serif;font-size:13px}.vr-wishlist-card__compare{color:#96908b;text-decoration:line-through}.vr-wishlist-card__price.is-sale{color:var(--vr-wishlist-accent)}.vr-wishlist-card__action{width:100%}@media screen and (max-width:989px){.vr-wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.vr-wishlist-header{width:38px;height:38px}.vr-wishlist-header svg{width:20px;height:20px}.vr-wishlist-page{padding-top:var(--vr-pad-top-mobile);padding-bottom:var(--vr-pad-bottom-mobile);padding-left:12px;padding-right:12px}.vr-wishlist-page__header{margin-bottom:26px}.vr-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 9px}.vr-wishlist-card__title{font-size:16px}.vr-wishlist-card__content{padding-top:10px}.vr-wishlist-card__action{min-height:41px;padding:8px 7px;font-size:9.5px}.vr-wishlist-button--card,.vr-wishlist-card__remove{top:8px;right:8px;width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.vr-wishlist-button svg,.vr-wishlist-card__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/vermola-wishlist.css.map */
