/* Match the desktop container width of the source TS2 storefront. */
@media (min-width: 1200px) {
  .container,
  .mycontainer {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Secondary net price shown directly below the main gross price. */
.product-prices .current-price,
.product-prices .current-price .product-price,
.product-prices .current-price .current-price-value {
  color: #000 !important;
}

.product-prices .ts2-net-price {
  display: block;
  margin: -0.25rem 0 0.75rem;
  color: #ce2b13;
  font-size: 1rem;
  font-weight: 700;
}

.product-prices .ts2-net-price-value {
  font-size: 1.15rem;
}

.product-prices .ts2-net-price-label {
  margin-left: 0.35rem;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 600;
}
