@import"https://fonts.googleapis.com/css2?family=Outfit:wght@330&display=swap";*,*:before,*:after{position:relative;box-sizing:border-box!important;margin:0}html{background-repeat:no-repeat;overflow:hidden;height:100vh}body{margin:0;min-height:100vh;color:var(--color-text);line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background-color);transition:color .5s,background-color .5s;display:flex;flex-direction:column;align-items:flex-end;height:100vh;overflow:hidden;font-family:Outfit,sans-serif}main{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-grow:1;gap:1rem;width:100%;height:100%;overflow-y:auto;position:fixed;padding:15px 5px}section{width:100%}#wishlist_section{display:flex;flex-direction:column;align-items:center;gap:1rem}.wishlist_item{width:360px;height:100px;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:10px 20px;cursor:pointer;text-decoration:none;color:#000;background-color:#fff;border:1px solid #02A3E3;border-radius:8px}
