<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.drawer {
  z-index: 999999;
}
.minicart-free-shipping-promo progress {
  display: block;
  width: 100%;
  margin: 5px 0 15px;
  background-color: transparent;
  border-radius: unset;
  height: 7px;
}

.minicart-free-shipping-promo progress::-webkit-progress-bar {
  background-color: rgba(179, 180, 140, 0.5);
  border-radius: 5px;
}

.minicart-free-shipping-promo progress::-webkit-progress-value {
  background-color: rgb(var(--color-dark-green));
  border-radius: 5px;
}
</pre></body></html>