.wishlist-preloader { text-align: center; margin-bottom: 30px; }
.wishlist-preloader img { max-width: 50px; }

.wishlist-item-image,
.wishlist-item-detail,
.wishlist-pagination a,
.wishlist-pagination > span.current { box-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; }
.wishlist-item-title:hover { color: #fff; text-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; }

.wishlist-items { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; justify-content: center; }
.wishlist-item { width: 20%; margin-bottom: 30px; padding: 0 15px; }
.wishlist-item-container { display: flex; flex-direction: column; height: 100%; }
.wishlist-item-image { overflow: hidden; border-radius: 10px; margin-bottom: 20px; }
.wishlist-item-image img { object-fit: cover; width: 100%; height: auto; }
.wishlist-item-detail { padding: 15px; text-align: center; flex: 1; }
.wishlist-item-detail > div { display: flex; flex-direction: column; height: 100%; }
.wishlist-item-title { font-size: 1.1em; font-weight: 400; margin: 0 0 20px 0; transition: .1s; }
.wishlist-item-price { color: #fff; font-size: 1.1em; font-weight: 500; margin-top: auto; }

.wishlist-pagination { display: flex; justify-content: center; gap: 10px; margin: 30px 0; }
.wishlist-pagination a,
.wishlist-pagination > span.current { padding: 8px 12px; }
.wishlist-pagination > span.current { color: #fff; font-weight: 700; }

.wishlist-login { margin: 100px auto; text-align: center; }
.wishlist-login a { color: #ff336f; text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 4px; text-underline-position: from-font; font-weight: 500; }
.wishlist-login a svg { width: 1em; position: relative; top: 4px; }

@media screen and (max-width: 1024px) {
    .wishlist-item { width: 25%; }
}

@media screen and (max-width: 768px) {
    .wishlist-item { width: 33.3%; }
    .wishlist-item-title,
    .wishlist-item-price { font-size: 1em; }
}

@media screen and (max-width: 480px) {
    .wishlist-item { width: 50%; }
}

@media screen and (max-width: 320px) {
    .wishlist-item { width: 100%; }
}