.flex-col .price-box .old-price {
    display: none;
}

.flex-col .price-box .special-price .price {
   font-weight:bold !important;
   font-size:26px !important;
   color: #d15d2a !important;
}

@media (min-width: 768px) {
    .w-full order-3 .md\:items-end {margin-bottom:5px;}
}