.wishlistPopup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;padding:16px 0;border-radius:12px;width:92%;max-width:500px;height:100vh;max-height:520px;display:flex;flex-direction:column}.wishlistPopup .header{padding:0 16px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid hsla(240,9%,89%,.643)}.wishlistPopup .header p{color:var(--navy-color);font-weight:700;font-size:20px}.wishlistPopup .header .infoCount{color:var(--main-color);font-size:16px;display:flex;align-items:center;gap:2px;background-color:#cff7bb;border-radius:18px;padding-right:6px;margin-left:6px}.wishlistPopup .header .infoCount .no{background-color:var(--main-color);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;width:24px;height:24px}.wishlistPopup .header .icon{font-size:20px}.wishlistPopup .itemsWrapper{flex-grow:1;padding:12px 16px;overflow:auto;flex-direction:column;gap:12px}.wishlistPopup .itemsWrapper .emptyCart{height:calc(100% - 48px);justify-content:center}.wishlistPopup .itemsWrapper .emptyCart .imgWrap{width:30%}.wishlistPopup .itemsWrapper .emptyCart p{font-size:18px}.wishlistPopup .itemsWrapper .emptyCart a,.wishlistPopup .itemsWrapper .emptyCart p.desc{font-size:14px}.wishlistPopup .itemsWrapper::-webkit-scrollbar{width:.5em}.wishlistPopup .itemsWrapper::-webkit-scrollbar-track{box-shadow:none}.wishlistPopup .itemsWrapper::-webkit-scrollbar-thumb{background-color:#cfcfcf;border-radius:4px}.wishlistPopup .bottom{border-top:2px solid hsla(240,9%,89%,.643);padding:24px 16px 8px;display:flex;justify-content:flex-end;gap:16px}.wishlistPopup .bottom button{display:block;background-color:var(--main-color);color:#fff;border-radius:8px;padding:9px 14px;border:1px solid var(--main-color);text-decoration:none;font-weight:500;transition:all .3s ease-in-out;text-transform:capitalize}.wishlistPopup .bottom button:disabled{opacity:.6;cursor:not-allowed}.wishlistPopup .bottom button:first-child{background-color:transparent;border:1px solid #d32f2f;color:#d32f2f;border-radius:24px}.wishlistPopup .bottom button:first-child:hover{background-color:#d32f2f;color:#fff}.wishlistPopup .bottom button:hover{background-color:transparent;color:var(--main-color);transform:translateY(-5px)}