.product-cut-off-date {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #ffdca1;
  color: #7a4d00;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.product-cut-off-date::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a4d00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='9'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3Cpath d='M9 2h6'/%3E%3C/svg%3E");
}

.product-cut-off-date--unavailable {
  background-color: #ffe3e3;
  color: #b42318;
}

.product-cut-off-date--unavailable::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b42318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 8v5'/%3E%3Cpath d='M12 16h.01'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .product-cut-off-date {
    gap: 5px;
    margin-top: 8px;
    padding: 4px 9px;
    font-size: 12px;
  }

  .product-cut-off-date::before {
    flex-basis: 12px;
    width: 12px;
    height: 12px;
  }
}

/* Keep archive card content anchored under image; only the card with a badge grows downward. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
  justify-content: flex-start !important;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap,
.elementor-widget-woocommerce-products ul.products li.product .astra-shop-summary-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__buttons,
.woocommerce-page ul.products li.product .woocommerce-loop-product__buttons,
.elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__buttons {
  margin-top: auto;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.elementor-widget-woocommerce-products ul.products li.product .price {
  display: block;
}

.single-product .summary .product-cut-off-date,
.single-product .elementor-widget-woocommerce-product-price .product-cut-off-date {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
