<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn_bunner{
  display: block !important;
}

.products-title a.btn::after{
  content: "&gt;";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.products-title a.btn
{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.3rem;
  z-index: 999;
  margin-top: 30px;
}

a.btn-radius-solid.wc{
  /* border: 1px solid #ccc; */
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#fdfbfb));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #fdfbfb 100%);
  /* -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff; */
  color: black;
}

a.btn-radius-solid.wc:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#fdfbfb));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #fdfbfb 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #fdfbfb 100%);
  color: black;
}

a.btn-radius-solid.bl{
  /* border: 1px solid #ccc; */
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#004196), to(#004196));
  background: -webkit-linear-gradient(top, #004196 0%, #004196 100%);
  background: linear-gradient(to bottom, #004196 0%, #004196 100%);
  /* -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff; */
  color: white;
}

a.btn-radius-solid.bl:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#004196), to(#004196));
  background: -webkit-linear-gradient(bottom, #004196 0%, #004196 100%);
  background: linear-gradient(to top, #004196 0%, #004196 100%);
  color: white;
}

/* é»’ç³» */
a.btn-radius-solid.bk{
  /* border: 1px solid #ccc; */
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
  /* -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff; */
  color: white;
}

a.btn-radius-solid.bk:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000));
  background: -webkit-linear-gradient(bottom, #000000 0%, #000000 100%);
  background: linear-gradient(to top, #000000 0%, #000000 100%);
  color: white;
}</pre></body></html>