.elementor-123897 .elementor-element.elementor-element-43ca1a22{--display:flex;}@media(min-width:768px){.elementor-123897 .elementor-element.elementor-element-43ca1a22{--content-width:1600px;}}/* Start custom CSS */.custom-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
    margin-top: 40px;
}



.wishlist-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* forces square thumbnails */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #ddd;
    padding: 5px;
}

.wishlist-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.wishlist-button-wrapper {
    margin-top: 10px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.custom-wishlist-icon.textless {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #d13a3a;
    cursor: pointer;
    font-size: 18px;
}

.wishlist-inquire-btn {
    background-color: #d4aa50;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-size: 13px;
    border: none;
}

.wishlist-inquire-btn:hover {
    background-color: #c49b42;
}

.wishlist-wrapper {
    margin: 40px auto;
    max-width: 1280px;
    padding: 0 20px;
}

.wishlist-header {
    text-align: center;
    margin-bottom: 30px;
}

.wishlist-title {
    font-size: 32px;
    font-weight: 600;
    color: #c59f4d;
    margin-bottom: 10px;
}

.woocommerce-breadcrumb {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}

.wishlist-description p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    color: #444;
}

.woocommerce-info {
    text-align: center;
    margin: 60px 0;
    font-size: 16px;
    color: #666;
}

.empty-wishlist {
    text-align: center;
    margin: 60px 0;
}

.empty-wishlist .empty-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.browse-button {
    display: inline-block;
    background-color: #d4aa50;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
}

.browse-button:hover {
    background-color: #c0963e;
}

.custom-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
}/* End custom CSS */