.elementor-7786 .elementor-element.elementor-element-5bf0c95{--display:flex;}.elementor-7786 .elementor-element.elementor-element-74b1503 .elementor-repeater-item-fce30ba{left:39%;--hotspot-translate-x:39%;top:39%;--hotspot-translate-y:39%;}.elementor-7786 .elementor-element.elementor-element-74b1503 .e-hotspot--tooltip-position{right:initial;bottom:initial;left:initial;top:calc(100% + 5px );}.elementor-7786 .elementor-element.elementor-element-b84b86e{--display:flex;}@media(max-width:767px){.elementor-7786 .elementor-element.elementor-element-74b1503 .elementor-repeater-item-fce30ba{left:37%;--hotspot-translate-x:37%;top:22%;--hotspot-translate-y:22%;}}/* Start custom CSS for hotspot, class: .elementor-element-74b1503 */.elementor-7786 .elementor-element.elementor-element-74b1503 .e-hotspot__icon {
    background: url("https://bandungcheesecuit.com/wp-content/uploads/2025/09/Untitled-design-2.png") no-repeat center center !important;
    background-size: contain !important;
    width: 50px;   /* bisa disesuaikan */
    height: 50px;  /* bisa disesuaikan */
    border: none !important;
}

/* Container posisi */
.island-container {
  position: relative;
}

/* Card Produk */
.product-card {
  position: absolute;
  top: -80px;   /* atur biar masuk ke kotak merah */
  left: 100px;  /* sesuaikan ke kanan/kiri */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  width: 220px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  z-index: 10;
}

.product-img {
  width: 100%;
  border-radius: 6px;
}

.product-info {
  margin-top: 10px;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.product-sub {
  font-size: 13px;
  color: #555;
}/* End custom CSS */