.product-item {
    max-width: 200%;
    border: 3px solid #29197a;
    border-radius: 2px;
    --tw-bg-opacity: 1;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 100%;
    padding: 5px;
}
.theme-title-primary {
    color: #29197a !important;
    font-size: 22px;
}
.header-theme-bg-primary {
    background-color: white;
}

.menu-header-theme-text-for-primary-bg {
    color: white;
}

.menu-header-theme-bg-primary {
    background-color: #29197a;
    filter: var(--header-primary-brightness);
}

.slick-initialized .slick-slide {
    display: block;
    margin-top: 10px;
}

.product-item .product-title > span {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
   
}

.product-item .product-price {
    font-weight: bold;
    font-size: 1.590rem;
}

.btn-primary {
    background-color: white;
    color: #29197a;
    border: 3px solid #29197a;
    font-weight: bold;
    font-size: 12px;
}
.footer-theme-bg-primary {
    background-color: #29197a;
}

.theme-text-primary {
    color: #29197a;
}

.account-lang-currency .account-btn {
    background-color: transparent;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 5px;
    color: #f3f3f3;
    min-width: 124px;
    padding: 3px 5px;
}

.language-btn-menu, .currency-btn-menu {
    color: #ffffff;
}

.product-item .product-title {
    color: #29197a;
    font-size: 1.286rem;
    white-space: break-spaces;
    min-height: 46px;
}