
.jtc-free-shipping-wrapper{
  width:100%;
  margin:10px 0 12px;
  padding:10px 12px;
  border-radius:10px;
  background:#f1f7f2;
  border:1px solid #d6ead8;
}
.jtc-shipping-custom-text{
  font-size:13px;
  font-weight:600;
  color:#333;
  margin-bottom:6px;
  text-align:center;
}
.jtc-free-shipping-text{
  font-size:14px;
  font-weight:700;
  margin-bottom:8px;
  color:#1b5e20;
}
.jtc-free-shipping-bar{
  width:100%;
  height:10px;
  background:#c8e6c9;
  border-radius:999px;
  overflow:hidden;
}
.jtc-free-shipping-bar span{
  display:block;
  height:100%;
  background:#2e7d32;
  transition:width .35s ease;
}
.jtc-trust-icons{
  display:flex;
  align-items:center;
  gap:8px;
  margin:8px 0 0;
  padding:0;
  flex-wrap:wrap;
}
.jtc-trust-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.jtc-trust-icon img{
  display:block;
  height:100%;
  width:auto;
  border-radius:3px;
  object-fit:contain;
}
