.tnf-1bc02968-wrapper {
    width: 100%;
}

.tnf-1bc02968-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.tnf-1bc02968-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1.5px solid #5C4A2F;
    border-radius: 25px;
    background-color: transparent;
    color: #5C4A2F;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: inherit;
    line-height: 1.4;
}

.tnf-1bc02968-tag:hover {
    background-color: #5C4A2F;
    color: #FFFFFF;
}

.tnf-1bc02968-tag.tnf-1bc02968-active {
    background-color: #5C4A2F;
    color: #FFFFFF;
    border-color: #5C4A2F;
}

.tnf-1bc02968-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tnf-1bc02968-card {
    background-color: #E8DFD0;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tnf-1bc02968-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tnf-1bc02968-card-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.tnf-1bc02968-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tnf-1bc02968-card-placeholder {
    width: 100%;
    height: 100%;
    background-color: #D5CABC;
}

.tnf-1bc02968-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #D4A017;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1.3;
}

.tnf-1bc02968-card-info {
    padding: 16px;
}

.tnf-1bc02968-card-title {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #3B2A14;
    line-height: 1.3;
}

.tnf-1bc02968-card-cats {
    font-size: 12px;
    font-weight: 600;
    color: #5C4A2F;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tnf-1bc02968-loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #5C4A2F;
    font-size: 14px;
}

.tnf-1bc02968-no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #5C4A2F;
    font-size: 15px;
}

.tnf-1bc02968-grid.tnf-1bc02968-fade-in .tnf-1bc02968-card {
    animation: tnfFadeIn1bc02968 0.4s ease forwards;
}

@keyframes tnfFadeIn1bc02968 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .tnf-1bc02968-grid {
        grid-template-columns: 1fr !important;
    }

    .tnf-1bc02968-tags-wrap {
        gap: 8px;
    }

    .tnf-1bc02968-tag {
        font-size: 11px;
        padding: 6px 14px;
    }
}
