/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.products-grid .product-cell .product-price {
  flex-wrap: wrap;
}

.sale-label-product-details {
  flex: 0 0 100%;
  font-size: var(--font-size-tiny);
  line-height: calc(var(--font-size-tiny) / 3 * 4);
  margin-bottom: calc(.125* var(--rhythmic-unit));
  color: var(--color-gray-text);
  text-decoration: line-through;
  transition: var(--mode-transition) color;
  font-weight: 600;
}

.product-details .sale-label-product-details {
  text-decoration: none;
}

.product-details .sale-label-product-details .value {
  text-decoration: line-through;
}
