.wishlist-page {
    padding: 24px 0 64px
}

.wishlist-shell {
    padding: 24px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 230, 109, .14), rgba(78, 205, 196, .12), rgba(255, 107, 107, .1));
    box-shadow: 0 18px 34px rgba(90, 97, 138, .1)
}

.section-head h1,
.wish-content h2 {
    font-family: "Baloo 2", cursive;
    color: #2f3550
}

.wish-card {
    position: relative;
    height: 100%;
    padding: 18px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(90, 97, 138, .1)
}

.wish-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #ff6b6b;
    box-shadow: 0 10px 18px rgba(90, 97, 138, .12)
}

.wish-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 16px;
    border-radius: 22px
}

.wish-image img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block
}

.wish-content {
    padding-top: 18px
}

.wish-content span {
    color: #6f7693;
    font-weight: 800
}

.wish-content h2 {
    margin: 8px 0;
    font-size: 1.25rem
}

.wish-content strong {
    display: block;
    margin-bottom: 16px;
    color: #2f3550
}

.coral-bg {
    background: #fde2e4
}

.mint-bg {
    background: #d9f8f4
}

.sun-bg {
    background: #fff2b8
}

.lilac-bg {
    background: #e9ddff
}