/* BOLTTE V161: unified 20 percent sale display */
.price__sale {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}

.price__sale .price-position-origin {
  order: 1 !important;
}

.price__sale .price-position-sale {
  order: 2 !important;
}

.price__sale .price-position-save {
  order: 3 !important;
}

.price__sale .price-position-origin .price-item--regular {
  color: #6b7280;
  opacity: 1;
  text-decoration: line-through;
}

.price__sale .price-item--sale {
  color: #f4510b;
  font-weight: 800;
}

.price__sale .price-item--save {
  background: #f4510b;
  border-radius: 4px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  padding: 3px 7px;
  white-space: nowrap;
}

.boltte-home-v71__product-price.boltte-sale-price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
}

.boltte-sale-price__original,
.boltte-predictive-sale__original,
.boltte-cart-sale__original {
  color: #6b7280;
  text-decoration: line-through;
}

.boltte-sale-price__current,
.boltte-predictive-sale__current,
.boltte-cart-sale__current {
  color: #f4510b;
  font-weight: 800;
}

.boltte-sale-price__badge,
.boltte-predictive-sale__badge,
.boltte-cart-sale__badge {
  background: #f4510b;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  padding: 3px 6px;
  white-space: nowrap;
}

.boltte-predictive-sale,
.boltte-cart-sale {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
}

.boltte-cart-sale {
  justify-content: flex-end;
}

[data-boltte-mobile-price] .price__sale,
[data-boltte-unified-model-price] .price__sale,
[data-boltte-long-model-price] .price__sale,
[data-boltte-v117-price] .price__sale {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}

@media screen and (max-width: 719px) {
  .boltte-sale-price__badge,
  .boltte-predictive-sale__badge,
  .boltte-cart-sale__badge {
    font-size: 10px;
  }

  .boltte-cart-sale {
    justify-content: flex-start;
  }
}

/* BOLTTE V225: distinct product price colors */
:root {
  --boltte-v225-current-price: #f4510b;
  --boltte-v225-original-price: #6b7280;
}

/* Homepage directory product cards. */
.boltte-home-v71__product-price,
.boltte-home-v71__product-price .boltte-sale-price__current {
  color: var(--boltte-v225-current-price) !important;
}

.boltte-home-v71__product-price .boltte-sale-price__original {
  color: var(--boltte-v225-original-price) !important;
  text-decoration: line-through !important;
}

/* Standard collection/search product cards. */
.product-card-wrapper .price__regular .price-item--regular,
.product-card-wrapper .price__sale .price-item--sale {
  color: var(--boltte-v225-current-price) !important;
}

.product-card-wrapper .price__sale .price-position-origin .price-item--regular {
  color: var(--boltte-v225-original-price) !important;
  opacity: 1 !important;
  text-decoration: line-through !important;
}

/* Native product details, quick-view product info, and BOLTTE purchase panels. */
product-info .price__regular .price-item--regular,
product-info .price__sale .price-item--sale,
[data-boltte-mobile-price] .price__regular .price-item--regular,
[data-boltte-mobile-price] .price__sale .price-item--sale,
[data-boltte-unified-model-price] .price__regular .price-item--regular,
[data-boltte-unified-model-price] .price__sale .price-item--sale,
[data-boltte-long-model-price] .price__regular .price-item--regular,
[data-boltte-long-model-price] .price__sale .price-item--sale,
[data-boltte-v117-price] .price__regular .price-item--regular,
[data-boltte-v117-price] .price__sale .price-item--sale {
  color: var(--boltte-v225-current-price) !important;
}

product-info .price__sale .price-position-origin .price-item--regular,
[data-boltte-mobile-price] .price__sale .price-position-origin .price-item--regular,
[data-boltte-unified-model-price] .price__sale .price-position-origin .price-item--regular,
[data-boltte-long-model-price] .price__sale .price-position-origin .price-item--regular,
[data-boltte-v117-price] .price__sale .price-position-origin .price-item--regular {
  color: var(--boltte-v225-original-price) !important;
  opacity: 1 !important;
  text-decoration: line-through !important;
}
/* End BOLTTE V225. */
