.elementor-65 .elementor-element.elementor-element-4bd4a30{--display:flex;}.elementor-65 .elementor-element.elementor-element-fa9dacf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-977358f */.bk-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
}

.bk-wishlist-item {
  position: relative;
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 12px;
  overflow: hidden;
}

.bk-wishlist-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.bk-wishlist-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f7f2ed;
  color: #d94a22;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 5;
}

.bk-wishlist-content {
  padding: 18px;
}

.bk-wishlist-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #2d211b;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.bk-wishlist-price {
  color: #d94a22;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}

.bk-wishlist-actions {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
}

.bk-details-btn,
.bk-add-btn {
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bk-details-btn {
  border: 1px solid #eadfd6;
  color: #2d211b;
}

.bk-add-btn {
  background: #e87922;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 767px) {
  .bk-wishlist-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */