#cartOverlay #cartContinueShopping {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 16px;
  border: 1px solid #315d61;
  background: #fffaf0;
  color: #073e49;
  text-align: center;
  line-height: 1.35;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
#cartOverlay #cartContinueShopping:hover { background: #e3f7ec; }
#cartOverlay #cartContinueShopping:focus-visible {
  outline: 3px solid #073e49;
  outline-offset: 3px;
}
