.wishlist-toggle{position:absolute;right:12px;top:12px;z-index:3;width:38px;height:38px;border-radius:50%;border:1px solid #dfe1da;background:#fff;font-size:22px;line-height:1;display:grid;place-items:center;cursor:pointer}.wishlist-toggle.is-saved{background:#111318;color:#fff;border-color:#111318}.wishlist-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.wishlist-entry{background:#fff;border:1px solid #e1e2db;border-radius:22px;overflow:hidden}.wishlist-entry img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f0f1ec}.wishlist-entry-content{padding:18px}.wishlist-entry h3{margin:0 0 14px;font-size:17px}.wishlist-entry-actions{display:flex;gap:8px}.wishlist-entry-actions a,.wishlist-entry-actions button{flex:1;min-height:42px;border-radius:999px;display:grid;place-items:center;font-weight:800;font-size:12px}.wishlist-entry-actions a{background:var(--accent,#1E5BFF);color:#fff}.wishlist-entry-actions button{border:1px solid #d6d8d1;background:#fff;cursor:pointer}.wishlist-empty{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #d4d7cf;border-radius:22px;padding:56px 20px}.review-link-button{border:0;background:none;padding:0;margin:0 0 10px;color:var(--accent,#1E5BFF);font:inherit;font-size:13px;font-weight:800;text-decoration:underline;cursor:pointer}.pdp-wishlist{width:100%;margin-top:10px;min-height:46px;border:1px solid #cfd1cb;border-radius:999px;background:#fff;color:#111318;font-weight:800;cursor:pointer}.pdp-wishlist.is-saved{background:#111318;color:#fff;border-color:#111318}@media(max-width:800px){.wishlist-page-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.template-collection .product-grid,.template-search .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-collection .product-info,.template-search .product-info{padding:12px}.template-collection .product-info h3,.template-search .product-info h3{font-size:14px}.template-collection .quick-add-form .btn,.template-search .quick-add-form .btn{font-size:11px;padding:0 10px}}@media(max-width:520px){.wishlist-page-grid{grid-template-columns:1fr}}