.hc-dp-card {
    box-sizing: border-box;
    background: #fff;
    padding: 20px 18px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
        border: 1px solid #DADADA;
    border-radius: 16px 16px 16px 16px;
}

.hc-dp-badge {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc914;
    font-weight: bold;

    font-size: 14px;


}

.hc-dp-btn-wrapper{
    display: flex;
    justify-content: center;
} 
.hc-dp-btn {
font-size: 15px;
}


.hc-dp-media {
    margin-top: 10px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hc-dp-media img {
    max-width: 100%;
    height: auto;
    width: 220px;
    height: 220px;
    border-radius: 10px;
}

.hc-dp-title {
   font-size: 16px;
   line-height: 22px;
   font-weight: 500px;
   max-width: 260px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.hc-dp-price {
    font-size: 22px;
    font-weight: 800;
    margin: 6px 0 12px;
    color: #111
}


.hc-dp-btn .hc-dp-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4h-2l-3 7v2h2l3-7h11l3 7h2v-2l-3-7h-13zm0 16c-1.104 0-1.99.896-1.99 2s.886 2 1.99 2 2-.896 2-2-.896-2-2-2zm10 0c-1.104 0-1.99.896-1.99 2s.886 2 1.99 2 2-.896 2-2-.896-2-2-2z"/></svg>') center/contain no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 4h-2l-3 7v2h2l3-7h11l3 7h2v-2l-3-7h-13zm0 16c-1.104 0-1.99.896-1.99 2s.886 2 1.99 2 2-.896 2-2-.896-2-2-2z"/></svg>') center/contain no-repeat
}

.hc-dp-stock {
    margin-top: 14px;
    text-align: left
}

.hc-dp-stock-label {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 6px
}

.hc-dp-bar {
    width: 100%;
    height: 6px;
    background: #eee;
    border-radius: 9px;
    overflow: hidden
}

.hc-dp-bar span {
    display: block;
    height: 100%;
    width: 0;
    background: #ffc914;
    border-radius: 9px;
    transition: width .35s ease
}



.hc-dp-card{
    height: 100%;
}

.hc-dp-card  .old-price{
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	color: #5C5C5C;
}

.hc-dp-card .current-price {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.hc-dp-card .you-save-box {
	background-color: #DCF0D8;
	border-radius: 2px;
	color: #4B7620;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	padding: 1px 5px;
}

.hc-dp-card .discount-badge{
	font-size: 12px;
	line-height: 17px;
	font-weight: 600;
	color: #4B7620;
	background-color: #DCF0D8;
	padding: 1px 5px;
	border-radius: 2px;
}