.bg-flexistore {
    background-color: #fcdfb0;
}

.tf-btn-line.style-white {
    color: red;
    background: #444;
    background-size: 200% 100%;
    background-position: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.3s linear;
}

.tf-btn-line::after {
    content: unset;
}

.price-wrap .price-new {
    color: #bb2129;
}

.link:hover {
    color: #bb2129;
}

.collection__main__page .card-product_wrapper img {
    height: 100%;
    width: 100%;
    max-height: 450px;
    min-height: 450px;
}

.btn-cart {
    color: #fff;
    width: 100%;
    text-transform: uppercase !important;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    padding: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0px solid var(--primary);
    background-color: var(--primary) !important;
    position: relative;
    bottom: 10px;
    font-weight: 700;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .collection__main__page .card-product_wrapper img,
    .card-product_wrapper img {
        height: 100%;
        width: 100%;
        max-height: 450px;
        min-height: 230px;
    }

    .anchor__whatsapp__btn {
        color: #49bf5e;
        border: 1px solid;
        padding: 3px 8px;
        border-radius: 4px;
        font-size: 14px;
        background: #49bf5e2e;
    }

    .btn-cart {
        color: #fff;
        width: 100%;
        text-transform: uppercase !important;
        z-index: 1;
        text-align: center;
        font-size: 14px;
        padding: 5px 8px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        border: 0px solid var(--primary);
        background-color: var(--primary) !important;
        position: relative;
        bottom: 10px;
        font-weight: 700;
    }
}


/* For Supplier Section  */

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0;
}
.view-all {
    font-size: 13px;
    font-weight: 600;
    color: #e87722;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.view-all:hover {
    color: #c9621a;
}



/* Supplier card should take full width of swiper slide */
.supplier-card-wrap {
    width: 100%;
    height: 100%;
}

.supplier-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    transition:
        box-shadow 0.2s,
        transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.supplier-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.card-banner {
    height: 70px;
    position: relative;
}
.color-1 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}
.color-2 {
    background: linear-gradient(135deg, #d4f1f4, #75c6cf);
}
.color-3 {
    background: linear-gradient(135deg, #e8f5e9, #81c784);
}
.color-4 {
    background: linear-gradient(135deg, #ede7f6, #9575cd);
}
.color-5 {
    background: linear-gradient(135deg, #fff9c4, #f9a825);
}
.color-6 {
    background: linear-gradient(135deg, #fce4ec, #f06292);
}
.color-7 {
    background: linear-gradient(135deg, #e3f2fd, #64b5f6);
}
.color-8 {
    background: linear-gradient(135deg, #f3e5f5, #ba68c8);
}

.supplier-logo {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    bottom: -22px;
    left: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.supplier-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.verified-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e87722;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.card-body-custom {
    padding: 30px 14px 14px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.supplier-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supplier-category {
    font-size: 11.5px;
    color: #888;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stats-row {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: #555;
}
.stat-item i {
    font-size: 12px;
    color: #e87722;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
}
.tag {
    font-size: 10.5px;
    background: #f5f5f5;
    color: #555;
    border-radius: 4px;
    padding: 2px 7px;
    border: 1px solid #eee;
}
.btn-visit {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border: 1.5px solid #bb2129;
    border-radius: 6px;
    color: #bb2129;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s,
        color 0.2s;
    margin-top: auto;
}
.btn-visit:hover {
    background: #bb2129;
    color: #fff;
}

/* For Supplier Section  */
