.sicon-hashtag:before {
    content: "\ec8e";
}

.slide--cat-entry i {
    margin-bottom: 0rem;
    display: inline-block;
    font-size: 0px;
    color: var(--color-primary);
}

.sicon-hr:before {
    content: "\e981a";
}

.justify-center > .bg-primary {
    visibility: hidden;
    display: none;
}

.swiper-slide > .justify-center {
    display: flex;
    background: #21234e;
    color: #fff;
    border: 1px solid #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 120px;
    padding: 10px 10px;
    align-items: center;
}

.justify-center > .text-store-text-primary {
    color: #ffffff;
}

.product-card__price {
    width: fit-content;
    margin: auto;
}

.product-card__price:after {
    content: '';
    display: inline-block;
    width: 5rem;
    height: 1.5rem;
    background-image: url(https://i.postimg.cc/Qt00z341/tamara-tabby.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
:after, :before {
    --tw-content: "";
}
*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}