/* Base positions for badges and gallery wrappers */
li.wp-block-post.product,
.wc-block-grid__product,
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
  position: relative;
}

/* Badge base (colors injected via dynamic CSS from settings) */
.gcw-status-badge {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9;
  border-radius: 4px;
  color: #fff;
}

/* On single product, drop the badge near the bottom of gallery if desired */
.single-product span.gcw-status-badge {
  top: auto;
  bottom: 10px;
}

/* Text that replaces/appends price */
.gcw-coming-soon-text,
.gcw-pre-sale-text {
  font-weight: 700;
}

/* Round product images if you like */
.wc-block-components-product-image,
.woocommerce-product-gallery__image,
.product .flex-viewport {
  border-radius: 24px;
  overflow: hidden;
}
