.han-kul-wrap {
    width: 100%;
}

.han-kul-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 24px;
}

.han-kul-column {
    min-width: 0;
}

.han-kul-heading {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 22px;
    padding-bottom: 12px;
}

.han-kul-heading-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #111111;
}

.han-kul-heading-title a {
    color: inherit;
    text-decoration: none;
}

.han-kul-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.han-kul-item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    min-width: 0;
}

.han-kul-thumb {
    width: 120px;
    min-width: 120px;
    display: block;
}

.han-kul-thumb img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: contain;
    background: #fff;
}

.han-kul-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.han-kul-item-title {
    display: block;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #666666;
    word-break: break-word;
}

.han-kul-sku {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #222222;
}

.han-kul-sku strong {
    font-weight: 700;
}

.han-kul-empty {
    font-size: 14px;
    color: #666666;
}

@media (max-width: 1024px) {
    .han-kul-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .han-kul-grid {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }

    .han-kul-heading {
        margin-bottom: 16px;
        padding-bottom: 10px;
    }

    .han-kul-item {
        gap: 12px;
    }

    .han-kul-thumb {
        width: 95px;
        min-width: 95px;
    }

    .han-kul-thumb img {
        height: 95px;
    }

    .han-kul-item-title {
        font-size: 15px;
    }

    .han-kul-sku {
        font-size: 13px;
    }
}
