.wishlist-overlay{position:absolute;top:4px;right:4px}.wishlist-inline{display:flex;align-items:center}.wishlist-heart{cursor:pointer;transition:all 0.2s ease;user-select:none;z-index:5}.wishlist-heart .wishlist-icon-wrap{background-color:var(--col-surface-white);border-radius:var(--round-full);padding:5px 4px 3px}.wishlist-heart .wishlist-icon{align-items:center;background:var(--col-icon-primary);display:flex;justify-content:center}.wishlist-tooltip{background:rgb(0 0 0 / .85);border-radius:4px;color:#fff;font-size:13px;padding:6px 10px;pointer-events:none;position:fixed;white-space:nowrap;z-index:10000}.wishlist-overlay .wishlist-icon{height:16px;width:16px}.wishlist-inline .wishlist-icon{height:24px;width:24px}.wishlist-wrapper{display:flex;flex-direction:column;gap:var(--sp-2xl)}.wishlist-wrapper .wishlist-table{border-collapse:collapse;width:100%}.wishlist-wrapper .wishlist-table thead{@media (max-width:767px){display:none}}.wishlist-wrapper .wishlist-table tr{display:table-row;position:relative}.wishlist-wrapper .wishlist-table th,.wishlist-wrapper .wishlist-table td{border-bottom:1px solid var(--col-border-dark-gray);text-align:left}.wishlist-wrapper .wishlist-table th{padding:0 var(--sp-2xs)}.wishlist-wrapper .wishlist-table td{padding:var(--sp-xs) var(--sp-2xs)}.wishlist-wrapper .wishlist-table td:has(.product-title),.wishlist-wrapper .wishlist-table td:has(.product-price)::before{font-weight:700}@media (max-width:767px){.wishlist-wrapper .wishlist-table td{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;padding-inline:0}.wishlist-wrapper .wishlist-table td:not(:nth-last-child(2)){border-bottom:none}.wishlist-wrapper .wishlist-table td:has(.product-title):before{content:"Produktas:"}.wishlist-wrapper .wishlist-table td:has(.product-price):before{content:"Kaina:"}.wishlist-wrapper .wishlist-table td:has(.wishlist-remove){position:absolute;right:0;top:0;width:30px}}.wishlist-wrapper .wishlist-table .product-price{align-items:baseline;display:flex;flex-direction:column}.wishlist-wrapper .wishlist-table .product-price:has(del,ins) del,.wishlist-wrapper .wishlist-table .product-price:has(del,ins) del .amount{color:var(--col-text-title)}.wishlist-wrapper .wishlist-table .product-price:has(del,ins) del{font-size:.85rem;line-height:normal}.wishlist-wrapper .wishlist-table .product-price:has(del,ins) del .amount{font-size:.75rem}.wishlist-wrapper .wishlist-table .product-price:has(del,ins) ins{text-decoration:none}.wishlist-wrapper .wishlist-table .product-price:has(del,ins) ins .amount{color:var(--col-surface-danger)}.wishlist-wrapper .wishlist-table .product-price .custom-price-wrapper{align-items:baseline;display:flex;flex-direction:column}.wishlist-wrapper .wishlist-table .from-text{font-size:var(--tx-xs);line-height:normal}.wishlist-wrapper .wishlist-table .amount{color:var(--col-text-title);font-size:var(--tx-l);font-family:Oswald,sans-serif}.wishlist-wrapper .product-image img{height:auto;max-width:50px}.wishlist-wrapper .wishlist-remove,.wishlist-wrapper .wishlist-remove-all{padding:var(--sp-2xs) var(--sp-s);margin-left:auto}.wishlist-wrapper .wishlist-remove{background-color:#fff0;color:var(--col-surface-danger);display:flex;font-size:var(--tx-xl);justify-content:center}@media (max-width:767px){.wishlist-wrapper .wishlist-remove{font-size:var(--tx-2xl);margin-inline:auto;padding-inline:0}}.wishlist-wrapper .wishlist-remove-all{background-color:var(--col-surface-danger);border:none;border-radius:var(--round-full);color:var(--col-text-inverse);transition:background 0.2s ease;margin-bottom:4px;padding-inline:var(--sp-m);text-transform:uppercase;font-weight:700}#header-wishlist-count-badge{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-9px;right:-9px;background-color:var(--col-icon-inverse);color:var(--col-text-title);font-size:10px;font-weight:700;line-height:1;min-width:18px;height:18px;padding:2px;border-radius:50%;box-sizing:border-box;text-align:center;transition:transform 0.2s ease,opacity 0.2s ease}.wishlist-count-badge-hidden{display:none!important}