.reseto-wishlist-button { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: transparent; color: var(--theme-color); font: inherit; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.reseto-wishlist-button > span:first-child { display: inline-flex; }
.reseto-wishlist-button svg { width: 20px; height: 20px; }
.reseto-wishlist-button svg path { fill: #ff6060; }
.reseto-wishlist-button[aria-pressed="true"] > span:first-child, .reseto-wishlist-button:hover { color: #ff6060; }
.reseto-wishlist-button:disabled { cursor: wait; opacity: .6; }
ul.products li.product .reseto-wishlist-button { position: absolute; top: 3rem; right: 20px; z-index: 2; justify-content: center; width: 34px; height: 34px; padding: 6px; border: 1px solid #ff6060; border-radius: 50%; background: #fff; transition: transform 180ms ease; }
ul.products li.product .reseto-wishlist-button__text { display: none; }
ul.products li.product .reseto-wishlist-button[aria-pressed="true"] { background: #fff0f0; }
[data-wishlist-link] { position: relative; }
.reseto-wishlist-count { position: absolute; top: -5px; right: -5px; display: flex; align-items: center; justify-content: center; min-width: 17px; height: 17px; padding: 0 3px; border-radius: 50%; background: #ff6060; color: #fff; font-size: 11px; font-weight: 700; }
.reseto-wishlist-page { box-sizing: border-box; width: 100%; max-width: 1960px; margin: 0 auto; padding: 40px 24px 80px; }
.reseto-wishlist-page h1 { margin: 36px 0; }
.reseto-wishlist { width: 100%; color: var(--theme-color); }
.reseto-wishlist__status:empty { display: none; }
.reseto-wishlist__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.reseto-wishlist__card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 32px 22px 24px; border: 1px solid #dce4e9; border-radius: 16px; background: #fff; }
.reseto-wishlist__image { display: flex; width: 100%; height: 180px; align-items: center; justify-content: center; }
.reseto-wishlist__image img { width: 100%; height: 100%; object-fit: contain; }
.reseto-wishlist__card h2 { margin: 0; font-size: 18px; line-height: 1.4; }
.reseto-wishlist__card h2 a { color: inherit; text-decoration: none; transition: color .15s ease; }
.reseto-wishlist__card h2 a:hover { color: var(--secondary); }
.reseto-wishlist__price { margin-top: auto; }
.reseto-wishlist__price > span { font-size: 12px; }
.reseto-wishlist__price .price { font-size: 18px; font-weight: 700; }
.reseto-wishlist__price .regular-price { font-size: 14px; font-weight: 400; opacity: .65; }
.reseto-wishlist .btn { display: inline-flex; justify-content: center; padding: 10px 18px; border: 1px solid var(--theme-color); border-radius: 9999px; background: var(--theme-color); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: background-color .15s ease-in, border-color .15s ease-in; }
.reseto-wishlist .btn:hover { background: var(--secondary); border-color: var(--secondary); }
.reseto-wishlist__toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 24px; }
.reseto-wishlist__share { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; border: 0; background: transparent; color: var(--theme-color); font: inherit; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.reseto-wishlist__share svg { transition: transform .15s ease; }
.reseto-wishlist__share:hover { color: #ff6060; transform: translateY(-2px); }
.reseto-wishlist__share:hover svg { transform: scale(1.15); }
.reseto-wishlist__share-link { flex: 1 1 280px; min-width: 0; padding: 10px; border: 1px solid #dce4e9; border-radius: 8px; color: var(--theme-color); }
.reseto-wishlist[data-wishlist-shared] .reseto-wishlist__remove { display: none; }
.reseto-wishlist [hidden], .reseto-wishlist-count[hidden], .reseto-wishlist-notice[hidden] { display: none; }
.reseto-wishlist__remove { position: absolute; top: 8px; right: 10px; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: #f5f5f5; color: #607583; font-size: 24px; line-height: 1; cursor: pointer; transition: background-color .15s, color .15s; }
.reseto-wishlist__remove:hover { background: #fbeaec; color: #a62f40; }
.reseto-wishlist__empty { padding: 48px 24px; border-radius: 20px; background: #f4f7f9; text-align: center; }
.reseto-wishlist__empty h2 { font-size: 26px; }
.reseto-wishlist__empty p { margin: 16px 0 24px; }
.reseto-wishlist__more { margin: 32px auto 0; }
.reseto-wishlist__retry { padding: 8px 0; border: 0; background: transparent; color: var(--theme-color); text-decoration: underline; cursor: pointer; }
.reseto-wishlist-notice { position: fixed; right: 24px; bottom: 24px; z-index: 10001; max-width: min(480px, calc(100vw - 48px)); padding: 18px 20px; border-radius: 16px; background: var(--theme-color); color: #fff; box-shadow: 0 4px 24px rgba(0,0,0,.18); font-size: 14px; }
.reseto-wishlist :is(button, a):focus-visible, .reseto-wishlist-button:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) { ul.products li.product .reseto-wishlist-button:hover { transform: scale(1.08); } }
@media (min-width: 1024px) { .reseto-wishlist-page { padding-left: 96px; padding-right: 96px; } }
@media (max-width: 1100px) { .reseto-wishlist__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 800px) { .reseto-wishlist__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .reseto-wishlist__grid { grid-template-columns: minmax(0, 1fr); } }
@media (prefers-reduced-motion: reduce) { .reseto-wishlist-button, ul.products li.product .reseto-wishlist-button, .reseto-wishlist .btn, .reseto-wishlist__remove, .reseto-wishlist__card h2 a { transition: none; } ul.products li.product .reseto-wishlist-button:hover { transform: none; } }
@media (prefers-reduced-motion: reduce) { .reseto-wishlist__share, .reseto-wishlist__share svg { transition: none; transform: none; } }
