@media (min-width: 768px) {
.discount-banner-content-heading-title {
text-align: right;
}
}

.product-card-content-media-promotional-title {
background-color: var(--bg-primary) !important
color: var(--bg-primary) !important;
}

.flex.flex-col.w-full.gap-4.items-center.md\:items-start {
align-items: center;
}

.flex.w-full.flex-col.lg\:flex-row.lg\:justify-between.gap-4.items-center.md\:items-start {
text-align: center;
}

.flex.flex-wrap.w-full.justify-center.md\:justify-start.gap-x-8.gap-y-2 {
flex-direction: column;
align-items: flex-start;
}
flex.flex-wrap.w-full.justify-center.md\:justify-start.gap-x-8.gap-y-2 {
flex-direction: column;
align-items: flex-start;
}

@media (max-width: 991px) {
.store-features-style-1-content-single
{
width: calc(50% - 16px);
align-items: center;
}
}

.product-card-content-media-promotional-title
{
color: var(--bg-light);
background-color: var(--color-primary) !important;
}
.flex.w-full.flex-col-reverse.lg\:flex-row.justify-between.gap-6 {
align-items: center;
}