.input-search {
    width: 100%;
    height: 48px;
    width: 384px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    color: #1f5d35;
}
.input-search::placeholder {
    font-size: 16px;
    color: #d1d5db;
    font-weight: normal;
}
.btn-search {
    background-color: #1f5d35;
    border-radius: 12px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    white-space: nowrap;
    border: 0px;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
    align-items: center;
}
.swiper-slide {
    width: auto !important;
}
.category-item,
.category-item-active {
    display: inline-block;
    padding: 6px 18px;
    font-size: 13px;
    color: black;
    background-color: white;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    margin-right: 20px;
}
.category-item-active {
    background-color: #1f5d35;
    color: white;
}

/* Desktop Version */
@media (min-width: 769px) {
    .swiper-wrapper {
        justify-content: center;
    }
}

/* Mobile Version */
@media (max-width: 768px) {
    .badge {
        font-size: 14px;
    }
}
