/* Frame product cards — embed live preview from frame.hobbycetak.com */
.tb-pcard__media--frame {
  position: relative;
  display: block;
  background: #f0f1ef;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
}

.tb-frame-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
  background: #f0f1ef;
}

.tb-pcard__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-decoration: none;
}

.tb-pcard__media--frame .tb-pcard__badge {
  z-index: 3;
}

a.tb-pcard__buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  padding: 8px 12px;
  box-sizing: border-box;
}

a.tb-pcard__buy-btn:hover {
  color: var(--primary);
}
