.tsm-wrapper-6327982b {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 100%;
    position: relative;
}

/* Sticky Tabs */
.tsm-tabs-6327982b {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
}

.tsm-tabs-inner-6327982b {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
}

.tsm-tabs-inner-6327982b::-webkit-scrollbar {
    display: none;
}

.tsm-tab-6327982b {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.tsm-tab-6327982b:hover {
    color: #ff5a00;
}

.tsm-tab-6327982b.tsm-active-6327982b {
    color: #ff5a00;
    border-bottom-color: #ff5a00;
}

/* Content */
.tsm-content-6327982b {
    padding: 16px 0;
}

.tsm-cat-section-6327982b {
    margin-bottom: 28px;
}

.tsm-cat-title-6327982b {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 14px 0;
    padding: 0 4px;
}

/* Products List */
.tsm-products-list-6327982b {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Product Card */
.tsm-product-card-6327982b {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 12px;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    gap: 12px;
}

.tsm-product-card-6327982b:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

/* Product Info */
.tsm-product-info-6327982b {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.tsm-product-name-6327982b {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
}

.tsm-product-desc-6327982b {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tsm-product-bottom-6327982b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 8px;
}

.tsm-product-price-6327982b {
    font-size: 15px;
    font-weight: 700;
    color: #ff5a00;
}

/* Add to Cart Button */
.tsm-atc-btn-6327982b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: #ff5a00;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.tsm-atc-btn-6327982b:hover {
    background: #e04e00;
    transform: scale(1.08);
}

.tsm-atc-btn-6327982b.tsm-loading-6327982b {
    pointer-events: none;
    opacity: 0.7;
}

.tsm-atc-btn-6327982b.tsm-added-6327982b {
    background: #10b981;
}

.tsm-atc-icon-6327982b {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

/* Product Image */
.tsm-product-img-6327982b {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f3f4f6;
}

/* No products */
.tsm-no-products-6327982b {
    color: #9ca3af;
    font-size: 14px;
    padding: 12px 4px;
}

/* Responsive */
@media (max-width: 767px) {
    .tsm-product-img-6327982b {
        width: 72px;
        height: 72px;
        min-width: 72px;
    }

    .tsm-product-name-6327982b {
        font-size: 14px;
    }

    .tsm-product-desc-6327982b {
        font-size: 12px;
    }

    .tsm-product-price-6327982b {
        font-size: 14px;
    }

    .tsm-cat-title-6327982b {
        font-size: 18px;
    }

    .tsm-tab-6327982b {
        padding: 10px 14px;
        font-size: 13px;
    }
}

.tsm-product-image-link-6327982b{
    display:block;
    text-decoration:none;
    cursor:pointer;
}

.tsm-product-image-link-6327982b:hover .tsm-product-img-6327982b{
    opacity:.9;
}

.tsm-soldout-badge-6327982b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
