.plm-card__price-list {
  list-style: none;
  margin: 8px 0;
  padding: 0;
}

.plm-card__price-list .price-wrap {
  margin: 0;
}

.plm-card__price-list .price {
  display: inline-block;
}

.product-lot__price-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.product-lot__price-list .price-wrap {
  margin: 0;
}

.product-lot__price-list .price {
  display: inline-block;
}
.plm-grid {
  display: grid;
  gap: 1.5rem;
}

.plm-grid--cols-2 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.plm-grid--cols-3 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.plm-grid--cols-4 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.plm-card {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plm-card__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.plm-card__placeholder {
  display: block;
  padding: 2rem;
  text-align: center;
  background: #f7f7f7;
  color: #666;
}

.plm-card__content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.plm-card__title {
  margin-bottom: 0.75rem;
}

.plm-card__excerpt {
  flex: 1 1 auto;
  margin-bottom: 1rem;
  color: #555;
}

.plm-card__products {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.plm-card__quantity {
  margin-left: 0.5rem;
  color: #888;
}

.plm-card__link {
  align-self: flex-start;
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
}

.plm-single {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.plm-single__header {
  margin-bottom: 2rem;
  text-align: center;
}

.plm-single__thumbnail img {
  max-width: 100%;
  height: auto;
}

.plm-single__products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plm-single__product {
  border-bottom: 1px solid #e2e2e2;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
}

.plm-single__product-name {
  font-weight: 600;
}

.plm-single__product-link {
  margin-left: auto;
  text-decoration: none;
}

.product-lot__item-qty.badge {
  /* background-color: #d83c3c; */
  /* color: #fff; */
  /* padding: 4px 8px; */
  /* border-radius: 4px; */
  font-weight: bold;
}

.plm-card__excerpt p {
  margin: 0;
}

.plm-card__price-list .woocommerce-Price-amount.amount {
  font-weight: bold;
  font-size: 18px;
}

.plm-card__price-list del .woocommerce-Price-amount.amount {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

.product-lot__stat.product-lot__total_items {
  margin: 0;
}

.woocommerce .summary .product-lot__price-list {
	list-style: none;
	margin: 0 0 15px;
}

.woocommerce div.product div.summary .product-lot__price-list .price ins {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.woocommerce div.product div.summary .product-lot__price-list .price del {
	font-size: 16px;
	color: #444;
}