.csi-product-card,
.woocommerce ul.products li.product {
  position: relative;
}

.csi-preorder-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #a855f7;
  color: #08080a;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  pointer-events: none;
}

.csi-preorder-price-label {
  display: block;
  margin-top: 4px;
  color: #a855f7;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.csi-preorder-breakdown {
  clear: both;
  margin: 18px 0 22px;
  padding: 16px 18px;
  border-left: 3px solid #a855f7;
  background: rgba(168, 85, 247, .08);
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
}

.csi-preorder-breakdown strong,
.csi-preorder-breakdown span {
  display: block;
}

.csi-preorder-breakdown strong {
  margin-bottom: 7px;
}

.csi-product-detail__summary .csi-preorder-breakdown {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.csi-preorder-order-summary {
  clear: both;
  margin: 24px 0;
  padding: 20px;
  border: 1px solid rgba(168, 85, 247, .45);
  background: rgba(168, 85, 247, .06);
}

.csi-preorder-order-summary h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.csi-preorder-order-summary p {
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .csi-preorder-badge {
    top: 8px;
    left: 8px;
  }

  .csi-preorder-breakdown {
    padding: 14px;
  }
}
