.product-brand {
  width: 150px !important;
  margin-bottom: 0rem !important;
}
.product-single h2.product-entry__sub-title.text-sm.text-gray-400.font-bold.leading-6.mb-2{
	color: black !important;
}

.product-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{
	display: none !important;
}

.product-entry__sub-title {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;

    border-radius: 10px;
    background: #fff;
    color: #1f2937 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: fit-content;
    line-height: normal !important;
}


.product-entry__sub-title::before {
    content: "";
    display: inline-block;
    width:20px;
    height: 20px;
    background-image: url("https://asas-tools.com/u/uploads/nada.s/thunder.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.original-badge {
    order: -1;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1.5px solid #b06cde;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff, #f9f6ff);
    color: #b06cde;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}