/* icon-url-final.css
   Final icon URL fit:
   Panel = https://i.ibb.co/HLJPSTmH/image.jpg
   DigitalOcean = https://i.ibb.co/bMbXnKWd/image.jpg
   Tidak ubah logic order/payment/API/data.
*/

/* KHF_ICON_FULL_BOX_FINAL_START */
.orange-product-icon,
.pd-icon-box,
.order-brand-mark,
.order-brand-icon,
.checkout-product-icon,
.brand-product-icon {
  overflow: hidden !important;
  padding: 0 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.orange-product-icon,
.pd-icon-box,
.checkout-product-icon,
.brand-product-icon,
.order-brand-mark,
.order-brand-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.orange-product-icon img,
.pd-icon-box img,
.order-brand-mark img,
.order-brand-icon img,
.checkout-product-icon img,
.brand-product-icon img,
.brand-product-logo,
.orange-brand-logo,
.brand-panel-logo,
.brand-do-logo,
.brand-pterodactyl-logo,
img.brand-product-logo,
img.brand-panel-logo,
img.brand-do-logo,
img.brand-pterodactyl-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: center center !important;
  box-sizing: border-box !important;
}

/* Support URL lama/baru + zoom supaya foto tidak kecil di tengah kotak */
.orange-product-icon img[src*="h.uguu.se"],
.orange-product-icon img[src*="o.uguu.se"],
.orange-product-icon img[src*="i.ibb.co/HLJPSTmH"],
.orange-product-icon img[src*="i.ibb.co/bMbXnKWd"],
.pd-icon-box img[src*="h.uguu.se"],
.pd-icon-box img[src*="o.uguu.se"],
.pd-icon-box img[src*="i.ibb.co/HLJPSTmH"],
.pd-icon-box img[src*="i.ibb.co/bMbXnKWd"] {
  transform: scale(1.24) !important;
  transform-origin: center center !important;
}

.order-brand-mark img[src*="h.uguu.se"],
.order-brand-mark img[src*="o.uguu.se"],
.order-brand-mark img[src*="i.ibb.co/HLJPSTmH"],
.order-brand-mark img[src*="i.ibb.co/bMbXnKWd"],
.order-brand-icon img[src*="h.uguu.se"],
.order-brand-icon img[src*="o.uguu.se"],
.order-brand-icon img[src*="i.ibb.co/HLJPSTmH"],
.order-brand-icon img[src*="i.ibb.co/bMbXnKWd"] {
  transform: scale(1.32) !important;
  transform-origin: center center !important;
}

.orange-product-icon,
.pd-icon-box {
  border-radius: 16px !important;
}

.order-brand-mark,
.order-brand-icon {
  border-radius: 999px !important;
}
/* KHF_ICON_FULL_BOX_FINAL_END */
